From: Rainer Orth Date: Fri, 11 Nov 2011 16:49:22 +0000 (+0000) Subject: Fix SPU libgcc build X-Git-Tag: releases/gcc-4.7.0~2242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902828f01c0ea4c987dd227e0c11be8f2eb8dc9e;p=thirdparty%2Fgcc.git Fix SPU libgcc build * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead. From-SVN: r181291 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index bfaa1a0b1eae..a40d4594b95a 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 83616c1ca7d0..29536e881324 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 \