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:
1e3f1f1
)
binutils.inc: Drop spurious CC definition.
author
Tom Rini
<tom_rini@mentor.com>
Thu, 12 Aug 2010 16:44:19 +0000
(09:44 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Thu, 12 Aug 2010 16:44:19 +0000
(09:44 -0700)
There's always been a definition of CC here that gets out of sync
with bitbake.conf. Drop.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/binutils/binutils.inc
patch
|
blob
|
history
diff --git
a/recipes/binutils/binutils.inc
b/recipes/binutils/binutils.inc
index
75ee66a
..
8589b92
100644
(file)
--- a/
recipes/binutils/binutils.inc
+++ b/
recipes/binutils/binutils.inc
@@
-67,8
+67,6
@@
export CC_FOR_BUILD = "${BUILD_CC}"
export CPP_FOR_BUILD = "${BUILD_CPP}"
export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}"
-export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}"
-
do_configure () {
(cd ${S}; gnu-configize) || die "Failed to run gnu-configize"