Installed location of 'as' for cross targets (--enable-targets)

Carlos O'Donell carlos@baldric.uwo.ca
Tue Sep 16 19:51:00 GMT 2003


On Tue, Sep 16, 2003 at 03:46:06PM -0400, Carlos O'Donell wrote:
> 
> binutils,
> 
> 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).
> 
> What is the intended consistent behaviour with "enable-targets"?

Nix that. I cvs up'd, rebuilt, and now it's showing:
$PREFIX/bin/as	as -> $PREFIX/hppa-linux/bin/as
Which is the behaviour I was expecting.

Sorry for the noise.

c.



More information about the Binutils mailing list