diff options
| author | David Schultz <das@FreeBSD.org> | 2005-01-15 05:26:32 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2005-01-15 05:26:32 +0000 |
| commit | 851e420fbabde04c40dd177a345c31c1d44a1ccb (patch) | |
| tree | 3563f6accb3a591cb9f80376b4e865db8404d0b4 /lib/libc/powerpc | |
| parent | bd15659f64eb4460b85f395a176de9d4fcf40ecb (diff) | |
Notes
Diffstat (limited to 'lib/libc/powerpc')
| -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 000000000000..605f9f4a9902 --- /dev/null +++ b/lib/libc/powerpc/Makefile.inc @@ -0,0 +1,5 @@ +# $FreeBSD$ + +# Long double is 64-bits +MDSRCS+=machdep_ldisd.c + |
