/hg/icedtea6: Add s390 support to TCK setup helper script

gbenson at icedtea.classpath.org gbenson at icedtea.classpath.org
Tue Feb 16 07:54:59 PST 2010


changeset 8eb821cc2cd0 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=8eb821cc2cd0
author: Gary Benson <gbenson at redhat.com>
date: Tue Feb 16 15:54:50 2010 +0000

	Add s390 support to TCK setup helper script


diffstat:

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

diffs (24 lines):

diff -r 73755cc5f4cb -r 8eb821cc2cd0 ChangeLog
--- a/ChangeLog	Mon Feb 15 21:59:48 2010 +0000
+++ b/ChangeLog	Tue Feb 16 15:54:50 2010 +0000
@@ -1,3 +1,7 @@ 2010-02-15 Andrew John Hughes  <ahughes@
+2010-02-16  Gary Benson  <gbenson at redhat.com>
+	
+	* contrib/jck/compile-native-code.sh: Add s390.
+
 2010-02-15 Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/icedtea-6829636-loggingdeadlock2.patch,
diff -r 73755cc5f4cb -r 8eb821cc2cd0 contrib/jck/compile-native-code.sh
--- a/contrib/jck/compile-native-code.sh	Mon Feb 15 21:59:48 2010 +0000
+++ b/contrib/jck/compile-native-code.sh	Tue Feb 16 15:54:50 2010 +0000
@@ -21,6 +21,9 @@ case "$arch" in
 case "$arch" in
   arm*)
     MFLAG=
+    ;;
+  s390)
+    MFLAG=-m31
     ;;
   i?86|ppc)
     MFLAG=-m32



More information about the distro-pkg-dev mailing list