Module Name:    src
Committed By:   joerg
Date:           Fri Jan 17 14:08:59 UTC 2014

Modified Files:
        src/lib/libc/compiler_rt: Makefile.inc

Log Message:
Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat provides
the same set of symbols.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/lib/libc/compiler_rt/Makefile.inc:1.9
--- src/lib/libc/compiler_rt/Makefile.inc:1.8	Fri Jan 17 14:07:33 2014
+++ src/lib/libc/compiler_rt/Makefile.inc	Fri Jan 17 14:08:59 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.8 2014/01/17 14:07:33 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.9 2014/01/17 14:08:59 joerg Exp $
 
 COMPILER_RT_SRCDIR=	${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
 
@@ -184,13 +184,14 @@ GENERIC_SRCS+= \
 .if ${MACHINE_CPU} == "arm"
 .if !empty(LIBC_MACHINE_ARCH:Mearm*)
 GENERIC_SRCS+= \
-	aeabi_dcmp.S \
-	aeabi_fcmp.S \
 	aeabi_idivmod.S \
 	aeabi_ldivmod.S \
 	aeabi_uidivmod.S \
 	aeabi_uldivmod.S
 .endif
+# Not yet, overlaps with softfloat
+#	aeabi_dcmp.S \
+#	aeabi_fcmp.S
 # Not yet, requires ARMv6
 #GENERIC_SRCS+= \
 #	bswapdi2.S \

Reply via email to