]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install.texi (Configuration): Remove reference to CrossGCC FAQ which was gone.
authorGerald Pfeifer <gerald@pfeifer.com>
Thu, 22 Jun 2006 21:28:28 +0000 (21:28 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 22 Jun 2006 21:28:28 +0000 (21:28 +0000)
2006-06-22  Gerald Pfeifer  <gerald@pfeifer.com>

        * doc/install.texi (Configuration): Remove reference to CrossGCC
        FAQ which was gone.
        (Building): Ditto.

From-SVN: r114908

gcc/ChangeLog
gcc/doc/install.texi

index e6c24fd3a32a54cdf1dbdca23a829c576eb25dfd..214b661319717e8acc4b9c4941dba0e8efe6424e 100644 (file)
@@ -1,3 +1,9 @@
+2006-06-22  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/install.texi (Configuration): Remove reference to CrossGCC
+       FAQ which was gone.
+       (Building): Ditto.
+
 2006-06-21  Roger Sayle  <roger@eyesopen.com>
 
        PR target/27861
index 1b24bcc54c1ab4edb5657d2ce6c93df73fe7a4d2..e7d5e9efcc6ce3a58c19f02957a6a803cb15bffa 100644 (file)
@@ -1218,8 +1218,6 @@ will be run on these files to make them compatible with GCC@.
 Tells GCC not use any target headers from a libc when building a cross
 compiler.  When crossing to GNU/Linux, you need the headers so GCC
 can build the exception handling for libgcc.
-See @uref{http://www.objsw.com/CrossGCC/,,CrossGCC} for more information
-on this option.
 
 @item --with-libs
 @itemx --with-libs=``@var{dir1} @var{dir2} @dots{} @var{dirN}''
@@ -1530,10 +1528,6 @@ need to disable comparison in the @file{Makefile}.)
 
 @section Building a cross compiler
 
-We recommend reading the
-@uref{http://www.objsw.com/CrossGCC/,,crossgcc FAQ}
-for information about building cross compilers.
-
 When building a cross compiler, it is not generally possible to do a
 3-stage bootstrap of the compiler.  This makes for an interesting problem
 as parts of GCC can only be built with GCC@.