[oe-commits] Stefan Schmidt : llvm.inc: Empty TOOLCHAIN_OPTIONS to fix the build.

git version control git at git.openembedded.org
Wed Mar 2 07:32:52 UTC 2011


Module: openembedded.git
Branch: hipox
Commit: 632a061be7d654c7ea355b37c577cf2e4cde19aa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=632a061be7d654c7ea355b37c577cf2e4cde19aa

Author: Stefan Schmidt <stefan at buglabs.net>
Date:   Mon Feb 28 15:16:30 2011 +0000

llvm.inc: Empty TOOLCHAIN_OPTIONS to fix the build.

This fixes a problem introduced by ebd905685a339814c36bf658a8e58bf8f457f14e

Signed-off-by: Stefan Schmidt <stefan at buglabs.net>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/llvm/llvm.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/llvm/llvm.inc b/recipes/llvm/llvm.inc
index 03ff61d..b53af6e 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"
 





More information about the Openembedded-commits mailing list