925b0ed821
config/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> PR bootstrap/51734 * picflag.m4: Remove s390 case statement. gcc/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. libada/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. libgcc/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. * config/s390/t-crtstuff: Remove -fPIC. libiberty/ 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure: Regenerate. From-SVN: r182868
6 lines
261 B
Plaintext
6 lines
261 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
|