source: trunk/libs/newlib/src/config/mt-nios2-elf @ 610

Last change on this file since 610 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 248 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.