[java-1.7.0-openjdk] Again removed patch 103, but added ZERO_ARCHFLAG="-D_LITTLE_ENDIAN" for zero arm builds

jiri vanek jvanek at fedoraproject.org
Thu Jul 25 16:29:50 UTC 2013


commit 3590d677a3b78e20a5621a91a6688ce57093d20c
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Thu Jul 25 18:29:03 2013 +0200

    Again removed patch 103, but added   ZERO_ARCHFLAG="-D_LITTLE_ENDIAN"  for zero arm builds

 java-1.7.0-openjdk-arm-fixes.patch |   22 ----------------------
 java-1.7.0-openjdk.spec            |   10 ++--------
 2 files changed, 2 insertions(+), 30 deletions(-)
---
diff --git a/java-1.7.0-openjdk.spec b/java-1.7.0-openjdk.spec
index 2acb51b..58ac005 100644
--- a/java-1.7.0-openjdk.spec
+++ b/java-1.7.0-openjdk.spec
@@ -225,9 +225,6 @@ Patch100: rhino.patch
 Patch101: %{name}-bitmap.patch
 Patch102: %{name}-size_t.patch
 
-# Patches for Arm
-Patch103: %{name}-arm-fixes.patch
-
 # Disable system LCMS as 2.3.10 security release have fixes for it
 Patch500:  %{name}-disable-system-lcms.patch
 
@@ -497,11 +494,6 @@ tar xzf %{SOURCE7}
 %patch102
 %endif
 
-# Arm fixes
-%ifarch %{arm}
-%patch103
-%endif
-
 # Disable system LCMS2
 %patch500
 
@@ -617,6 +609,7 @@ make \
   ZERO_ENDIANNESS="big" \
 %else
   ZERO_ENDIANNESS="little" \
+  ZERO_ARCHFLAG="-D_LITTLE_ENDIAN" \
 %endif
 %endif
   %{debugbuild}
@@ -1279,6 +1272,7 @@ exit 0
 - added removal of new jre-1.7.0-openjdk and java-1.7.0-openjdk alternatives
 - removed patch 400, rhino for 2.1 and other 2.1 conditional stuff
 - removed patch 103 arm-fixes.patch
+- added ZERO_ARCHFLAG="-D_LITTLE_ENDIAN"  for zero (arm) builds
 
 * Wed Jul 24 2013 Jiri Vanek <jvanek at redhat.com> - 1.7.0.25-2.3.10.11.f20
 - added support for aarch64


More information about the scm-commits mailing list