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:
parent
982850de57
commit
3a1d56f9a4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user