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:
Walter Lee 2013-03-26 04:34:45 +00:00 committed by Walter Lee
parent dd884525bb
commit a6406324ae
2 changed files with 9 additions and 0 deletions

View File

@ -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__.

View File

@ -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