changeset 7087:48a5df5ce99c preview_rc1

Tweak build flags in line with jdk8-b90
author Edward Nevill edward.nevill@linaro.org
date Fri, 27 Sep 2013 15:47:09 +0100
parents c171bff33af5
children 556d8d4910e8
files make/jdk_generic_profile.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/jdk_generic_profile.sh	Fri Sep 27 15:43:25 2013 +0100
+++ b/make/jdk_generic_profile.sh	Fri Sep 27 15:47:09 2013 +0100
@@ -327,6 +327,9 @@
     s390)
       ZERO_ARCHFLAG="-m31"
       ;;
+    aarch64)
+      ZERO_ARCHFLAG=""
+      ;;
     *)
       ZERO_ARCHFLAG="-m${ARCH_DATA_MODEL}"
   esac