diff options
author | Tobias Burnus <tburnus@baylibre.com> | 2024-07-23 12:41:40 +0200 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2024-07-28 19:05:47 +0200 |
commit | b53a1fd4561c0533e31cbe5089f595dcb0e0b562 (patch) | |
tree | 96e6f9be424ab51680b94eab2dda032fe2b713e4 /gcc/doc | |
parent | e2441359f7d1d493c18cdf63098d4646c8ee4c58 (diff) | |
download | gcc-b53a1fd4561c0533e31cbe5089f595dcb0e0b562.zip gcc-b53a1fd4561c0533e31cbe5089f595dcb0e0b562.tar.gz gcc-b53a1fd4561c0533e31cbe5089f595dcb0e0b562.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.
Diffstat (limited to 'gcc/doc')
-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 |