summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2014-01-30 15:05:49 +0000
committerjoerg <joerg@NetBSD.org>2014-01-30 15:05:49 +0000
commitcb2f8ba2cfacebba3fdd61593564f0ef4e197b46 (patch)
tree0f850da899ce74d7e83e518be769db3d3a6ef337 /lib/libc
parent7880b40c78e1a4535fe8f7d0f3f752bfc04de495 (diff)
Use fixunssfsi and fixunsdfsi from compiler-rt.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/arch/mips/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/mips/Makefile.inc b/lib/libc/arch/mips/Makefile.inc
index 6f5cede9257..7db58be6195 100644
--- a/lib/libc/arch/mips/Makefile.inc
+++ b/lib/libc/arch/mips/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.12 2011/07/09 04:12:01 matt Exp $
+# $NetBSD: Makefile.inc,v 1.13 2014/01/30 15:05:49 joerg Exp $
.include <bsd.own.mk>
@@ -11,7 +11,7 @@ CPPFLAGS.assym.h+=-D__LIBC12_SOURCE__
.include <softfloat/Makefile.inc>
CPPFLAGS+= -DSOFTFLOAT
-SRCS+= fixunsgen_ieee754.c fixunssfsi_ieee754.c fixunsdfsi_ieee754.c
+SRCS+= fixunsgen_ieee754.c
SRCS+= fixunsgen64_ieee754.c #fixunssfdi.c fixunsdfdi.c
.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el") \
&& (!defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32))