aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorsandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-14 23:20:59 +0000
committersandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-14 23:20:59 +0000
commit2481a2c11dcb1a03fbea7be6dac5698d77fde7f2 (patch)
tree0a48c7bd6748694abc7bd5e54e4327b1f592eca4 /configure
parent16865c2d7a1ee2fbb9d426c4e4918fec34dd9749 (diff)
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210451 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 3f217a2eeab..36455713f33 100755
--- a/configure
+++ b/configure
@@ -6992,6 +6992,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"
;;