summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-16 21:21:07 +0000
committerobrien <obrien@FreeBSD.org>2003-08-16 21:21:07 +0000
commit531d1f33340632ea6624163435196b94ddcd70bd (patch)
treec4161b83b158d58dc9f1acfda7b56e92beb3d379 /lib
parent77de7395bb256ac2af052c6aec8436c6c3a7bb7f (diff)
downloadFreeBSD-src-531d1f33340632ea6624163435196b94ddcd70bd.zip
FreeBSD-src-531d1f33340632ea6624163435196b94ddcd70bd.tar.gz
Imply NOLIBC_R for PowerPC.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 5f64613..748fcfc 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -41,7 +41,7 @@ _csu=csu
.endif
# libc_r is obsolete on ia64.
-.if ${MACHINE_ARCH} != "ia64"
+.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc"
.if !defined(NOLIBC_R)
_libc_r= libc_r
.endif
OpenPOWER on IntegriCloud