Module Name: src
Committed By: joerg
Date: Tue Oct 29 16:08:50 UTC 2019
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Always include soft-float compare and order logic in libc when using
compiler-rt.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/compiler_rt/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/compiler_rt/Makefile.inc
diff -u src/lib/libc/compiler_rt/Makefile.inc:1.35 src/lib/libc/compiler_rt/Makefile.inc:1.36
--- src/lib/libc/compiler_rt/Makefile.inc:1.35 Sun Jul 23 09:50:54 2017
+++ src/lib/libc/compiler_rt/Makefile.inc Tue Oct 29 16:08:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.35 2017/07/23 09:50:54 martin Exp $
+# $NetBSD: Makefile.inc,v 1.36 2019/10/29 16:08:50 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@@ -144,6 +144,9 @@ GENERIC_SRCS+= \
floatuntidf.c \
floatuntisf.c \
floatuntixf.c
+.else
+GENERIC_SRCS+= \
+ comparetf2.c
.endif
# These have h/w instructions which are always used.