diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-02-12 12:02:25 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-02-12 12:37:04 +0100 |
commit | 06ca0c9abb260266b688e2c2154c72214bb47076 (patch) | |
tree | 6eab9cdbe0b48f7665309709291d7d0e508cb7ec /gcc | |
parent | 52009fa79cdb497b9e410bb4a5b54960a4a44463 (diff) | |
download | gcc-06ca0c9abb260266b688e2c2154c72214bb47076.zip gcc-06ca0c9abb260266b688e2c2154c72214bb47076.tar.gz gcc-06ca0c9abb260266b688e2c2154c72214bb47076.tar.bz2 |
doc: Remove direct reference to configure/build docs
This has been broken for years (if not forever), both when it comes
to onlinedocs and local installations.
gcc/ChangeLog:
* doc/sourcebuild.texi: Remove (broken) direct reference to
"The GNU configure and build system".
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index df54526..c348a1e 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -154,8 +154,7 @@ uncompressing GCC's intermediate language in LTO object files. The build system in the top level directory, including how recursion into subdirectories works and how building runtime libraries for multilibs is handled, is documented in a separate manual, included -with GNU Binutils. @xref{Top, , GNU configure and build system, -configure, The GNU configure and build system}, for details. +with GNU Binutils. @node gcc Directory @section The @file{gcc} Subdirectory |