aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2010-07-10 14:45:03 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2010-07-10 14:45:03 +0000
commit840b91cc52085d26c112e99d733f71eb92c3ff54 (patch)
tree838c4a97263bbcdc2d8e8728ecd744e5a9c73c03 /lib/libc/Makefile
parent3c766d1c8f05729686bac97814914384a021b5d0 (diff)
Notes
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 682f42cde7140..527a5bb2f0455 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -51,6 +51,7 @@ NOASM=
.include "${.CURDIR}/posix1e/Makefile.inc"
.if ${MACHINE_ARCH} != "amd64" && \
${MACHINE_ARCH} != "ia64" && \
+ ${MACHINE_ARCH} != "powerpc64" && \
${MACHINE_ARCH} != "sparc64" && \
${MACHINE_ARCH} != "mips"
.include "${.CURDIR}/quad/Makefile.inc"