mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Keep up with lib/Makefile,v 1.64 (uhh).
This commit is contained in:
parent
63b3046fd5
commit
dc173bd818
1 changed files with 2 additions and 4 deletions
|
|
@ -728,10 +728,8 @@ libraries:
|
|||
${MAKE} -f Makefile.inc1 _prebuild_libs; \
|
||||
${MAKE} -f Makefile.inc1 _generic_libs;
|
||||
|
||||
.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}.pcc)
|
||||
_startup_libs= lib/csu/${MACHINE_ARCH}.pcc
|
||||
.elif ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf"
|
||||
_startup_libs= lib/csu/i386-elf
|
||||
.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-${OBJFORMAT})
|
||||
_startup_libs= lib/csu/${MACHINE_ARCH}-${OBJFORMAT}
|
||||
.else
|
||||
_startup_libs= lib/csu/${MACHINE_ARCH}
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue