xref: /netbsd-src/external/gpl3/gdb/dist/config/mt-nios2-elf (revision 8450a7c42673d65e3b1f6560d3b6ecd317a6cbe8)
1# We build library code with -mno-gpopt so that it can be linked with
2# larger executables with small-data sections that exceed the 16-bit
3# offset range for GP-relative addressing.
4CFLAGS_FOR_TARGET += -mno-gpopt
5CXXFLAGS_FOR_TARGET += -mno-gpopt
6