gdb-msvc/config/mt-nios2-elf

6 lines
248 B
Plaintext
Raw Permalink Normal View History

2020-06-18 10:11:10 +02: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