summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-03-16 14:22:19 +0000
committerru <ru@FreeBSD.org>2006-03-16 14:22:19 +0000
commit5aca7016bd81343e15499fead2a01f055dd10593 (patch)
treeafbecd6ab63735e46b0e4115ca6319ee89c0acb5 /lib/libc/Makefile
parent98cbabd0eb8f29587a2d94e6f7ed7db6914eed96 (diff)
downloadFreeBSD-src-5aca7016bd81343e15499fead2a01f055dd10593.zip
FreeBSD-src-5aca7016bd81343e15499fead2a01f055dd10593.tar.gz
Desupport the undocumented NO_QUAD option, just don't compile
the quad support on 64-bit platforms.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index b0780a3..96730fe 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -39,7 +39,10 @@ NOASM=
.include "${.CURDIR}/net/Makefile.inc"
.include "${.CURDIR}/nls/Makefile.inc"
.include "${.CURDIR}/posix1e/Makefile.inc"
-.if !defined(NO_QUAD)
+.if ${MACHINE_ARCH} != "alpha" && \
+ ${MACHINE_ARCH} != "amd64" && \
+ ${MACHINE_ARCH} != "ia64" && \
+ ${MACHINE_ARCH} != "sparc64"
.include "${.CURDIR}/quad/Makefile.inc"
.endif
.include "${.CURDIR}/regex/Makefile.inc"
OpenPOWER on IntegriCloud