From: Stefan Schmidt Date: Mon, 28 Feb 2011 15:16:30 +0000 (+0000) Subject: llvm.inc: Empty TOOLCHAIN_OPTIONS to fix the build. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b3127a0d308547bebf84ed44678d0a1c75e6d23;p=openembedded.git llvm.inc: Empty TOOLCHAIN_OPTIONS to fix the build. This fixes a problem introduced by ebd905685a339814c36bf658a8e58bf8f457f14e Signed-off-by: Stefan Schmidt Acked-by: Khem Raj --- 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"