diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-06-16 10:15:58 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-06-16 10:15:58 +0200 |
commit | 588548bdc61b444de758108bb267a942ffd395dc (patch) | |
tree | 796e34b55f302ed663db5a4f1e2f2823328ea1cd /recipes/llvm/llvm2.7_2.7.bb | |
parent | 7764d0b2511db7890a3bd6a6839a0f59145d0adf (diff) |
llvm2.7 2.7: Removed the link patch - its not needed for the CMake-build
Diffstat (limited to 'recipes/llvm/llvm2.7_2.7.bb')
-rw-r--r-- | recipes/llvm/llvm2.7_2.7.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb index 623f6fa4b8..67633e22b4 100644 --- a/recipes/llvm/llvm2.7_2.7.bb +++ b/recipes/llvm/llvm2.7_2.7.bb @@ -1,20 +1,19 @@ require llvm.inc -PR = "r1" +PR = "r2" DEPENDS = "llvm-common llvm2.7-native" SRC_URI = "\ http://llvm.org/releases/${PV}/llvm-${PV}.tgz \ file://BX_to_BLX.patch \ - file://link.patch \ " EXTRA_OECMAKE += "\ -DLLVM_TARGET_ARCH:STRING=${LLVM_ARCH} \ -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \ - -DBUILD_SHARED_LIBS:BOOL=ON \ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ + -DBUILD_SHARED_LIBS:BOOL=ON \ " LLVM_RELEASE = "2.7" |