diff options
author | Martin Liska <mliska@suse.cz> | 2021-06-14 13:10:21 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-06-14 13:10:21 +0200 |
commit | c0f8bdc00d1b604f88bd1f4faa428dfa0bdca00d (patch) | |
tree | b3c77af979674b9ec32d2b53897b127eedc18ade | |
parent | 3f254ca9707241799e6e3875e4a4b4a25b6ac231 (diff) | |
download | gcc-c0f8bdc00d1b604f88bd1f4faa428dfa0bdca00d.zip gcc-c0f8bdc00d1b604f88bd1f4faa428dfa0bdca00d.tar.gz gcc-c0f8bdc00d1b604f88bd1f4faa428dfa0bdca00d.tar.bz2 |
Remove @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 792965b..f7d52af 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 -@ref{Specific, host/target specific installation notes}. +Specific, host/target specific installation notes. @end ignore To configure GCC: |