diff options
| author | David Schultz <das@FreeBSD.org> | 2005-01-15 05:23:58 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2005-01-15 05:23:58 +0000 |
| commit | bd15659f64eb4460b85f395a176de9d4fcf40ecb (patch) | |
| tree | 5ab95bbe12c8c2d7e5e870ea676abf64040d09ed /lib/libc/alpha | |
| parent | cd3cc47033a619833f67e84ff0ec9adfbd8cab3f (diff) | |
Notes
Diffstat (limited to 'lib/libc/alpha')
| -rw-r--r-- | lib/libc/alpha/Makefile.inc | 3 | ||||
| -rw-r--r-- | lib/libc/alpha/stdlib/gdtoa.mk | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/alpha/Makefile.inc b/lib/libc/alpha/Makefile.inc index eff6caf6a280..c01413623223 100644 --- a/lib/libc/alpha/Makefile.inc +++ b/lib/libc/alpha/Makefile.inc @@ -7,3 +7,6 @@ # 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 diff --git a/lib/libc/alpha/stdlib/gdtoa.mk b/lib/libc/alpha/stdlib/gdtoa.mk deleted file mode 100644 index c631f6440422..000000000000 --- a/lib/libc/alpha/stdlib/gdtoa.mk +++ /dev/null @@ -1,4 +0,0 @@ -# $FreeBSD$ - -# On Alpha, long double is just double precision. -MDSRCS+=machdep_ldisd.c |
