diff options
author | Martin Liska <mliska@suse.cz> | 2021-06-14 12:08:50 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-06-14 12:08:50 +0200 |
commit | 3f254ca9707241799e6e3875e4a4b4a25b6ac231 (patch) | |
tree | 1a56f531fae863208289b440450a3e91ed2424da | |
parent | 0c7a741ec2112f253998f7d5949d4c822038247b (diff) | |
download | gcc-3f254ca9707241799e6e3875e4a4b4a25b6ac231.zip gcc-3f254ca9707241799e6e3875e4a4b4a25b6ac231.tar.gz gcc-3f254ca9707241799e6e3875e4a4b4a25b6ac231.tar.bz2 |
Change uref with ref.
-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 1ba6546..792965b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -641,7 +641,7 @@ Note that the bootstrap compiler and the resulting GCC must be link compatible, else the bootstrap will fail with linker errors about incompatible object file formats. Several multilibed targets are affected by this requirement, see -@uref{specific.html,,host/target specific installation notes}. +@ref{Specific, host/target specific installation notes}. @end ignore To configure GCC: |