Fix SPU libgcc build

* config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.

From-SVN: r181291
This commit is contained in:
Rainer Orth 2011-11-11 16:49:22 +00:00 committed by Rainer Orth
parent c492b9d035
commit 902828f01c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-11-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
2011-11-09 Ian Lance Taylor <iant@google.com>
* generic-morestack.c: Include <string.h>.

View File

@ -5,7 +5,7 @@ CRTSTUFF_T_CFLAGS =
# We exclude those because the libgcc2.c default versions do not support
# the SPU single-precision format (round towards zero). We provide our
# own versions below and/or via direct expansion.
LIB2ADD = _floatdisf _floatundisf _floattisf _floatunstisf
LIB2FUNCS_EXCLUDE = _floatdisf _floatundisf _floattisf _floatunstisf
LIB2ADD_ST = $(srcdir)/config/spu/float_unssidf.c \
$(srcdir)/config/spu/float_unsdidf.c \