xref: /netbsd-src/external/gpl3/gcc/dist/libgcc/config/or1k/t-crtstuff (revision 6cf6fe02a981b55727c49c3d37b0d8191a98c0ee)
1# This will prevent gcc from appending data to .eh_frame.
2# Other archs use fno-asynchronous-unwind-tables but we do not have that flag.
3CRTSTUFF_T_CFLAGS += -fno-dwarf2-cfi-asm
4CRTSTUFF_T_CFLAGS_S += -fno-dwarf2-cfi-asm
5