mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
4ce7e3a98e
commit
9a7f74222c
|
|
@ -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>
|
2011-11-04 Georg-Johann Lay <avr@gjlay.de>
|
||||||
|
|
||||||
PR target/50931
|
PR target/50931
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,4 @@
|
||||||
# because then __FRAME_END__ might not be the last thing in .eh_frame
|
# because then __FRAME_END__ might not be the last thing in .eh_frame
|
||||||
# section.
|
# section.
|
||||||
CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables
|
CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables
|
||||||
CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
|
CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables -fPIC
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue