mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
t-crtstuff: Add -fno-asynchronous-unwind-tables -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.
* config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable. From-SVN: r197083
This commit is contained in:
parent
dd884525bb
commit
a6406324ae
@ -1,3 +1,8 @@
|
||||
2013-03-26 Walter Lee <walt@tilera.com>
|
||||
|
||||
* config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
|
||||
-mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.
|
||||
|
||||
2013-03-25 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.
|
||||
|
@ -2,3 +2,7 @@
|
||||
# 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
|
||||
|
||||
# Compile crtbeginS.o and crtendS.o with -mcmodel=large
|
||||
CRTSTUFF_T_CFLAGS_S += -mcmodel=large
|
||||
|
Loading…
Reference in New Issue
Block a user