diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-07-21 18:50:12 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-07-21 18:50:12 +0000 |
commit | cd4148db38d74f389093d3d19a4f6783739a5ecc (patch) | |
tree | 1ba0547abb6ab253255b154c0b3149783ede4717 /lib | |
parent | 71c9b883180801e326238540650f2b0fa693212f (diff) |
enable the libc portions of the quad float stuff (nothing will call this
until a forthcoming gcc patch is in place).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/arch/sparc64/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/arch/sparc64/Makefile.inc b/lib/libc/arch/sparc64/Makefile.inc index a6eca83e90f..fd49eda49ee 100644 --- a/lib/libc/arch/sparc64/Makefile.inc +++ b/lib/libc/arch/sparc64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2001/09/10 19:17:33 jason Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2003/07/21 18:50:11 jason Exp $ KMINCLUDES= arch/sparc64/SYS.h KMSRCS= ffs.S strlen.S htonl.S htons.S \ @@ -33,3 +33,5 @@ urem.S: ${LIBCSRCDIR}/arch/sparc64/gen/divrem.m4 @(echo "define(NAME,\`.urem')define(OP,\`rem')define(S,\`false')"; \ cat ${.ALLSRC}) | m4 > ${.TARGET} @chmod 444 ${.TARGET} + +.include "${.CURDIR}/arch/sparc64/fpu/Makefile.inc" |