Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib/libgcc/libgcc_s Make the mips softloat...
details: https://anonhg.NetBSD.org/src/rev/aacba6963d8c
branches: trunk
changeset: 770689:aacba6963d8c
user: christos <christos%NetBSD.org@localhost>
date: Sat Oct 29 17:14:12 2011 +0000
description:
Make the mips softloat special case the same as in the libgcc Makefile.
diffstat:
external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2b64f87de9b1 -r aacba6963d8c external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile
--- a/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile Sat Oct 29 16:54:49 2011 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile Sat Oct 29 17:14:12 2011 +0000
@@ -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+= -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
Home |
Main Index |
Thread Index |
Old Index