summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2004-03-02 06:26:37 +0000
committergrehan <grehan@FreeBSD.org>2004-03-02 06:26:37 +0000
commitbfc88748214c90b9b3534a242f526926ddaacc95 (patch)
tree0596b306629ec2427545739480ec03c174617369 /lib/Makefile
parenta0da296615273933725b95d96e4e763dc8ed6c97 (diff)
downloadFreeBSD-src-bfc88748214c90b9b3534a242f526926ddaacc95.zip
FreeBSD-src-bfc88748214c90b9b3534a242f526926ddaacc95.tar.gz
Hook libthr to the build for PowerPC
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 06463dc..97174cc 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -96,7 +96,7 @@ _libpthread= libpthread
.endif
.endif
-.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
+.if ${MACHINE_ARCH} != "amd64"
.if !defined(NOLIBTHR)
_libthr= libthr
.endif
OpenPOWER on IntegriCloud