From 3a0f681008689cfa70c6b7b1cd334fe5c2a231ea Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Mon, 28 Jun 2010 14:24:40 +0200 Subject: llvm: Removed 2.5 and 2.6 and both native variants. --- recipes/llvm/llvm2.7_2.7.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/llvm/llvm2.7_2.7.bb') 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 \ " -- cgit 1.2.3-korg