Commit 3f2c089f by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent 1bd229b7
2006-05-22 Gerald Pfeifer <gerald@pfeifer.com>
* doc/install.texi (Configuration): Remove reference to CrossGCC
FAQ which was hijacked.
(Building): Ditto.
2006-05-22 Kazu Hirata <kazu@codesourcery.com>
PR target/27266
......
......@@ -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@.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment