Allow to cross-build amd64 on non-i386.

This commit is contained in:
Ruslan Ermilov 2005-02-19 10:23:34 +00:00
parent 4771e0f35b
commit fb64060c5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142076

View File

@ -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