]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Replace ms1 with mt.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 16 Dec 2005 11:52:02 +0000 (11:52 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 16 Dec 2005 11:52:02 +0000 (11:52 +0000)
* configure.in: Replace ms1 with mt.
* configure: Rebuilt.

From-SVN: r108637

ChangeLog
configure
configure.in

index 39eea38a4f8f64884f6a1210d08e9aa611b1099d..3e9c63eced0d9359669bf2c2b9364f5cacafdb94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * configure.in: Replace ms1 with mt.
+       * configure: Rebuilt.
+
 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
 
        * MAINTAINERS: Update my email address.
index 08b9ddc585f74c1c1fdb35911911f9ce36c96ec6..4eb60eb2435d42880b28903f102b692a896f8dd4 100755 (executable)
--- a/configure
+++ b/configure
@@ -1475,7 +1475,7 @@ case "${target}" in
   mn10300-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
-  ms1-*-*)
+  mt-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
   powerpc-*-aix*)
index aa587d653ca2f5658c47da44f2b237723142f2fe..53973528cb3fa209e932365dc23f59bf5917326d 100644 (file)
@@ -683,7 +683,7 @@ case "${target}" in
   mn10300-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
-  ms1-*-*)
+  mt-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
   powerpc-*-aix*)