Commit 9a7f7422 by Andreas Krebbel Committed by Andreas Krebbel

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
parent 4ce7e3a9
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
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment