/hg/icedtea7: Fixed compilation failure on Aarch64.
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Mon Mar 24 14:38:39 UTC 2014
changeset 80573ab16562 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=80573ab16562
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Mon Mar 24 16:41:29 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 f4920229fa73 -r 80573ab16562 ChangeLog
--- a/ChangeLog Fri Mar 21 17:50:28 2014 +0000
+++ b/ChangeLog Mon Mar 24 16:41:29 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.
+
2014-03-21 Andrew John Hughes <gnu.andrew at member.fsf.org>
* acinclude.m4:
diff -r f4920229fa73 -r 80573ab16562 contrib/jck/compile-native-code.sh
--- a/contrib/jck/compile-native-code.sh Fri Mar 21 17:50:28 2014 +0000
+++ b/contrib/jck/compile-native-code.sh Mon Mar 24 16:41:29 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