diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-12-15 16:20:26 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-12-15 16:20:26 +0800 |
commit | 5641787abeea0fdc8fc43733e01768caad25b761 (patch) | |
tree | b7b0bc5f312eaa78e7059fb38e863b6a9e9bc54c | |
parent | 7304e85ffff8cd832bb520f2b4f341fca286d510 (diff) | |
download | gcc-5641787abeea0fdc8fc43733e01768caad25b761.zip gcc-5641787abeea0fdc8fc43733e01768caad25b761.tar.gz gcc-5641787abeea0fdc8fc43733e01768caad25b761.tar.bz2 |
doc: Update nvptx-tools Github link
gcc:
* doc/install.texi (Specific) <nvptx-*-none>: Update nvptx-tools
Github link.
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c1128d9..fffad70 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4779,7 +4779,7 @@ Andes NDS32 target in big endian mode. Nvidia PTX target. Instead of GNU binutils, you will need to install -@uref{https://github.com/MentorEmbedded/nvptx-tools/,,nvptx-tools}. +@uref{https://github.com/SourceryTools/nvptx-tools,,nvptx-tools}. Tell GCC where to find it: @option{--with-build-time-tools=[install-nvptx-tools]/nvptx-none/bin}. |