]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S variable.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Fri, 4 Nov 2011 19:05:36 +0000 (19:05 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 4 Nov 2011 19:05:36 +0000 (19:05 +0000)
2011-11-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
variable.

From-SVN: r180976

libgcc/ChangeLog
libgcc/config/s390/t-crtstuff

index df6ad30c99b631bcf7a8966d75c4b15b25d50ee7..ec06a097bf78c41985d4db1b7a036693c9c79316 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
+       variable.
+
 2011-11-04  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/50931
index 92e87b2da7e454aca67840cb89e59633d4820ac1..f90e35b72200e956350c20725f9469c069cf1c21 100644 (file)
@@ -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