diff options
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/llvm/llvm.inc | 1 | ||||
-rw-r--r-- | meta-oe/recipes-core/llvm/llvm2.9_2.9.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm.inc b/meta-oe/recipes-core/llvm/llvm.inc index 27f8c84b0..6cf9db8d7 100644 --- a/meta-oe/recipes-core/llvm/llvm.inc +++ b/meta-oe/recipes-core/llvm/llvm.inc | |||
@@ -62,6 +62,7 @@ EXTRA_OECMAKE = "\ | |||
62 | -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \ | 62 | -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \ |
63 | -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ | 63 | -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ |
64 | -DBUILD_SHARED_LIBS:BOOL=ON \ | 64 | -DBUILD_SHARED_LIBS:BOOL=ON \ |
65 | -DCMAKE_SKIP_BUILD_RPATH:BOOL=ON \ | ||
65 | " | 66 | " |
66 | # We need to reset this to avoid breakage as we build out of tree | 67 | # We need to reset this to avoid breakage as we build out of tree |
67 | TOOLCHAIN_OPTIONS = "" | 68 | TOOLCHAIN_OPTIONS = "" |
diff --git a/meta-oe/recipes-core/llvm/llvm2.9_2.9.bb b/meta-oe/recipes-core/llvm/llvm2.9_2.9.bb index ee7c3a3cf..1cd68be11 100644 --- a/meta-oe/recipes-core/llvm/llvm2.9_2.9.bb +++ b/meta-oe/recipes-core/llvm/llvm2.9_2.9.bb | |||
@@ -34,6 +34,7 @@ EXTRA_OECMAKE = "\ | |||
34 | -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \ | 34 | -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \ |
35 | -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ | 35 | -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ |
36 | -DBUILD_SHARED_LIBS:BOOL=ON \ | 36 | -DBUILD_SHARED_LIBS:BOOL=ON \ |
37 | -DCMAKE_SKIP_BUILD_RPATH:BOOL=ON \ | ||
37 | " | 38 | " |
38 | 39 | ||
39 | LLVM_RELEASE = "2.9" | 40 | LLVM_RELEASE = "2.9" |