diff options
Diffstat (limited to 'lib/libc/alpha/Makefile.inc')
-rw-r--r-- | lib/libc/alpha/Makefile.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libc/alpha/Makefile.inc b/lib/libc/alpha/Makefile.inc new file mode 100644 index 0000000..c014136 --- /dev/null +++ b/lib/libc/alpha/Makefile.inc @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# Machine dependent definitions for the alpha architecture. +# + +# +# Alpha is 64-bit, so it doesn't need quad functions: +# +NO_QUAD= + +# On Alpha, long double is just double precision. +MDSRCS+=machdep_ldisd.c |