summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-04-15 05:14:42 +0000
committerru <ru@FreeBSD.org>2008-04-15 05:14:42 +0000
commitb388dd7a1d95e10c42a26b19351503938e07be23 (patch)
treed9fba3ac914632b6c214aa1ec9956e5e8b76e8b4 /Makefile.inc1
parentda8b8894d683ec3f26ce38b603369f619be61bab (diff)
downloadFreeBSD-src-b388dd7a1d95e10c42a26b19351503938e07be23.zip
FreeBSD-src-b388dd7a1d95e10c42a26b19351503938e07be23.tar.gz
Bootstrap the build of btxld.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d742d89..5997fec 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -963,10 +963,12 @@ build-tools:
#
# cross-tools: Build cross-building tools
#
-.if ${TARGET_ARCH} != ${MACHINE_ARCH}
+.if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 800035
.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
_btxld= usr.sbin/btxld
.endif
+.endif
+.if ${TARGET_ARCH} != ${MACHINE_ARCH}
.if ${MK_RESCUE} != "no" || defined(RELEASEDIR)
_crunchide= usr.sbin/crunch/crunchide
.endif
OpenPOWER on IntegriCloud