Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/compiler_rt Always include soft-float compare and o...
details: https://anonhg.NetBSD.org/src/rev/a932259c4544
branches: trunk
changeset: 460636:a932259c4544
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Oct 29 16:08:50 2019 +0000
description:
Always include soft-float compare and order logic in libc when using
compiler-rt.
diffstat:
lib/libc/compiler_rt/Makefile.inc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r e5daca67b3b4 -r a932259c4544 lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Tue Oct 29 12:39:46 2019 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Tue Oct 29 16:08:50 2019 +0000
@@ -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 @@
floatuntidf.c \
floatuntisf.c \
floatuntixf.c
+.else
+GENERIC_SRCS+= \
+ comparetf2.c
.endif
# These have h/w instructions which are always used.
Home |
Main Index |
Thread Index |
Old Index