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 Don't emit _fix _floatun for co...
details: https://anonhg.NetBSD.org/src/rev/19a075845de5
branches: trunk
changeset: 788754:19a075845de5
user: matt <matt%NetBSD.org@localhost>
date: Thu Jul 18 22:39:57 2013 +0000
description:
Don't emit _fix _floatun for coldfire
diffstat:
external/gpl3/gcc/lib/libgcc/Makefile.inc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 198b23f1f977 -r 19a075845de5 external/gpl3/gcc/lib/libgcc/Makefile.inc
--- a/external/gpl3/gcc/lib/libgcc/Makefile.inc Thu Jul 18 22:38:52 2013 +0000
+++ b/external/gpl3/gcc/lib/libgcc/Makefile.inc Thu Jul 18 22:39:57 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.19 2013/02/14 09:19:28 matt Exp $
+# $NetBSD: Makefile.inc,v 1.20 2013/07/18 22:39:57 matt Exp $
.if ${MKGCC} != "no"
LIBGCC_MACHINE_ARCH?=${MACHINE_ARCH}
@@ -46,6 +46,8 @@
_mulsc3 _muldc3 _mulxc3 _multc3 _divsc3 _divdc3 _divxc3 \
_divtc3 _bswapsi2 _bswapdi2
+.if ${MACHINE_ARCH} != "coldfire"
+
# non swfloat versions
.for _p in _fix _fixuns
. for _m in sf df xf tf
@@ -62,6 +64,7 @@
.for _m in sf df xf
LIB2FUNCS_ALL+= _fixuns${_m}si
.endfor
+.endif
LIB2FUNCS_SHORT:=${LIB2FUNCS_ALL}
LIB2_DIVMOD_FUNCS:=${G_LIB2_DIVMOD_FUNCS}
Home |
Main Index |
Thread Index |
Old Index