1*48fb7bfaSmrg# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables, 2*48fb7bfaSmrg# because then __FRAME_END__ might not be the last thing in .eh_frame 3*48fb7bfaSmrg# section. 4*48fb7bfaSmrgCRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables 5*48fb7bfaSmrgCRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables 6*48fb7bfaSmrg 7*48fb7bfaSmrg# Compile crtbeginS.o and crtendS.o with -mcmodel=large 8*48fb7bfaSmrgCRTSTUFF_T_CFLAGS_S += -mcmodel=large 9