9a7f74222c
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
6 lines
267 B
Plaintext
6 lines
267 B
Plaintext
# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
|
|
# 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 -fPIC
|