From 58452af3e581cec0f46579252b751b690f86d74d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 22 Jul 2003 06:34:57 +0000 Subject: [PATCH] Turn off the libc/quad functions since they are not needed for amd64 and just cause lots of warnings. --- lib/libc/amd64/Makefile.inc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/libc/amd64/Makefile.inc diff --git a/lib/libc/amd64/Makefile.inc b/lib/libc/amd64/Makefile.inc new file mode 100644 index 00000000000..fb0879503a7 --- /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