OSDN Git Service

* configure.in: Replace ms1 with mt.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Dec 2005 11:52:02 +0000 (11:52 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Dec 2005 11:52:02 +0000 (11:52 +0000)
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108637 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.in

index 39eea38..3e9c63e 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 08b9ddc..4eb60eb 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 aa587d6..5397352 100644 (file)
@@ -683,7 +683,7 @@ case "${target}" in
   mn10300-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
-  ms1-*-*)
+  mt-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
   powerpc-*-aix*)