Codebase list newlib / 35b8d3d6-a56a-41fd-b11c-e42cd0398b3b/main config / mt-nios2-elf
35b8d3d6-a56a-41fd-b11c-e42cd0398b3b/main

Tree @35b8d3d6-a56a-41fd-b11c-e42cd0398b3b/main (Download .tar.gz)

mt-nios2-elf @35b8d3d6-a56a-41fd-b11c-e42cd0398b3b/mainraw · history · blame

1
2
3
4
5
# 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