Allow to cross-build amd64 on non-i386.
This commit is contained in:
parent
4771e0f35b
commit
fb64060c5c
@ -871,7 +871,8 @@ build-tools:
|
||||
_elf2aout= usr.bin/elf2aout
|
||||
.endif
|
||||
|
||||
.if ${TARGET_ARCH} == "i386" && ${TARGET_ARCH} != ${MACHINE_ARCH}
|
||||
.if (${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386") && \
|
||||
${TARGET_ARCH} != ${MACHINE_ARCH}
|
||||
_btxld= usr.sbin/btxld
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user