diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-20 07:04:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-20 07:04:35 +0000 |
commit | b4a7122cacef647dbec3db5c9ebe1e504a7670df (patch) | |
tree | 006885a1f4e8032062632ee1a091e72c32dd2810 /openembedded/packages/binutils | |
parent | f9e1d16bfa73a2df5254c63ae1abb6a4bbe0a062 (diff) | |
download | poky-b4a7122cacef647dbec3db5c9ebe1e504a7670df.tar.gz |
Updates against mainline OE
git-svn-id: https://svn.o-hand.com/repos/poky@26 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/binutils')
-rw-r--r-- | openembedded/packages/binutils/binutils.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/binutils/binutils.inc b/openembedded/packages/binutils/binutils.inc index e544e9ef53..680e579a06 100644 --- a/openembedded/packages/binutils/binutils.inc +++ b/openembedded/packages/binutils/binutils.inc | |||
@@ -48,14 +48,14 @@ export LD_FOR_TARGET = "${TARGET_PREFIX}ld" | |||
48 | export NM_FOR_TARGET = "${TARGET_PREFIX}nm" | 48 | export NM_FOR_TARGET = "${TARGET_PREFIX}nm" |
49 | export RANLIB_FOR_TARGET = "${TARGET_PREFIX}ranlib" | 49 | export RANLIB_FOR_TARGET = "${TARGET_PREFIX}ranlib" |
50 | 50 | ||
51 | export CC_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc" | 51 | export CC_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc ${HOST_CC_ARCH}" |
52 | export CXX_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc" | 52 | export CXX_FOR_HOST = "${CCACHE} ${HOST_PREFIX}gcc ${HOST_CC_ARCH}" |
53 | 53 | ||
54 | export CC_FOR_BUILD = "${BUILD_CC}" | 54 | export CC_FOR_BUILD = "${BUILD_CC}" |
55 | export CPP_FOR_BUILD = "${BUILD_CPP}" | 55 | export CPP_FOR_BUILD = "${BUILD_CPP}" |
56 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" | 56 | export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" |
57 | 57 | ||
58 | export CC = "${CCACHE} ${HOST_PREFIX}gcc" | 58 | export CC = "${CCACHE} ${HOST_PREFIX}gcc ${HOST_CC_ARCH}" |
59 | 59 | ||
60 | do_configure () { | 60 | do_configure () { |
61 | (cd ${S}; gnu-configize) || die "Failed to run gnu-configize" | 61 | (cd ${S}; gnu-configize) || die "Failed to run gnu-configize" |