Crossing building alpha world fails

1999-09-03 Thread Michael Kennett
Hello All, I've been trying to cross-build the alpha port of freebsd (from x86). The build is failing in src/gnu/usr.bin/binutils. The command I've issued is: TARGET=alpha TARGET_ARCH=alpha MACHINE=alpha MACHINE_ARCH=alpha \ make buildworld Is this the correct command to use for building

Crossing building alpha world fails

1999-09-03 Thread Michael Kennett
Hello All, I've been trying to cross-build the alpha port of freebsd (from x86). The build is failing in src/gnu/usr.bin/binutils. The command I've issued is: TARGET=alpha TARGET_ARCH=alpha MACHINE=alpha MACHINE_ARCH=alpha \ make buildworld Is this the correct command to use for building

Re: Crossing building alpha world fails

1999-09-03 Thread John Birrell
On Fri, Sep 03, 1999 at 06:15:10PM +0800, Michael Kennett wrote: > Hello All, > > I've been trying to cross-build the alpha port of freebsd (from x86). > The build is failing in src/gnu/usr.bin/binutils. > > The command I've issued is: > > TARGET=alpha TARGET_ARCH=alpha MACHINE=alpha MACHINE_A

Re: Crossing building alpha world fails

1999-09-03 Thread Warner Losh
In message <199909031015.saa37...@laurasia.com.au> Michael Kennett writes: : TARGET=alpha TARGET_ARCH=alpha MACHINE=alpha MACHINE_ARCH=alpha \ : make buildworld : Is this the correct command to use for building the cross? No. That is not right. Don't put the MACHINE and MACHINE_ARCH in the

Re: Crossing building alpha world fails

1999-09-03 Thread John Birrell
On Fri, Sep 03, 1999 at 06:15:10PM +0800, Michael Kennett wrote: > Hello All, > > I've been trying to cross-build the alpha port of freebsd (from x86). > The build is failing in src/gnu/usr.bin/binutils. > > The command I've issued is: > > TARGET=alpha TARGET_ARCH=alpha MACHINE=alpha MACHINE_

Re: Crossing building alpha world fails

1999-09-03 Thread Warner Losh
In message <[EMAIL PROTECTED]> Michael Kennett writes: : TARGET=alpha TARGET_ARCH=alpha MACHINE=alpha MACHINE_ARCH=alpha \ : make buildworld : Is this the correct command to use for building the cross? No. That is not right. Don't put the MACHINE and MACHINE_ARCH in the environment. They