Make sure TARGET_ABI is defined. TARGET_ABI will die a horrible death

after we get all of TBEMD merged back into head, and make mips64 imply
n64, so don't bother to make this 100% pretty.  You'll have to settle
for only 64% pretty.
This commit is contained in:
Warner Losh 2010-08-26 15:49:52 +00:00
parent 982850de57
commit 3a1d56f9a4

View File

@ -413,7 +413,7 @@ _crunch= crunch
.if ${MK_USB} != "no"
.if ${MACHINE_ARCH} != "ia64" && \
!(${MACHINE_ARCH} == "mips" && ${TARGET_ABI} == "n64")
!(${MACHINE_ARCH} == "mips" && defined(TARGET_ABI) && ${TARGET_ABI} == "n64")
_uathload= uathload
.endif
_uhsoctl= uhsoctl