[oe-commits] Xerxes Rånby : openjdk-6-6b18: Disable Shark ARM NEON support LLVM PR6561

git version control git at git.openembedded.org
Thu Jul 15 16:30:04 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6a40c799955804724a5f7aadf39cd33d359377ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6a40c799955804724a5f7aadf39cd33d359377ff

Author: Xerxes Rånby <xerxes at zafena.se>
Date:   Thu Jul 15 18:24:22 2010 +0200

openjdk-6-6b18: Disable Shark ARM NEON support LLVM PR6561

---

 .../shark-arm-linux-cpu-detection.patch            |    2 +-
 recipes/openjdk/openjdk-6_6b18-1.8.bb              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/openjdk/openjdk-6-6b18-1.8/shark-arm-linux-cpu-detection.patch b/recipes/openjdk/openjdk-6-6b18-1.8/shark-arm-linux-cpu-detection.patch
index db5f30c..357e4d9 100644
--- a/recipes/openjdk/openjdk-6-6b18-1.8/shark-arm-linux-cpu-detection.patch
+++ b/recipes/openjdk/openjdk-6-6b18-1.8/shark-arm-linux-cpu-detection.patch
@@ -72,7 +72,7 @@ Index: icedtea6-1.8/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
 +}
 +
 +bool getARMHostCPUFeatures(StringMap<bool> &Features) {
-+  Features["neon"]=TestARMLinuxHWCAP(HWCAP_NEON);
++  // FIXME LLVM PR6561 // Features["neon"]=TestARMLinuxHWCAP(HWCAP_NEON);
 +  Features["thumb2"]=TestARMLinuxHWCAP(HWCAP_THUMBEE);
 +  Features["vfp2"]=TestARMLinuxHWCAP(HWCAP_VFP);
 +
diff --git a/recipes/openjdk/openjdk-6_6b18-1.8.bb b/recipes/openjdk/openjdk-6_6b18-1.8.bb
index 16b25ae..7ab39bb 100644
--- a/recipes/openjdk/openjdk-6_6b18-1.8.bb
+++ b/recipes/openjdk/openjdk-6_6b18-1.8.bb
@@ -1,3 +1,3 @@
 require openjdk-6-release-6b18.inc
 
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"





More information about the Openembedded-commits mailing list