mirror of git://gcc.gnu.org/git/gcc.git
Fix SPU libgcc build
* config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead. From-SVN: r181291
This commit is contained in:
parent
c492b9d035
commit
902828f01c
|
@ -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>
|
2011-11-09 Ian Lance Taylor <iant@google.com>
|
||||||
|
|
||||||
* generic-morestack.c: Include <string.h>.
|
* generic-morestack.c: Include <string.h>.
|
||||||
|
|
|
@ -5,7 +5,7 @@ CRTSTUFF_T_CFLAGS =
|
||||||
# We exclude those because the libgcc2.c default versions do not support
|
# We exclude those because the libgcc2.c default versions do not support
|
||||||
# the SPU single-precision format (round towards zero). We provide our
|
# the SPU single-precision format (round towards zero). We provide our
|
||||||
# own versions below and/or via direct expansion.
|
# 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 \
|
LIB2ADD_ST = $(srcdir)/config/spu/float_unssidf.c \
|
||||||
$(srcdir)/config/spu/float_unsdidf.c \
|
$(srcdir)/config/spu/float_unsdidf.c \
|
||||||
|
|
Loading…
Reference in New Issue