We don't need libgnumalloc or libresolv on ELF systems.

This commit is contained in:
David E. O'Brien 2002-05-11 17:51:04 +00:00
parent 785b36d40f
commit 89a75ff0d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96412

View File

@ -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