diff options
author | cognet <cognet@FreeBSD.org> | 2005-03-20 00:53:52 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2005-03-20 00:53:52 +0000 |
commit | 60d20350ea2326ee202ceb0a93adf694a1a73eda (patch) | |
tree | 4fbdc701e4b4707445b267f41a4efecc5ae08b0f /lib/libc/arm/Makefile.inc | |
parent | f6962ae479f622dcfc6dfb95c52683686bb7170b (diff) | |
download | FreeBSD-src-60d20350ea2326ee202ceb0a93adf694a1a73eda.zip FreeBSD-src-60d20350ea2326ee202ceb0a93adf694a1a73eda.tar.gz |
Use the correct values for softfloat, in both the little endian and the big
endian cases.
Diffstat (limited to 'lib/libc/arm/Makefile.inc')
-rw-r--r-- | lib/libc/arm/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/arm/Makefile.inc b/lib/libc/arm/Makefile.inc index c1cf60b..90dde632 100644 --- a/lib/libc/arm/Makefile.inc +++ b/lib/libc/arm/Makefile.inc @@ -7,6 +7,5 @@ SOFTFLOAT_BITS=32 CFLAGS+=-DSOFTFLOAT -# Long double is 80 bits -GDTOASRCS+=strtopx.c -MDSRCS+=machdep_ldisx.c +# Long double is just double precision. +MDSRCS+=machdep_ldisd.c |