Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: gnusrc/gnu/dist/toolchain/gcc
On Wed, 27 Feb 2002, matthew green wrote:
: Modified Files:
: gnusrc/gnu/dist/toolchain/gcc: configure configure.in
:
: Log Message:
: If doing a Canadian cross and the creation of auto-build.h fails, cause
: the outer "configure" run to fail, too.
:
: while this change looks good, it's got nothing to do with canadian cross:
:
: --target=$target --host=$build --build=$build
:
: clearly, if the host & build are the same, we don't have canadian cross.
Read the `if' statement block leading up to the change. You don't generate
an auto-build.h unless you're doing canadian cross.
The change was dealing with a gcc/configure recursion, specifically done for
canadian cross. The --target/--host/--build are used to re-run "configure"
to make the glue needed to build host tools in that configuration.
--
-- Todd Vierling <tv%wasabisystems.com@localhost> * Wasabi & NetBSD: Run
with it.
-- CDs, Integration, Embedding, Support -- http://www.wasabisystems.com/
Home |
Main Index |
Thread Index |
Old Index