diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2014-05-14 23:24:37 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2014-05-14 23:24:37 +0000 |
commit | b9ee0bb0786b270726aad94d40ed602b807ba576 (patch) | |
tree | 012020a53de738c68c9cd31dc0ccef59dcb52a91 /config | |
parent | 86d2e3d0e7c0546a9d80b9f9c112dd04b7918758 (diff) | |
download | newlib-b9ee0bb0786b270726aad94d40ed602b807ba576.zip newlib-b9ee0bb0786b270726aad94d40ed602b807ba576.tar.gz newlib-b9ee0bb0786b270726aad94d40ed602b807ba576.tar.bz2 |
2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
Sync from GCC mainline.
* configure.ac (target_makefile_frag): Set for nios2-*-elf*.
* configure: Regenerated.
config/
* mt-nios2-elf: New file.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/mt-nios2-elf | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index e3f6f45..18388d2 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2014-05-14 Sandra Loosemore <sandra@codesourcery.com> + + * mt-nios2-elf: New file. + 2013-09-29 Iain Sandoe <iain@codesourcery.com> * mh-darwin (BOOT_CFLAGS): Only add -mdynamic-no-pic for m32 hosts. 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 |