[oe-commits] org.oe.dev binutils.inc: CCACHE variable already includes the space (two spaces upsets binutils configure (from poky)

rpurdie commit openembedded-commits at lists.openembedded.org
Fri Aug 10 11:12:13 UTC 2007


binutils.inc: CCACHE variable already includes the space (two spaces upsets binutils configure (from poky)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: ef2a3871acd73627142caa5f487563b2a86f9c37
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ef2a3871acd73627142caa5f487563b2a86f9c37
Files:
1
packages/binutils/binutils.inc
Diffs:

#
# mt diff -ra587300f17f727fcca0f553fcace8f8c21b91e8f -ref2a3871acd73627142caa5f487563b2a86f9c37
#
# 
# 
# patch "packages/binutils/binutils.inc"
#  from [c23725cdeb2c1671e38e52298a6ec5fed05263e8]
#    to [f448bed26fe1742f47791f2fa478603cc6c038b5]
# 
============================================================
--- packages/binutils/binutils.inc	c23725cdeb2c1671e38e52298a6ec5fed05263e8
+++ packages/binutils/binutils.inc	f448bed26fe1742f47791f2fa478603cc6c038b5
@@ -56,14 +56,14 @@ export RANLIB_FOR_TARGET = "${TARGET_PRE
 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"






More information about the Openembedded-commits mailing list