]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Set noconfigdirs for ms1.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 2 Jun 2005 19:54:19 +0000 (19:54 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 2 Jun 2005 19:54:19 +0000 (19:54 +0000)
        * configure.in: Set noconfigdirs for ms1.

        * configure: Regenerate.

Co-Authored-By: Michael Snyder <msnyder@redhat.com>
Co-Authored-By: Stan Cox <scox@redhat.com>
From-SVN: r100509

ChangeLog
configure
configure.in

index f5c8b393edf77291a67a56a287244ae921814170..e9b25284d1ac2dc5feca2e8862e63bb2a044baf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
+            Michael Snyder  <msnyder@redhat.com>
+            Stan Cox  <scox@redhat.com>
+
+        * configure.in: Set noconfigdirs for ms1.
+
+        * configure: Regenerate.
+
 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
 
        * MAINTAINERS (Write After Approval): Add self.
index be814518b79002e326ddc5b751bfcb8f13d48d9f..1e25b8e1b1d2e4c010e560a54d924642c2d4974a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1430,6 +1430,9 @@ case "${target}" in
   mn10300-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
+  ms1-*-*)
+    noconfigdirs="$noconfigdirs sim"
+    ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
index c2ced9168a7fa025a35e9b91f59ac99c4327bbde..7e2f52aa7a38afa934255bc7be0659c6c6f37076 100644 (file)
@@ -647,6 +647,9 @@ case "${target}" in
   mn10300-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
+  ms1-*-*)
+    noconfigdirs="$noconfigdirs sim"
+    ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"