diff options
author | das <das@FreeBSD.org> | 2005-01-15 05:26:32 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2005-01-15 05:26:32 +0000 |
commit | f4c183f0bacf6ff6016a7255beb1692cf302b883 (patch) | |
tree | 3563f6accb3a591cb9f80376b4e865db8404d0b4 /lib | |
parent | 0bc790330115998989825d21890bac5589108332 (diff) | |
download | FreeBSD-src-f4c183f0bacf6ff6016a7255beb1692cf302b883.zip FreeBSD-src-f4c183f0bacf6ff6016a7255beb1692cf302b883.tar.gz |
Add a file missed in the previous commit:
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')
-rw-r--r-- | lib/libc/powerpc/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/powerpc/Makefile.inc b/lib/libc/powerpc/Makefile.inc new file mode 100644 index 0000000..605f9f4 --- /dev/null +++ b/lib/libc/powerpc/Makefile.inc @@ -0,0 +1,5 @@ +# $FreeBSD$ + +# Long double is 64-bits +MDSRCS+=machdep_ldisd.c + |