Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2014-05-15 03:24:37 +0400
committerSandra Loosemore <sandra@codesourcery.com>2014-05-15 03:24:37 +0400
commitb9ee0bb0786b270726aad94d40ed602b807ba576 (patch)
tree012020a53de738c68c9cd31dc0ccef59dcb52a91 /configure
parent86d2e3d0e7c0546a9d80b9f9c112dd04b7918758 (diff)
2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
Sync from GCC mainline. * 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 d62285c90..a67eb96c0 100755
--- a/configure
+++ b/configure
@@ -6987,6 +6987,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"
;;