diff options
Diffstat (limited to 'lib/libc/powerpc')
-rw-r--r-- | lib/libc/powerpc/arith.h | 9 | ||||
-rw-r--r-- | lib/libc/powerpc/stdlib/gdtoa.mk | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/libc/powerpc/arith.h b/lib/libc/powerpc/arith.h new file mode 100644 index 0000000..9f4cfe4 --- /dev/null +++ b/lib/libc/powerpc/arith.h @@ -0,0 +1,9 @@ +/* + * MD header for contrib/gdtoa + * + * $FreeBSD$ + */ + +#define IEEE_MC68k +#define Arith_Kind_ASL 2 +#define Double_Align diff --git a/lib/libc/powerpc/stdlib/gdtoa.mk b/lib/libc/powerpc/stdlib/gdtoa.mk new file mode 100644 index 0000000..f951a8d --- /dev/null +++ b/lib/libc/powerpc/stdlib/gdtoa.mk @@ -0,0 +1,5 @@ +# $FreeBSD$ + +# Long double is quad precision +GDTOASRCS+=strtopQ.c +MDSRCS+=machdep_ldisQ.c |