summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2003-07-21 18:50:11 +0000
committerjason <jason@openbsd.org>2003-07-21 18:50:11 +0000
commitce0e51fc114b1d7651f89835caeef3aa7a4c7fdf (patch)
treee89448c96c47af00aa2e8b7eb67bfc8e2ca202ec /lib/libc
parentimplementation of __ftoul (float -> unsigned long) (based on __dtoul above it) (diff)
downloadwireguard-openbsd-ce0e51fc114b1d7651f89835caeef3aa7a4c7fdf.tar.xz
wireguard-openbsd-ce0e51fc114b1d7651f89835caeef3aa7a4c7fdf.zip
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/libc')
-rw-r--r--lib/libc/arch/sparc64/Makefile.inc4
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"