diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-10 07:39:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-10 07:39:35 +0000 |
commit | 0197eb2d870263b983ba217aca69ffe9f7708eb5 (patch) | |
tree | 0647fbc0dc81f6e329082572c68f6541455ce8fc /meta/packages/binutils | |
parent | 8f4687c84c6d540d27bf9bcbdb5360226320e3e3 (diff) | |
download | poky-0197eb2d870263b983ba217aca69ffe9f7708eb5.tar.gz |
binutils.inc: No space is neeeded with CCACHE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2479 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/binutils')
-rw-r--r-- | meta/packages/binutils/binutils.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/binutils/binutils.inc b/meta/packages/binutils/binutils.inc index e0440b370a..6f0b0b3040 100644 --- a/meta/packages/binutils/binutils.inc +++ b/meta/packages/binutils/binutils.inc | |||
@@ -56,14 +56,14 @@ export LD_FOR_TARGET = "${TARGET_PREFIX}ld" | |||
56 | export NM_FOR_TARGET = "${TARGET_PREFIX}nm" | 56 | export NM_FOR_TARGET = "${TARGET_PREFIX}nm" |
57 | export RANLIB_FOR_TARGET = "${TARGET_PREFIX}ranlib" | 57 | export RANLIB_FOR_TARGET = "${TARGET_PREFIX}ranlib" |
58 | 58 | ||
59 | export CC_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc ${HOST_CC_ARCH}" | 59 | export CC_FOR_HOST = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" |
60 | export CXX_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc ${HOST_CC_ARCH}" | 60 | export CXX_FOR_HOST = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" |
61 | 61 | ||
62 | export CC_FOR_BUILD = "${BUILD_CC}" | 62 | export CC_FOR_BUILD = "${BUILD_CC}" |
63 | export CPP_FOR_BUILD = "${BUILD_CPP}" | 63 | export CPP_FOR_BUILD = "${BUILD_CPP}" |
64 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" | 64 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" |
65 | 65 | ||
66 | export CC = "${CCACHE} ${HOST_PREFIX}gcc ${HOST_CC_ARCH}" | 66 | export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" |
67 | 67 | ||
68 | do_configure () { | 68 | do_configure () { |
69 | (cd ${S}; gnu-configize) || die "Failed to run gnu-configize" | 69 | (cd ${S}; gnu-configize) || die "Failed to run gnu-configize" |