This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Does libstdc++ v3 not work with Canadian crosses?
On Jun 27, 2001, Daniel Jacobowitz <dmj+@andrew.cmu.edu> wrote:
> # If Canadian cross, then don't pick up tools from the build
> # directory.
> if test x"$build" != x"$with_cross_host" && x"$build" != x"$target"; then
> There'd better be a "test" after that "&&" unless my installed shells
> have diverged from everyone else's.
Yup, this is definitely wrong. Especially given that, when you
configure the top-level with a certain (build,host,target) triplet,
target libraries such as libstdc++ are configured with
(host,target,N/A) for (build,host,target), so testing for target in
libstdc++'s configure is totally wrong.
That said, I've also built Canadian crosses with libstdc++-v3 before.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me