2015-10-15 10:25:28 +02:00

5 lines
221 B
Plaintext

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