Commit 707f1839 by Sandra Loosemore Committed by Sandra Loosemore

configure.ac (target_makefile_frag): Set for nios2-*-elf*.

2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>

	* configure.ac (target_makefile_frag): Set for nios2-*-elf*.
	* configure: Regenerated.

	config/
	* mt-nios2-elf: New file.

From-SVN: r210451
parent e494d89c
2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
* configure.ac (target_makefile_frag): Set for nios2-*-elf*.
* configure: Regenerated.
2014-05-15 Torvald Riegel <triegel@redhat.com> 2014-05-15 Torvald Riegel <triegel@redhat.com>
* MAINTAINERS (libitm): Add myself as maintainer. * MAINTAINERS (libitm): Add myself as maintainer.
......
2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
* mt-nios2-elf: New file.
2014-04-25 Marc Glisse <marc.glisse@inria.fr> 2014-04-25 Marc Glisse <marc.glisse@inria.fr>
PR target/43538 PR target/43538
......
# 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
...@@ -6992,6 +6992,9 @@ case "${target}" in ...@@ -6992,6 +6992,9 @@ case "${target}" in
mips*-*-*linux* | mips*-*-gnu*) mips*-*-*linux* | mips*-*-gnu*)
target_makefile_frag="config/mt-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) *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
target_makefile_frag="config/mt-gnu" target_makefile_frag="config/mt-gnu"
;; ;;
......
...@@ -2370,6 +2370,9 @@ case "${target}" in ...@@ -2370,6 +2370,9 @@ case "${target}" in
mips*-*-*linux* | mips*-*-gnu*) mips*-*-*linux* | mips*-*-gnu*)
target_makefile_frag="config/mt-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) *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
target_makefile_frag="config/mt-gnu" target_makefile_frag="config/mt-gnu"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment