summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 230010d..22c261a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -97,11 +97,11 @@ _libpthread= libpthread
.endif
.if ${MACHINE_ARCH} != "arm" && !defined(NO_LIBTHR)
-_libthr= libthr
+_libthr=
.endif
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc"
-_libthread_db= libthread_db
+_libthread_db=
.endif
.if !defined(NO_USB)
OpenPOWER on IntegriCloud