mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
We don't need libgnumalloc or libresolv on ELF systems.
This commit is contained in:
parent
785b36d40f
commit
89a75ff0d0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96412
@ -39,7 +39,7 @@ _csu=csu/${MACHINE_ARCH}
|
||||
_csu=csu
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
.if ${OBJFORMAT} == "aout" && ${MACHINE_ARCH} == "i386"
|
||||
_libgnumalloc= libgnumalloc
|
||||
_libresolv= libresolv
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user