diff options
author | Tobias Burnus <tburnus@baylibre.com> | 2025-01-02 15:43:30 +0100 |
---|---|---|
committer | Tobias Burnus <tburnus@baylibre.com> | 2025-01-02 15:43:30 +0100 |
commit | d3305dffd5e1d3a67ced55a178a7d1194aa1876a (patch) | |
tree | e66c15581a61f9052aa041dd5eb98c2514e2feca /gcc | |
parent | 6488d5b86126a538ebb8560556dd462ec3d5d62e (diff) | |
download | gcc-d3305dffd5e1d3a67ced55a178a7d1194aa1876a.zip gcc-d3305dffd5e1d3a67ced55a178a7d1194aa1876a.tar.gz gcc-d3305dffd5e1d3a67ced55a178a7d1194aa1876a.tar.bz2 |
[GCN] install.texi: Refer to Newlib 4.5.0 instead to certain git commits
gcc/ChangeLog:
* doc/install.texi (amdgcn-x-amdhsa): Refer to Newlib 4.5.0 for
the I/O locking fixes.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 5c05e87..3b9f56b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4000,9 +4000,8 @@ 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 commits -7dd4eb1db and ed50a50b9 (2024-04-04, post-4.4.0) fix device console output -for GFX10 and GFX11 devices). +Use Newlib (4.3.0 or newer; 4.4.0 contains some improvements and 4.5.0 fixes +the 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 |