summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-01 15:41:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-02 20:46:58 +0100
commit5e4db52ea6c25b87772ce8e72199b9e5dc299dd2 (patch)
tree5f92a63407c2fdb77caeae2d5f4a48a091554db1 /meta/recipes-devtools/gcc/gcc-cross.inc
parent53ea37413dd834f8a39d2e83fef1901c8bac7f40 (diff)
downloadpoky-5e4db52ea6c25b87772ce8e72199b9e5dc299dd2.tar.gz
gcc-cross: Drop TARGET_CC_ARCH
Since we no longer build target libs within gcc-cross, we can drop the TARGET_CC_ARCH flags and hence make it independent of tune. (From OE-Core rev: 74d8866814aec520822518cc4cb8a942f7069bf7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index ef88d3f49c..0bf29e34d3 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -37,7 +37,7 @@ do_compile () {
37 export RANLIB_FOR_TARGET="${TARGET_SYS}-ranlib" 37 export RANLIB_FOR_TARGET="${TARGET_SYS}-ranlib"
38 export LD_FOR_TARGET="${TARGET_SYS}-ld" 38 export LD_FOR_TARGET="${TARGET_SYS}-ld"
39 export NM_FOR_TARGET="${TARGET_SYS}-nm" 39 export NM_FOR_TARGET="${TARGET_SYS}-nm"
40 export CC_FOR_TARGET="${CCACHE} ${TARGET_SYS}-gcc ${TARGET_CC_ARCH}" 40 export CC_FOR_TARGET="${CCACHE} ${TARGET_SYS}-gcc"
41 export CFLAGS_FOR_TARGET="${TARGET_CFLAGS}" 41 export CFLAGS_FOR_TARGET="${TARGET_CFLAGS}"
42 export CPPFLAGS_FOR_TARGET="${TARGET_CPPFLAGS}" 42 export CPPFLAGS_FOR_TARGET="${TARGET_CPPFLAGS}"
43 export CXXFLAGS_FOR_TARGET="${TARGET_CXXFLAGS}" 43 export CXXFLAGS_FOR_TARGET="${TARGET_CXXFLAGS}"