aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.7_2.7.bb
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-06-28 14:24:40 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-06-30 09:31:10 +0200
commit3a0f681008689cfa70c6b7b1cd334fe5c2a231ea (patch)
tree28bdaa93fc6053c31f2d2d0480ba20ad01acca51 /recipes/llvm/llvm2.7_2.7.bb
parent748d27503bfc5f860961c30c0209630b10296092 (diff)
downloadopenembedded-3a0f681008689cfa70c6b7b1cd334fe5c2a231ea.tar.gz
llvm: Removed 2.5 and 2.6 and both native variants.
Diffstat (limited to 'recipes/llvm/llvm2.7_2.7.bb')
-rw-r--r--recipes/llvm/llvm2.7_2.7.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb
index f74e45d130..2180c1be98 100644
--- a/recipes/llvm/llvm2.7_2.7.bb
+++ b/recipes/llvm/llvm2.7_2.7.bb
@@ -10,9 +10,9 @@ SRC_URI = "\
"
EXTRA_OECMAKE += "\
- -DLLVM_TARGET_ARCH:STRING=${LLVM_ARCH} \
- -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \
- -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
+ -DLLVM_TARGET_ARCH:STRING=${LLVM_ARCH} \
+ -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \
+ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
-DBUILD_SHARED_LIBS:BOOL=ON \
"