git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150102a
)
sdk.bbclass: Need to mask TOOLCHAIN_OPTIONS here as well
author
Tom Rini
<tom_rini@mentor.com>
Sat, 26 Feb 2011 15:13:46 +0000
(08:13 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Sat, 26 Feb 2011 15:13:46 +0000
(08:13 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/sdk.bbclass
patch
|
blob
|
history
diff --git
a/classes/sdk.bbclass
b/classes/sdk.bbclass
index
bf77744
..
8d5b3dc
100644
(file)
--- 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}"