summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-02 19:54:19 +0000
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-02 19:54:19 +0000
commitf6fa11cb33909fb4bbbd9c5e4de23210b550ca3b (patch)
tree7485a68c30a3005867a3d39b3ecebcc7e4fdd100
parent75addc1be9b5be8e24e8da9e29fa7b74fd03a0b8 (diff)
downloadgcc-f6fa11cb33909fb4bbbd9c5e4de23210b550ca3b.tar.gz
* configure.in: Set noconfigdirs for ms1.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100509 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog8
-rwxr-xr-xconfigure3
-rw-r--r--configure.in3
3 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5c8b393edf..e9b25284d1a 100644
--- 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.
diff --git a/configure b/configure
index be814518b79..1e25b8e1b1d 100755
--- 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}"
diff --git a/configure.in b/configure.in
index c2ced9168a7..7e2f52aa7a3 100644
--- a/configure.in
+++ b/configure.in
@@ -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}"