From 157bb114df5863b59e979105efd4e0fffcf3c2cb Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Aug 2010 09:44:19 -0700 Subject: [PATCH] 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 --- recipes/binutils/binutils.inc | 2 -- 1 file changed, 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" -- 2.39.5