From: Gerald Pfeifer Date: Thu, 22 Jun 2006 21:28:28 +0000 (+0000) Subject: install.texi (Configuration): Remove reference to CrossGCC FAQ which was gone. X-Git-Tag: releases/gcc-4.0.4~593 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69fd98ac36cba17013fc30bf1d1d135572360080;p=thirdparty%2Fgcc.git install.texi (Configuration): Remove reference to CrossGCC FAQ which was gone. 2006-06-22 Gerald Pfeifer * doc/install.texi (Configuration): Remove reference to CrossGCC FAQ which was gone. (Building): Ditto. From-SVN: r114908 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e6c24fd3a32a..214b66131971 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-06-22 Gerald Pfeifer + + * doc/install.texi (Configuration): Remove reference to CrossGCC + FAQ which was gone. + (Building): Ditto. + 2006-06-21 Roger Sayle PR target/27861 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 1b24bcc54c1a..e7d5e9efcc6c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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@.