aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2001-07-27 10:48:38 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2001-07-27 08:48:38 +0000
commite69aa433648e76aed956a30679b38e57352d7e97 (patch)
tree771a3540fd37cec7fe1da5b5d8a262b021fc6532 /gcc
parente42834b84a61abf7eadec859609717995f598b3f (diff)
downloadgcc-e69aa433648e76aed956a30679b38e57352d7e97.zip
gcc-e69aa433648e76aed956a30679b38e57352d7e97.tar.gz
gcc-e69aa433648e76aed956a30679b38e57352d7e97.tar.bz2
install.texi (Configuration): Properly link the host specific instructions also when generating HTML.
* doc/install.texi (Configuration): Properly link the host specific instructions also when generating HTML. From-SVN: r44416
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi9
2 files changed, 12 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4a7a5ea..f63d7ad 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * doc/install.texi (Configuration): Properly link the host
+ specific instructions also when generating HTML.
+
Fri Jul 27 00:33:35 EDT 2001 John Wehle (john@feith.com)
* flow.c (redirect_edge_and_branch_force): Test
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 65e576d..b5a08de 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -264,8 +264,13 @@ scripts may fail.
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} for details.
+affected by this requirement, see
+@ifnothtml
+@ref{Specific, host/target specific installation notes}.
+@end ifnothtml
+@ifnotinfo
+@uref{specific.html,,host/target specific installation notes}.
+@end ifnotinfo
To configure GCC: