openjdk-6-6b18: Disable Shark ARM NEON support LLVM PR6561
authorXerxes Rånby <xerxes@zafena.se>
Thu, 15 Jul 2010 16:24:22 +0000 (18:24 +0200)
committerXerxes Rånby <xerxes@zafena.se>
Thu, 15 Jul 2010 16:24:22 +0000 (18:24 +0200)
recipes/openjdk/openjdk-6-6b18-1.8/shark-arm-linux-cpu-detection.patch
recipes/openjdk/openjdk-6_6b18-1.8.bb

index db5f30c..357e4d9 100644 (file)
@@ -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);
 +
index 16b25ae..7ab39bb 100644 (file)
@@ -1,3 +1,3 @@
 require openjdk-6-release-6b18.inc
 
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"