From 4d085b399f7ff3e92c294ea4f50f61aa4cd1f8c4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Aug 2007 08:03:27 +0000 Subject: binutils.inc: CCACHE variable already includes the space (two spaces upsets binutils configure (from poky) --- packages/binutils/binutils.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/binutils/binutils.inc b/packages/binutils/binutils.inc index 007089761d..684cf54b8e 100644 --- a/packages/binutils/binutils.inc +++ b/packages/binutils/binutils.inc @@ -56,14 +56,14 @@ export LD_FOR_TARGET = "${TARGET_PREFIX}ld" export NM_FOR_TARGET = "${TARGET_PREFIX}nm" export RANLIB_FOR_TARGET = "${TARGET_PREFIX}ranlib" -export CC_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc ${HOST_CC_ARCH}" -export CXX_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc ${HOST_CC_ARCH}" +export CC_FOR_HOST = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" +export CXX_FOR_HOST = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" 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}" +export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" do_configure () { (cd ${S}; gnu-configize) || die "Failed to run gnu-configize" -- cgit 1.2.3-korg