[oe-commits] Tom Rini : binutils.inc: Drop spurious CC definition.

git version control git at git.openembedded.org
Thu Aug 12 16:45:11 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 157bb114df5863b59e979105efd4e0fffcf3c2cb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=157bb114df5863b59e979105efd4e0fffcf3c2cb

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Aug 12 09:44:19 2010 -0700

binutils.inc: Drop spurious CC definition.

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 at mentor.com>

---

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

diff --git a/recipes/binutils/binutils.inc b/recipes/binutils/binutils.inc
index 75ee66a..8589b92 100644
--- 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"
 





More information about the Openembedded-commits mailing list