diff options
author | Tobias Burnus <tburnus@baylibre.com> | 2024-07-23 12:41:40 +0200 |
---|---|---|
committer | Tobias Burnus <tburnus@baylibre.com> | 2024-07-23 12:41:40 +0200 |
commit | b95c82d60c8c88f6346c5602f2e22a4531afe47c (patch) | |
tree | 8584e43e0c7b427f8c3c0ec7261e225f70eb5d63 | |
parent | 472eab9ab1fdfd0ba3a555ea9eb50e20307c7052 (diff) | |
download | gcc-b95c82d60c8c88f6346c5602f2e22a4531afe47c.zip gcc-b95c82d60c8c88f6346c5602f2e22a4531afe47c.tar.gz gcc-b95c82d60c8c88f6346c5602f2e22a4531afe47c.tar.bz2 |
install.texi (gcn): Suggest newer commit for Newlib
Newlib 4.4.0 lacks two commits: 7dd4eb1db (2024-03-25) to fix device console
output for GFX10/GFX11 and ed50a50b9 (2024-04-04) to make the added lock.h
compilable with C++. This commit mentiones now also the second commit.
gcc/ChangeLog:
* doc/install.texi (amdgcn-x-amdhsa): Suggest newer git version
for newlib.
-rw-r--r-- | gcc/doc/install.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b545699..dda623f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3952,9 +3952,9 @@ Instead of GNU Binutils, you will need to install LLVM 15, or later, and copy by specifying a @code{--with-multilib-list=} that does not list @code{gfx1100} and @code{gfx1103}. -Use Newlib (4.3.0 or newer; 4.4.0 contains some improvements and git commit -7dd4eb1db (2024-03-25, post-4.4.0) fixes device console output for GFX10 and -GFX11 devices). +Use Newlib (4.3.0 or newer; 4.4.0 contains some improvements and git commits +7dd4eb1db and ed50a50b9 (2024-04-04, post-4.4.0) fix device console output +for GFX10 and GFX11 devices). To run the binaries, install the HSA Runtime from the @uref{https://rocm.docs.amd.com/,,ROCm Platform}, and use |