From d9e042ac0bc08b6c3890cc53cbd43c73c522e720 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Wed, 14 May 2014 16:27:14 -0700 Subject: Sync nios2 configure changes from GCC mainline. 2014-05-14 Sandra Loosemore * configure.ac (target_makefile_frag): Set for nios2-*-elf*. * configure: Regenerated. config/ * mt-nios2-elf: New file. --- config/mt-nios2-elf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/mt-nios2-elf (limited to 'config/mt-nios2-elf') diff --git a/config/mt-nios2-elf b/config/mt-nios2-elf new file mode 100644 index 0000000..1dee7c6 --- /dev/null +++ b/config/mt-nios2-elf @@ -0,0 +1,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 -- cgit v1.1