mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Keep up with lib/Makefile,v 1.64 (uhh).
This commit is contained in:
parent
63b3046fd5
commit
dc173bd818
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94851
@ -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 New Issue
Block a user