diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/amd64/Makefile.inc | 9 |
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 |