diff options
Diffstat (limited to 'recipes/llvm/llvm2.7_2.7.bb')
-rw-r--r-- | recipes/llvm/llvm2.7_2.7.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb index 67633e22b4..187a41d24a 100644 --- a/recipes/llvm/llvm2.7_2.7.bb +++ b/recipes/llvm/llvm2.7_2.7.bb @@ -1,6 +1,6 @@ require llvm.inc -PR = "r2" +PR = "r3" DEPENDS = "llvm-common llvm2.7-native" @@ -9,13 +9,6 @@ SRC_URI = "\ file://BX_to_BLX.patch \ " -EXTRA_OECMAKE += "\ - -DLLVM_TARGET_ARCH:STRING=${LLVM_ARCH} \ - -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \ - -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ - -DBUILD_SHARED_LIBS:BOOL=ON \ - " - LLVM_RELEASE = "2.7" SRC_URI[md5sum] = "ac322661f20e7d6c810b1869f886ad9b" |