Enable csu/i386-elf under the appropriate conditions.
This commit is contained in:
parent
9ab8e81807
commit
9bf3751a5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user