diff options
author | imp <imp@FreeBSD.org> | 2009-03-13 07:23:58 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-03-13 07:23:58 +0000 |
commit | 6270d8e9fe676c07ce2a8a1d1386d100d4b84978 (patch) | |
tree | 35072ee6a7d3a43a0b84c24625c1e24e827d4f78 /Makefile | |
parent | 5c7c975a70d57c591ceb6314a17810f22062977c (diff) | |
download | FreeBSD-src-6270d8e9fe676c07ce2a8a1d1386d100d4b84978.zip FreeBSD-src-6270d8e9fe676c07ce2a8a1d1386d100d4b84978.tar.gz |
Implement the xdev target. When you define XDEV=arch XDEV_ARCH=arch,
you can build the cross development tools and install them as
$XDEV-freebsd-xxx for each tool. This allows one to use autoconf to
find the tools for cross building scenarios.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \ obj objlink regress rerelease showconfig tags toolchain update \ _worldtmp _legacy _bootstrap-tools _cleanobj _obj \ _build-tools _cross-tools _includes _libraries _depend \ - build32 distribute32 install32 + build32 distribute32 install32 xdev xdev-build xdev-install TGTS+= ${SUBDIR_TARGETS} BITGTS= files includes |