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
+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
# 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