Create the native-xtools target. This target creates only the cross
authorimp <imp@FreeBSD.org>
Mon, 18 Aug 2014 21:04:44 +0000 (21:04 +0000)
committerimp <imp@FreeBSD.org>
Mon, 18 Aug 2014 21:04:44 +0000 (21:04 +0000)
commit1ddbac150a36f8a3148c117d46df96840dc6beab
tree55e6b7dce96f2980c34e56daf78a1ad534d069e6
parentf7f2052abfff8798a3cfc9c3c103540dd5554645
Create the native-xtools target. This target creates only the cross
building toolchain for the host computer. This toolchain produces
TARGET_ARCH and assumes the rest of the system contains libraries for
the target. It is intended to be used in a "qemu-user jail" where all
the binaries would otherwise be the target architecture's to build
ports. However, emulation of the compilers is too slow, so we build
native binaries for that. Rather than use the xdev produced binaries,
with all their weird links and paths, these binaries use the native
paths. They will not work unless installed into the qemu-user jail.

Differential Revision: https://phabric.freebsd.org/D518
Reviewed by: sbruno@
Makefile
Makefile.inc1