summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2014-05-14 16:27:14 -0700
committerSandra Loosemore <sandra@codesourcery.com>2014-05-14 16:27:14 -0700
commitd9e042ac0bc08b6c3890cc53cbd43c73c522e720 (patch)
treebb9ef2254ab8dd552f1fd953f5e88ba6df46f55c /configure
parentdd7566892070fbccb91c536c46584c20ef29961b (diff)
downloadbinutils-gdb-d9e042ac0bc08b6c3890cc53cbd43c73c522e720.tar.gz
Sync nios2 configure changes from GCC mainline.
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.
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"
;;