aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2014-05-14 19:20:59 -0400
committerSandra Loosemore <sandra@gcc.gnu.org>2014-05-14 19:20:59 -0400
commit707f18393ac81938e72cc4a44e0dcff6b7bef617 (patch)
tree0a48c7bd6748694abc7bd5e54e4327b1f592eca4 /configure
parente494d89c37fcbcbe7e28b9027d6dddc8d73651c9 (diff)
downloadgcc-707f18393ac81938e72cc4a44e0dcff6b7bef617.zip
gcc-707f18393ac81938e72cc4a44e0dcff6b7bef617.tar.gz
gcc-707f18393ac81938e72cc4a44e0dcff6b7bef617.tar.bz2
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 3f217a2..36455713 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"
;;