/hg/icedtea: Fixed compilation failure on Aarch64.

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Mon Mar 24 15:15:39 UTC 2014


changeset 102993442e37 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=102993442e37
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Mon Mar 24 17:19:19 2014 -0400

	Fixed compilation failure on Aarch64.


diffstat:

 ChangeLog                          |  5 +++++
 contrib/jck/compile-native-code.sh |  3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r fde41e40bb89 -r 102993442e37 ChangeLog
--- a/ChangeLog	Fri Dec 20 11:46:05 2013 +0100
+++ b/ChangeLog	Mon Mar 24 17:19:19 2014 -0400
@@ -1,3 +1,8 @@
+2014-03-24  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* contrib/jck/compile-native-code.sh:
+	Fixed compilation failure on Aarch64.
+
 2013-12-20  Xerxes RÃ¥nby  <xerxes at zafena.se>
 	    Robert Lougher  <rob at jamvm.org.uk>
 
diff -r fde41e40bb89 -r 102993442e37 contrib/jck/compile-native-code.sh
--- a/contrib/jck/compile-native-code.sh	Fri Dec 20 11:46:05 2013 +0100
+++ b/contrib/jck/compile-native-code.sh	Mon Mar 24 17:19:19 2014 -0400
@@ -31,6 +31,9 @@
   x86_64|ppc64|s390x)
     MFLAG=-m64
     ;;
+  aarch64)
+    MFLAG=-march=armv8-a
+    ;;
   *)
     echo 1>&2 "error: unhandled arch '$arch'"
     exit 1


More information about the distro-pkg-dev mailing list