diff options
author | das <das@FreeBSD.org> | 2005-01-15 05:23:58 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2005-01-15 05:23:58 +0000 |
commit | 0bc790330115998989825d21890bac5589108332 (patch) | |
tree | 5ab95bbe12c8c2d7e5e870ea676abf64040d09ed /lib/libc/arm | |
parent | 64168d93e53c607d7cae95e7c25c59c083baed50 (diff) | |
download | FreeBSD-src-0bc790330115998989825d21890bac5589108332.zip FreeBSD-src-0bc790330115998989825d21890bac5589108332.tar.gz |
Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.
The purpose of having a separate file involved an abandoned scheme that
would have kept contrib/gdtoa out of the include path for the rest of libc.
Diffstat (limited to 'lib/libc/arm')
-rw-r--r-- | lib/libc/arm/Makefile.inc | 4 | ||||
-rw-r--r-- | lib/libc/arm/stdlib/gdtoa.mk | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/arm/Makefile.inc b/lib/libc/arm/Makefile.inc index 1a0ef65..c1cf60b 100644 --- a/lib/libc/arm/Makefile.inc +++ b/lib/libc/arm/Makefile.inc @@ -6,3 +6,7 @@ SOFTFLOAT_BITS=32 CFLAGS+=-DSOFTFLOAT + +# Long double is 80 bits +GDTOASRCS+=strtopx.c +MDSRCS+=machdep_ldisx.c diff --git a/lib/libc/arm/stdlib/gdtoa.mk b/lib/libc/arm/stdlib/gdtoa.mk deleted file mode 100644 index 50f2f0d..0000000 --- a/lib/libc/arm/stdlib/gdtoa.mk +++ /dev/null @@ -1,5 +0,0 @@ -# $FreeBSD$ - -# Long double is 80 bits -GDTOASRCS+=strtopx.c -MDSRCS+=machdep_ldisx.c |