mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
6 lines
324 B
Plaintext
6 lines
324 B
Plaintext
|
# -fasynchronous-unwind-tables -funwind-tables is on by default for riscv linux
|
||
|
# We turn it off for crt*.o because it would make __EH_FRAME_BEGIN__ point
|
||
|
# to .eh_frame data from crtbeginT.o instead of the user-defined object
|
||
|
# during static linking.
|
||
|
CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
|