aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@buglabs.net>2011-02-28 15:16:30 +0000
committerSteffen Sledz <sledz@dresearch.de>2011-03-02 08:30:28 +0100
commit632a061be7d654c7ea355b37c577cf2e4cde19aa (patch)
treedc9d56dc789549d0191123e4805883c8a1b6daab /recipes/llvm
parent7a764692029521e9da1cefac5d0adaba60152723 (diff)
downloadopenembedded-632a061be7d654c7ea355b37c577cf2e4cde19aa.tar.gz
llvm.inc: Empty TOOLCHAIN_OPTIONS to fix the build.
This fixes a problem introduced by ebd905685a339814c36bf658a8e58bf8f457f14e Signed-off-by: Stefan Schmidt <stefan@buglabs.net> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/llvm')
-rw-r--r--recipes/llvm/llvm.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/llvm/llvm.inc b/recipes/llvm/llvm.inc
index 03ff61da0e..b53af6e756 100644
--- a/recipes/llvm/llvm.inc
+++ b/recipes/llvm/llvm.inc
@@ -60,6 +60,8 @@ EXTRA_OECMAKE = "\
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
-DBUILD_SHARED_LIBS:BOOL=ON \
"
+# We need to reset this to avoid breakage as we build out of tree
+TOOLCHAIN_OPTIONS = ""
PACKAGES = "${PN} ${PN}-dev ${PN}-dbg ${PN}-doc"