From 902828f01c0ea4c987dd227e0c11be8f2eb8dc9e Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 11 Nov 2011 16:49:22 +0000 Subject: Fix SPU libgcc build * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead. From-SVN: r181291 --- libgcc/ChangeLog | 4 ++++ libgcc/config/spu/t-elf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index bfaa1a0..a40d459 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2011-11-11 Rainer Orth + + * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead. + 2011-11-09 Ian Lance Taylor * generic-morestack.c: Include . diff --git a/libgcc/config/spu/t-elf b/libgcc/config/spu/t-elf index 83616c1..29536e8 100644 --- a/libgcc/config/spu/t-elf +++ b/libgcc/config/spu/t-elf @@ -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 \ -- cgit v1.1