aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-09-21 21:47:05 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-09-21 21:47:05 +0000
commite19f6f27a72b6954fccf83ce5f194aad5471695c (patch)
tree6d69b547437a01ab0faee1881762809a73d515e2 /Makefile.inc1
parent297800599a494e589a2c90fb8b7b21a149cc6481 (diff)
downloadsrc-e19f6f27a72b6954fccf83ce5f194aad5471695c.tar.gz
src-e19f6f27a72b6954fccf83ce5f194aad5471695c.zip
Hopefully fix alpha and sparc64 builds: on these architectures,
libpthread is provided by src/lib/libc_r. Also, removed lib/bind from _generic_libs, "lib" will suffice. Also, removed redundant lib/bind dependency on lib/libpthread (as lib/bind is not in the _prebuild_libs, it's not needed). Prodded by: trhodes@ reporting that des@ is on the flight
Notes
Notes: svn path=/head/; revision=135553
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 44bf89d248f1..abd5d620fe3c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -901,10 +901,11 @@ _prebuild_libs+= lib/libcom_err lib/libcrypt lib/libexpat \
lib/libopie__L lib/libtacplus__L: lib/libmd__L
.if !defined(NO_BIND)
+.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
+_prebuild_libs+= lib/libc_r
+.else
_prebuild_libs+= lib/libpthread
-_generic_libs+= lib/bind
-
-lib/bind__L: lib/libpthread__L
+.endif
.endif
_generic_libs+= lib