changeset 2166:6178ca4346ed

Add s390 support to TCK setup helper script 2010-02-16 Gary Benson <gbenson@redhat.com> * contrib/jck/compile-native-code.sh: Add s390.
author Gary Benson <gbenson@redhat.com>
date Tue, 16 Feb 2010 15:54:50 +0000
parents da2bf06b20e0
children c2fd9278967c
files ChangeLog contrib/jck/compile-native-code.sh
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 20 14:28:33 2010 +0100
+++ b/ChangeLog	Tue Feb 16 15:54:50 2010 +0000
@@ -1,3 +1,7 @@
+2010-02-16  Gary Benson  <gbenson@redhat.com>
+	
+	* contrib/jck/compile-native-code.sh: Add s390.
+
 2009-10-05  Edward Nevill    <ed@camswl.com>
 
 	* contrib/jck/compile-native-code.sh:
--- a/contrib/jck/compile-native-code.sh	Thu May 20 14:28:33 2010 +0100
+++ b/contrib/jck/compile-native-code.sh	Tue Feb 16 15:54:50 2010 +0000
@@ -22,6 +22,9 @@
   arm*)
     MFLAG=
     ;;
+  s390)
+    MFLAG=-m31
+    ;;
   i?86|ppc)
     MFLAG=-m32
     ;;