changeset 6318:b37ac011ed13

Add -D_LITTLE_ENDIAN for AArch64.
author andrew
date Fri, 04 Oct 2013 16:41:37 +0100
parents 8e4c462b3a10
children b3846cc85e15
files make/jdk_generic_profile.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make/jdk_generic_profile.sh	Fri Oct 04 16:40:15 2013 +0100
+++ b/make/jdk_generic_profile.sh	Fri Oct 04 16:41:37 2013 +0100
@@ -266,7 +266,7 @@
 
   # ARCH_DATA_MODEL is the number of bits in a pointer
   case "${ZERO_LIBARCH}" in
-    i386|ppc|s390|sparc|arm|sh)
+    arm|i386|ppc|s390|sh|sparc)
       ARCH_DATA_MODEL=32
       ;;
     aarch64|alpha|amd64|ia64|ppc64|s390x|sparcv9)
@@ -307,7 +307,7 @@
     s390)
       ZERO_ARCHFLAG="-m31"
       ;;
-    arm)
+    arm|aarch64)
       ZERO_ARCHFLAG="-D_LITTLE_ENDIAN"
       ;;
     *)