From: Gerald Pfeifer Date: Mon, 22 May 2006 19:31:01 +0000 (+0000) Subject: install.texi (Configuration): Remove reference to CrossGCC FAQ which was hijacked. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f2c089fe66cd5d015b73995962dec6f97d19357;p=platform%2Fupstream%2Fgcc.git install.texi (Configuration): Remove reference to CrossGCC FAQ which was hijacked. * doc/install.texi (Configuration): Remove reference to CrossGCC FAQ which was hijacked. (Building): Ditto. From-SVN: r113992 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d8c8ea..27a17e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-05-22 Gerald Pfeifer + + * doc/install.texi (Configuration): Remove reference to CrossGCC + FAQ which was hijacked. + (Building): Ditto. + 2006-05-22 Kazu Hirata PR target/27266 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 8e83c24..8697577 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1319,8 +1319,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}'' @@ -1656,10 +1654,6 @@ the one you are building on: for example, you could build a @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@.