mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 17:20:03 -04:00
5 lines
221 B
Plaintext
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
|