Bootstrap the build of btxld.
This commit is contained in:
parent
495168ba8d
commit
3d42ee261c
@ -963,10 +963,12 @@ build-tools:
|
|||||||
#
|
#
|
||||||
# cross-tools: Build cross-building 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"
|
.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
|
||||||
_btxld= usr.sbin/btxld
|
_btxld= usr.sbin/btxld
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
|
.if ${TARGET_ARCH} != ${MACHINE_ARCH}
|
||||||
.if ${MK_RESCUE} != "no" || defined(RELEASEDIR)
|
.if ${MK_RESCUE} != "no" || defined(RELEASEDIR)
|
||||||
_crunchide= usr.sbin/crunch/crunchide
|
_crunchide= usr.sbin/crunch/crunchide
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user