1 1.1 matt # This will prevent gcc from appending data to .eh_frame.
2 1.1 matt # Other archs use fno-asynchronous-unwind-tables but we do not have that flag.
3 1.1 matt CRTSTUFF_T_CFLAGS += -fno-dwarf2-cfi-asm
4 1.1 matt CRTSTUFF_T_CFLAGS_S += -fno-dwarf2-cfi-asm
5