changeset 324:fe120a194ddf cacao

2007-11-01 Gary Benson <gbenson@redhat.com> * acinclude.m4 (SET_ARCH_DIRS): Remove s390. * configure: Regenerated.
author Gary Benson <gbenson@redhat.com>
date Thu, 01 Nov 2007 11:02:51 -0400
parents 101ceeb3c00e
children 329dde099a8b
files ChangeLog acinclude.m4 configure
diffstat 3 files changed, 5 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 31 16:43:46 2007 -0400
+++ b/ChangeLog	Thu Nov 01 11:02:51 2007 -0400
@@ -1,3 +1,8 @@
+2007-11-01  Gary Benson  <gbenson@redhat.com>
+
+	* acinclude.m4 (SET_ARCH_DIRS): Remove s390.
+	* configure: Regenerated.
+
 2007-10-31  Joshua Sumali  <jsumali@redhat.com>
 
 	* patches/icedtea-sunsrc.patch: Fixed patch to include some missing
--- a/acinclude.m4	Wed Oct 31 16:43:46 2007 -0400
+++ b/acinclude.m4	Thu Nov 01 11:02:51 2007 -0400
@@ -17,10 +17,6 @@
       BUILD_ARCH_DIR=ppc64
       INSTALL_ARCH_DIR=ppc64
       ;;
-    s390*-*-*)
-      BUILD_ARCH_DIR=s390
-      INSTALL_ARCH_DIR=s390
-      ;;
     *)
       BUILD_ARCH_DIR=`uname -m`
       INSTALL_ARCH_DIR=$BUILD_ARCH_DIR
--- a/configure	Wed Oct 31 16:43:46 2007 -0400
+++ b/configure	Thu Nov 01 11:02:51 2007 -0400
@@ -4844,10 +4844,6 @@
       BUILD_ARCH_DIR=ppc64
       INSTALL_ARCH_DIR=ppc64
       ;;
-    s390*-*-*)
-      BUILD_ARCH_DIR=s390
-      INSTALL_ARCH_DIR=s390
-      ;;
     *)
       BUILD_ARCH_DIR=`uname -m`
       INSTALL_ARCH_DIR=$BUILD_ARCH_DIR