From b9ee0bb0786b270726aad94d40ed602b807ba576 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Wed, 14 May 2014 23:24:37 +0000 Subject: 2014-05-14 Sandra Loosemore Sync from GCC mainline. * 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 4c2365250..87d51509c 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.2.3