From e69aa433648e76aed956a30679b38e57352d7e97 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 27 Jul 2001 10:48:38 +0200 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a7a5ea15922..f63d7add6eec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-07-27 Gerald Pfeifer + + * 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 65e576d67b83..b5a08de36808 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: -- 2.47.2