summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-15 21:18:30 +0000
committerru <ru@FreeBSD.org>2003-09-15 21:18:30 +0000
commit7f3db099ec9fba6cffc251a14154bfc3733c0386 (patch)
tree90307bd873506798595f2337815d437b646846ac /Makefile.inc1
parent6694c2fb2e2c1a725aefc85a60493e4e5ef16c8b (diff)
downloadFreeBSD-src-7f3db099ec9fba6cffc251a14154bfc3733c0386.zip
FreeBSD-src-7f3db099ec9fba6cffc251a14154bfc3733c0386.tar.gz
Catch up with libpthread/support/Makefile.inc,v 1.6 and revert
Makefile.inc1 revisions 1.365 and 1.367: libc_pic.a is no longer necessary to build libpthread.so (ie: libkse.so).
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ba1ee13..693c3ee 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -814,8 +814,6 @@ libraries:
# gnu/lib/csu, gnu/lib/libgcc and lib/csu must be built before all
# shared libraries for ELF.
#
-# lib/libc (libc_pic.a) must be built before lib/libpthread.
-#
_startup_libs= gnu/lib/csu gnu/lib/libgcc
.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-elf)
_startup_libs+= lib/csu/${MACHINE_ARCH}-elf
@@ -824,6 +822,7 @@ _startup_libs+= lib/csu/${MACHINE_ARCH}
.endif
_prebuild_libs=
+
_generic_libs= gnu/lib
.if exists(${.CURDIR}/kerberos5) && exists(${.CURDIR}/crypto) && \
@@ -835,9 +834,6 @@ _prebuild_libs+= kerberos5/lib/libroken
_generic_libs+= kerberos5/lib
.endif
-.if !defined(NOLIBPTHREAD)
-_prebuild_libs+= lib/libc
-.endif
_prebuild_libs+= lib/libcom_err lib/libcrypt lib/libexpat \
lib/libkvm lib/libmd \
lib/libncurses lib/libopie lib/libpam lib/libradius \
OpenPOWER on IntegriCloud