From d9e042ac0bc08b6c3890cc53cbd43c73c522e720 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Wed, 14 May 2014 16:27:14 -0700 Subject: Sync nios2 configure changes from GCC mainline. 2014-05-14 Sandra Loosemore * configure.ac (target_makefile_frag): Set for nios2-*-elf*. * configure: Regenerated. config/ * mt-nios2-elf: New file. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3c7b1ff..07c3a66 100644 --- a/configure.ac +++ b/configure.ac @@ -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" ;; -- cgit v1.1