diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-12 09:44:19 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-12 09:44:19 -0700 |
commit | 157bb114df5863b59e979105efd4e0fffcf3c2cb (patch) | |
tree | cdb0cef1bcddf46f549244ba1b3df840b35816cd /recipes/binutils | |
parent | 1e3f1f12252958602934244bc9bbc6aada711165 (diff) |
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@mentor.com>
Diffstat (limited to 'recipes/binutils')
-rw-r--r-- | 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 75ee66a7c2..8589b92c8d 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" |