diff options
author | Henning Heinold <h.heinold@tarent.de> | 2010-07-21 14:17:23 +0200 |
---|---|---|
committer | Henning Heinold <h.heinold@tarent.de> | 2010-07-21 19:01:35 +0200 |
commit | 32fe071153615333c31144e6e390c0006502888c (patch) | |
tree | eaf118c129d1c2b0358195ae98f1827c7b45387b /recipes | |
parent | 12e8838d9e154e4b99de381ef4be93ecf81a759c (diff) |
openjdk-6-6b18: updating comment about armv7 support
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/openjdk/openjdk-6-6b18-1.8/shark-arm-linux-cpu-detection.patch | 2 |
1 files changed, 1 insertions, 1 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 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<std::string> resultIterator(archLinuxToLLVMMap.find( |