From 32fe071153615333c31144e6e390c0006502888c Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 21 Jul 2010 14:17:23 +0200 Subject: openjdk-6-6b18: updating comment about armv7 support --- recipes/openjdk/openjdk-6-6b18-1.8/shark-arm-linux-cpu-detection.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 357e4d9432..df9e14763c 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 @@ -82,7 +82,7 @@ Index: icedtea6-1.8/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp + archLinuxToLLVMMap["v4l"]="v4t"; + archLinuxToLLVMMap["v5l"]="v5t"; + archLinuxToLLVMMap["v6l"]="v6"; -+ // FIXME change this from v6 to v7a when LLVM PR6265 have been fixed ++ // FIXME change this from v6 to v7a when LLVM PR7048 have been fixed + archLinuxToLLVMMap["v7l"]="v6"; + + llvm::StringMapIterator resultIterator(archLinuxToLLVMMap.find( -- cgit v1.2.3