summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-22 06:34:57 +0000
committerpeter <peter@FreeBSD.org>2003-07-22 06:34:57 +0000
commit323cebdee3cff8e42c4bc074ee5bee878861318e (patch)
treefaadf58b6f19258f5efbc870c1c08861d3697707 /lib/libc/amd64
parentc3eaebbf8687ffec6e8884ae27beaf4cb1e9e6f5 (diff)
downloadFreeBSD-src-323cebdee3cff8e42c4bc074ee5bee878861318e.zip
FreeBSD-src-323cebdee3cff8e42c4bc074ee5bee878861318e.tar.gz
Turn off the libc/quad functions since they are not needed for amd64
and just cause lots of warnings.
Diffstat (limited to 'lib/libc/amd64')
-rw-r--r--lib/libc/amd64/Makefile.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libc/amd64/Makefile.inc b/lib/libc/amd64/Makefile.inc
new file mode 100644
index 0000000..fb08795
--- /dev/null
+++ b/lib/libc/amd64/Makefile.inc
@@ -0,0 +1,9 @@
+# $FreeBSD$
+#
+# Machine dependent definitions for the amd64 architecture.
+#
+
+#
+# AMD64 is 64-bit, so it doesn't need quad functions:
+#
+NO_QUAD=1
OpenPOWER on IntegriCloud