t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S variable.

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
This commit is contained in:
Andreas Krebbel 2011-11-04 19:05:36 +00:00 committed by Andreas Krebbel
parent 4ce7e3a98e
commit 9a7f74222c
2 changed files with 6 additions and 2 deletions

View 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

View 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