/hg/release/icedtea7-forest-2.3/jdk: Set Zero flags for ARM32 in...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Jul 25 09:10:19 PDT 2013


changeset 4a0cf2c05cc6 in /hg/release/icedtea7-forest-2.3/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk?cmd=changeset;node=4a0cf2c05cc6
author: andrew
date: Thu Jul 25 17:10:09 2013 +0100

	Set Zero flags for ARM32 in jdk_generic_profile.sh


diffstat:

 make/jdk_generic_profile.sh |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 99c9a93a77b5 -r 4a0cf2c05cc6 make/jdk_generic_profile.sh
--- a/make/jdk_generic_profile.sh	Wed Jul 24 22:26:54 2013 +0100
+++ b/make/jdk_generic_profile.sh	Thu Jul 25 17:10:09 2013 +0100
@@ -280,7 +280,7 @@
 
   # ZERO_ENDIANNESS is the endianness of the processor
   case "${ZERO_LIBARCH}" in
-    i386|amd64|ia64)
+    i386|amd64|ia64|arm)
       ZERO_ENDIANNESS=little
       ;;
     ppc*|s390*|sparc*|alpha)
@@ -307,6 +307,9 @@
     s390)
       ZERO_ARCHFLAG="-m31"
       ;;
+    arm)
+      ZERO_ARCHFLAG="-D_LITTLE_ENDIAN"
+      ;;
     *)
       ZERO_ARCHFLAG="-m${ARCH_DATA_MODEL}"
   esac



More information about the distro-pkg-dev mailing list