Subject: re: different behaviour of system cc and TOOLDIR/cc
To: None <M.Drochner@fz-juelich.de>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 06/07/2003 16:31:20
fredb@immanent.net said:
> Since the toolchain compiler is (potentially) a cross compiler, you
> really don't want it searching in the base system.
i think it's truer to say that the compiler built by src/tools/toolchain
is *always* a cross compiler, even if targetted for the same machine as
the build. if you look, you'll see that -DCROSS_COMPILER is defined...
that is the reason why it doesn't look in /usr/lib (etc)
.mrg.