binutils.inc: Drop spurious CC definition.
authorTom Rini <tom_rini@mentor.com>
Thu, 12 Aug 2010 16:44:19 +0000 (09:44 -0700)
committerTom 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

index 75ee66a..8589b92 100644 (file)
@@ -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"