llvm.inc: Empty TOOLCHAIN_OPTIONS to fix the build.
authorStefan Schmidt <stefan@buglabs.net>
Mon, 28 Feb 2011 15:16:30 +0000 (15:16 +0000)
committerStefan Schmidt <stefan@buglabs.net>
Tue, 1 Mar 2011 10:50:20 +0000 (11:50 +0100)
This fixes a problem introduced by ebd905685a339814c36bf658a8e58bf8f457f14e

Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
Acked-by: Khem Raj <raj.khem@gmail.com>
recipes/llvm/llvm.inc

index 03ff61d..b53af6e 100644 (file)
@@ -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"