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.
This commit is contained in:
parent
86d2e3d0e7
commit
b9ee0bb078
|
@ -1,3 +1,8 @@
|
|||
2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* configure.ac (target_makefile_frag): Set for nios2-*-elf*.
|
||||
* configure: Regenerated.
|
||||
|
||||
2014-04-04 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* COPYING.NEWLIB: Add to current TI license to
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
|
@ -6987,6 +6987,9 @@ case "${target}" in
|
|||
mips*-*-*linux* | mips*-*-gnu*)
|
||||
target_makefile_frag="config/mt-mips-gnu"
|
||||
;;
|
||||
nios2-*-elf*)
|
||||
target_makefile_frag="config/mt-nios2-elf"
|
||||
;;
|
||||
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
|
||||
target_makefile_frag="config/mt-gnu"
|
||||
;;
|
||||
|
|
|
@ -2370,6 +2370,9 @@ case "${target}" in
|
|||
mips*-*-*linux* | mips*-*-gnu*)
|
||||
target_makefile_frag="config/mt-mips-gnu"
|
||||
;;
|
||||
nios2-*-elf*)
|
||||
target_makefile_frag="config/mt-nios2-elf"
|
||||
;;
|
||||
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
|
||||
target_makefile_frag="config/mt-gnu"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue