changeset in /hg/icedtea: 2008-04-07 Gary Benson <gbenson at redh...

Gary Benson gbenson at redhat.com
Thu May 29 14:12:56 PDT 2008


changeset fddbd2aeed27 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=fddbd2aeed27
description:
	2008-04-07  Gary Benson  <gbenson at redhat.com>

		* acinclude.m4 (ENABLE_ZERO_BUILD): Added sparc and sparc64.
		* configure: Regenerated.

diffstat:

3 files changed, 19 insertions(+), 8 deletions(-)
ChangeLog    |    5 +++++
acinclude.m4 |   11 +++++++----
configure    |   11 +++++++----

diffs (91 lines):

diff -r 172f34f6f4b7 -r fddbd2aeed27 ChangeLog
--- a/ChangeLog	Fri Apr 04 16:13:34 2008 -0400
+++ b/ChangeLog	Mon Apr 07 09:39:14 2008 -0400
@@ -1,3 +1,8 @@ 2008-04-04  Joshua Sumali  <jsumali at redh
+2008-04-07  Gary Benson  <gbenson at redhat.com>
+
+	* acinclude.m4 (ENABLE_ZERO_BUILD): Added sparc and sparc64.
+	* configure: Regenerated.	
+
 2008-04-04  Joshua Sumali  <jsumali at redhat.com>
 
 	* rt/net/sourceforge/jnlp/cache/CacheUtil.java: Added debugging code.
diff -r 172f34f6f4b7 -r fddbd2aeed27 acinclude.m4
--- a/acinclude.m4	Fri Apr 04 16:13:34 2008 -0400
+++ b/acinclude.m4	Mon Apr 07 09:39:14 2008 -0400
@@ -543,10 +543,10 @@ AC_DEFUN([ENABLE_ZERO_BUILD],
     ZERO_LIBARCH="${INSTALL_ARCH_DIR}"
     dnl can't use AC_CHECK_SIZEOF on multilib
     case "${ZERO_LIBARCH}" in
-      i386|ppc|s390)
+      i386|ppc|s390|sparc)
         ZERO_BITSPERWORD=32
         ;;
-      amd64|ppc64|s390x)
+      amd64|ppc64|s390x|sparc64)
         ZERO_BITSPERWORD=64
         ;;
       *)
@@ -564,18 +564,21 @@ AC_DEFUN([ENABLE_ZERO_BUILD],
       s390*)
         ZERO_ARCHDEF="S390"
         ;;
+      sparc*)
+        ZERO_ARCHDEF="SPARC"
+        ;;
       *)
         ZERO_ARCHDEF=`echo ${ZERO_LIBARCH} | tr a-z A-Z`
     esac
     dnl multilib machines need telling which mode to build for
     case "${ZERO_LIBARCH}" in
-      i386|ppc)
+      i386|ppc|sparc)
         ZERO_ARCHFLAG="-m32"
         ;;
       s390)
         ZERO_ARCHFLAG="-m31"
         ;;
-      amd64|ppc64|s390x)
+      amd64|ppc64|s390x|sparc64)
         ZERO_ARCHFLAG="-m64"
         ;;
     esac
diff -r 172f34f6f4b7 -r fddbd2aeed27 configure
--- a/configure	Fri Apr 04 16:13:34 2008 -0400
+++ b/configure	Mon Apr 07 09:39:14 2008 -0400
@@ -8305,10 +8305,10 @@ fi
   if test "x${use_zero}" = xyes; then
     ZERO_LIBARCH="${INSTALL_ARCH_DIR}"
         case "${ZERO_LIBARCH}" in
-      i386|ppc|s390)
+      i386|ppc|s390|sparc)
         ZERO_BITSPERWORD=32
         ;;
-      amd64|ppc64|s390x)
+      amd64|ppc64|s390x|sparc64)
         ZERO_BITSPERWORD=64
         ;;
       *)
@@ -8961,17 +8961,20 @@ esac
       s390*)
         ZERO_ARCHDEF="S390"
         ;;
+      sparc*)
+        ZERO_ARCHDEF="SPARC"
+        ;;
       *)
         ZERO_ARCHDEF=`echo ${ZERO_LIBARCH} | tr a-z A-Z`
     esac
         case "${ZERO_LIBARCH}" in
-      i386|ppc)
+      i386|ppc|sparc)
         ZERO_ARCHFLAG="-m32"
         ;;
       s390)
         ZERO_ARCHFLAG="-m31"
         ;;
-      amd64|ppc64|s390x)
+      amd64|ppc64|s390x|sparc64)
         ZERO_ARCHFLAG="-m64"
         ;;
     esac



More information about the distro-pkg-dev mailing list