Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgcc/config/loongarch/t-crtstuff
2023-03-06 14:48:14 +01:00

5 lines
312 B
Text

# -fasynchronous-unwind-tables is on by default for LoongArch.
# 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-omit-frame-pointer -fno-asynchronous-unwind-tables