Installed location of 'as' for cross targets (--enable-targets)
Ian Lance Taylor
ian@wasabisystems.com
Tue Sep 16 19:51:00 GMT 2003
Carlos O'Donell <carlos@baldric.uwo.ca> writes:
> Checked CVS out, built with:
> --host=hppa-linux
> --build=hppa-linux
> --target=hppa-linux
> --enable-targets=hppa64-linux
> --prefix=$PREFIX
>
> One thing has changed.
>
> I noticed that 'as' is installed to $PREFIX/hppa-linux/bin but not to
> $PREFIX/bin? Although this 'as' should be able to target hppa64-linux
> the later phases of my toolchain bootstrap don't find the right
> assembler (looking in the wrong directories).
The behaviour of the configure script is in flux, and may be
permanently changing. When you specify --host, the gas configure
script now thinks you are building a cross-assembler, even when --host
and --build are the same.
The fix may be to only specify --build. But then that may not work at
the top level. Not sure.
Ian
More information about the Binutils
mailing list