xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/tilegx/t-crtstuff (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1*36ac495dSmrg# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
2*36ac495dSmrg# because then __FRAME_END__ might not be the last thing in .eh_frame
3*36ac495dSmrg# section.
4*36ac495dSmrgCRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables
5*36ac495dSmrgCRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
6*36ac495dSmrg
7*36ac495dSmrg# Compile crtbeginS.o and crtendS.o with -mcmodel=large
8*36ac495dSmrgCRTSTUFF_T_CFLAGS_S += -mcmodel=large
9