/hg/icedtea6: Fixed compilation failure on Aarch64.
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Mon Mar 24 14:49:59 UTC 2014
changeset 0ef5e61b1b00 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=0ef5e61b1b00
author: Pavel Tisnovsky <ptisnovs at redhat.com>
date: Mon Mar 24 16:53:24 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 9ace699eb46a -r 0ef5e61b1b00 ChangeLog
--- a/ChangeLog Thu Mar 20 02:06:20 2014 +0000
+++ b/ChangeLog Mon Mar 24 16:53:24 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.
+
2012-08-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR1712: Allow -Werror to be turned off in the
diff -r 9ace699eb46a -r 0ef5e61b1b00 contrib/jck/compile-native-code.sh
--- a/contrib/jck/compile-native-code.sh Thu Mar 20 02:06:20 2014 +0000
+++ b/contrib/jck/compile-native-code.sh Mon Mar 24 16:53:24 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