Module Name:    src
Committed By:   christos
Date:           Sat Oct 29 17:14:12 UTC 2011

Modified Files:
        src/external/gpl3/gcc/lib/libgcc/libgcc_s: Makefile

Log Message:
Make the mips softloat special case the same as in the libgcc Makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile
diff -u src/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile:1.4 src/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile:1.5
--- src/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile:1.4	Thu Oct 27 22:28:01 2011
+++ src/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile	Sat Oct 29 13:14:12 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2011/10/28 02:28:01 christos Exp $
+#	$NetBSD: Makefile,v 1.5 2011/10/29 17:14:12 christos Exp $
 
 USE_SHLIBDIR=	yes
 REQUIRETOOLS=	yes
@@ -22,7 +22,7 @@ LDFLAGS+=	-nodefaultlibs
 LDFLAGS+=	-Wl,--version-script=${.OBJDIR}/libgcc.map
 
 # XXX handle this better?
-.if ${MACHINE} == "emips" || (${MACHINE_CPU} == "mips" && !(${MKSOFTFLOAT} != "no"))
+.if ${MACHINE} == "emips"
 G_LIB2ADD_HACK+=	${GNUHOSTDIST}/gcc/config/floatunsidf.c \
 			${GNUHOSTDIST}/gcc/config/floatunsisf.c
 .endif

Reply via email to