On 11/04/2011 10:58 AM, Rainer Orth wrote: > Matthias Klose <d...@ubuntu.com> writes: > >> emutls_s.o indeed isn't built with -fPIC (it is on the 4.6 branch); PICFLAG >> in >> libgcc/Makefile is set but apparently not used. > > I think I see what's going on: config/arm/t-elf (and > config/arm/t-strongarm-elf) override HOST_LIBGCC2_CFLAGS instead of > appending to it. This way, we loose PICFLAG from config/t-libgcc-pic. > > Could you try that change?
yes, using += gets my behind this point, now in stage2. thanks, Matthias