mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Enable csu/i386-elf under the appropriate conditions.
This commit is contained in:
parent
966a88d986
commit
f0a8e032c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34201
@ -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