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:
authorSteve Ellcey <sellcey@mips.com>2012-09-21 19:16:59 +0400
committerSteve Ellcey <sellcey@mips.com>2012-09-21 19:16:59 +0400
commit7e86b13b125ca706f5e743fc100a7866900f6531 (patch)
treee5470ae0a98033fa1bd14106b9f9f1e88dbaa69a
parent0c770d168de0122f0682cab4ba1c417114e5b7c5 (diff)
2012-09-21 Steve Ellcey <sellcey@mips.com>
* configure.ac: Add mips*-mti-elf* target. * configure: Regenerate.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac4
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d17a199b3..f0893d7c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-21 Steve Ellcey <sellcey@mips.com>
+
+ * configure.ac: Add mips*-mti-elf* target.
+ * configure: Regenerate.
+
2012-09-19 Ian Lance Taylor <iant@google.com>
* configure.ac (host_libs): Add libbacktrace.
diff --git a/configure b/configure
index 727ff7cc8..77397f386 100755
--- a/configure
+++ b/configure
@@ -3637,7 +3637,7 @@ case "${target}" in
microblaze*)
noconfigdirs="$noconfigdirs gprof"
;;
- mips*-sde-elf*)
+ mips*-sde-elf* | mips*-mti-elf*)
if test x$with_newlib = xyes; then
noconfigdirs="$noconfigdirs gprof"
fi
@@ -6646,7 +6646,7 @@ case "${target}" in
spu-*-*)
target_makefile_frag="config/mt-spu"
;;
- mips*-sde-elf*)
+ mips*-sde-elf* | mips*-mti-elf*)
target_makefile_frag="config/mt-sde"
;;
mipsisa*-*-elfoabi*)
diff --git a/configure.ac b/configure.ac
index 85bfc648e..aea8c176c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1028,7 +1028,7 @@ case "${target}" in
microblaze*)
noconfigdirs="$noconfigdirs gprof"
;;
- mips*-sde-elf*)
+ mips*-sde-elf* | mips*-mti-elf*)
if test x$with_newlib = xyes; then
noconfigdirs="$noconfigdirs gprof"
fi
@@ -2220,7 +2220,7 @@ case "${target}" in
spu-*-*)
target_makefile_frag="config/mt-spu"
;;
- mips*-sde-elf*)
+ mips*-sde-elf* | mips*-mti-elf*)
target_makefile_frag="config/mt-sde"
;;
mipsisa*-*-elfoabi*)