summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc17
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 44bf89d..abd5d62 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
OpenPOWER on IntegriCloud