Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/config/mt-nios2-elf

6 lines
248 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
# We build library code with -mno-gpopt so that it can be linked with
# larger executables with small-data sections that exceed the 16-bit
# offset range for GP-relative addressing.
CFLAGS_FOR_TARGET += -mno-gpopt
CXXFLAGS_FOR_TARGET += -mno-gpopt