/hg/icedtea6: 2009-11-23 Gary Benson <gbenson at redhat.com>

gbenson at icedtea.classpath.org gbenson at icedtea.classpath.org
Mon Nov 23 03:37:22 PST 2009


changeset 7b1be6431ccf in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7b1be6431ccf
author: Gary Benson <gbenson at redhat.com>
date: Mon Nov 23 12:41:55 2009 +0100

	2009-11-23 Gary Benson <gbenson at redhat.com>

	 * contrib/jck/compile-native-code.sh: Support s390x.


diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog                          |    4 ++++
contrib/jck/compile-native-code.sh |    2 +-

diffs (23 lines):

diff -r d5f77a4c9214 -r 7b1be6431ccf ChangeLog
--- a/ChangeLog	Wed Nov 18 10:56:39 2009 -0500
+++ b/ChangeLog	Mon Nov 23 12:41:55 2009 +0100
@@ -1,3 +1,7 @@ 2009-11-18  Gary Benson  <gbenson at redhat
+2009-11-23  Gary Benson  <gbenson at redhat.com>
+
+	* contrib/jck/compile-native-code.sh: Support s390x.
+
 2009-11-18  Gary Benson  <gbenson at redhat.com>
 
 	* patches/icedtea-shark.patch
diff -r d5f77a4c9214 -r 7b1be6431ccf contrib/jck/compile-native-code.sh
--- a/contrib/jck/compile-native-code.sh	Wed Nov 18 10:56:39 2009 -0500
+++ b/contrib/jck/compile-native-code.sh	Mon Nov 23 12:41:55 2009 +0100
@@ -25,7 +25,7 @@ case "$arch" in
   i?86|ppc)
     MFLAG=-m32
     ;;
-  x86_64|ppc64)
+  x86_64|ppc64|s390x)
     MFLAG=-m64
     ;;
   *)



More information about the distro-pkg-dev mailing list