Enable csu/i386-elf under the appropriate conditions.

This commit is contained in:
jdp 1998-03-07 20:30:18 +00:00
parent 9ab8e81807
commit 9bf3751a5e

View File

@ -4,6 +4,8 @@
SUBDIR=csu/tahoe.pcc
.elif ${MACHINE} == "vax"
SUBDIR=csu/vax.pcc
.elif exists(${.CURDIR}/csu/${MACHINE}-${BINFORMAT})
SUBDIR=csu/${MACHINE}-${BINFORMAT}
.elif exists(${.CURDIR}/csu/${MACHINE})
SUBDIR=csu/${MACHINE}
.endif