Module Name: src
Committed By: joerg
Date: Fri Jan 17 14:07:33 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Comment out softfloat code until it is decided what to use long term.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/lib/libc/compiler_rt/Makefile.inc:1.8
--- src/lib/libc/compiler_rt/Makefile.inc:1.7 Fri Jan 17 14:06:36 2014
+++ src/lib/libc/compiler_rt/Makefile.inc Fri Jan 17 14:07:33 2014
@@ -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 @@ GENERIC_SRCS+= \
gcc_personality_v0.c
.endif
+.if 0
# Conflicts with soft-float
GENERIC_SRCS+= \
comparedf2.c \