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 Comment out softfloat code until it is ...



details:   https://anonhg.NetBSD.org/src/rev/6315f305e2d0
branches:  trunk
changeset: 326075:6315f305e2d0
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Jan 17 14:07:33 2014 +0000

description:
Comment out softfloat code until it is decided what to use long term.

diffstat:

 lib/libc/compiler_rt/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c649ffcd9373 -r 6315f305e2d0 lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Fri Jan 17 14:06:36 2014 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Fri Jan 17 14:07:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.7 2014/01/17 14:06:36 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.8 2014/01/17 14:07:33 joerg Exp $
 
 COMPILER_RT_SRCDIR=    ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
 
@@ -34,6 +34,7 @@
        gcc_personality_v0.c
 .endif
 
+.if 0
 # Conflicts with soft-float
 GENERIC_SRCS+= \
        comparedf2.c \



Home | Main Index | Thread Index | Old Index