From b388dd7a1d95e10c42a26b19351503938e07be23 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 15 Apr 2008 05:14:42 +0000 Subject: Bootstrap the build of btxld. --- Makefile.inc1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') 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 -- cgit v1.1