From: Andreas Krebbel Date: Fri, 4 Nov 2011 19:05:36 +0000 (+0000) Subject: t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S variable. X-Git-Tag: releases/gcc-4.7.0~2476 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7f74222c8edb89eb1e603168879c97dc8f980a;p=thirdparty%2Fgcc.git t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S variable. 2011-11-04 Andreas Krebbel * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S variable. From-SVN: r180976 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index df6ad30c99b6..ec06a097bf78 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2011-11-04 Andreas Krebbel + + * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S + variable. + 2011-11-04 Georg-Johann Lay PR target/50931 diff --git a/libgcc/config/s390/t-crtstuff b/libgcc/config/s390/t-crtstuff index 92e87b2da7e4..f90e35b72200 100644 --- a/libgcc/config/s390/t-crtstuff +++ b/libgcc/config/s390/t-crtstuff @@ -2,5 +2,4 @@ # because then __FRAME_END__ might not be the last thing in .eh_frame # section. CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables -CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables - +CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables -fPIC