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
environment.  They must be the HOST machine for early parts of the
build.

However, even if you didn't do that, you would lose.  You cannot cross
compile 64 bit targets on 32-bit hosts.

Warner


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to