summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@buglabs.net>2011-02-28 15:16:30 +0000
committerStefan Schmidt <stefan@buglabs.net>2011-03-01 11:50:20 +0100
commit0b3127a0d308547bebf84ed44678d0a1c75e6d23 (patch)
treedc9d56dc789549d0191123e4805883c8a1b6daab
parentd70aabfb6a5bc188ce84ff734dd644e07206e256 (diff)
downloadopenembedded-0b3127a0d308547bebf84ed44678d0a1c75e6d23.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>
-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"