[oe-commits] Tom Rini : sdk.bbclass: Need to mask TOOLCHAIN_OPTIONS here as well

git version control git at git.openembedded.org
Sat Feb 26 15:14:26 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Sat Feb 26 08:13:46 2011 -0700

sdk.bbclass: Need to mask TOOLCHAIN_OPTIONS here as well

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 classes/sdk.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/classes/sdk.bbclass b/classes/sdk.bbclass
index bf77744..8d5b3dc 100644
--- a/classes/sdk.bbclass
+++ b/classes/sdk.bbclass
@@ -34,6 +34,8 @@ CFLAGS = "${BUILD_CFLAGS}"
 CXXFLAGS = "${BUILD_CFLAGS}"
 LDFLAGS = "${BUILD_LDFLAGS}"
 
+TOOLCHAIN_OPTIONS = ""
+
 # Path prefixes
 prefix = "${SDK_PATH}"
 exec_prefix = "${prefix}"





More information about the Openembedded-commits mailing list