]> code.ossystems Code Review - openembedded-core.git/commit
arch-mips.inc: Change definition of TRANSLATED_TARGET_ARCH
authorMark Hatle <mark.hatle@windriver.com>
Thu, 22 Jan 2015 04:45:28 +0000 (22:45 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jan 2015 10:37:51 +0000 (10:37 +0000)
commit4b3a2b703b20583bd107f00a297d972e9bfb514a
treea1becb4e2b561767e4502808886a8d0810810a23
parent330119da319a08c13ca3350270a95d66d18ffb94
arch-mips.inc: Change definition of TRANSLATED_TARGET_ARCH

[YOCTO #7230]

In certain system configurations TRANSLATED_TARGET_ARCH will not
expand in the right order for gcc-cross-candian-mips64n32 to be
generated properly.

This will cause SDKs to fail to generate properly.

Changing the global definition of TRANSLATED_TARGET_ARCH always
expands the ABIEXTENSION, which causes the OVERRIDES to pick it up
as well.  This effectively defines a new class of overrides for the 'n32'.

The side effect is that we need to duplicate some mips64 overrides, and
redefine others that were previously 'n32' or 'mips64' exclusive to have
the correct semantics.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
22 files changed:
meta/conf/bitbake.conf
meta/conf/machine/include/mips/arch-mips.inc
meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
meta/recipes-devtools/gcc/gcc-configure-common.inc
meta/recipes-devtools/gdb/gdb-common.inc
meta/recipes-devtools/python/python-numpy/mips64n32/_numpyconfig.h [new file with mode: 0644]
meta/recipes-devtools/python/python-numpy/mips64n32/config.h [new file with mode: 0644]
meta/recipes-devtools/python/python-numpy_1.7.0.bb
meta/recipes-extended/ghostscript/ghostscript/mips64eln32/objarch.h [new file with mode: 0644]
meta/recipes-extended/ghostscript/ghostscript/mips64n32/objarch.h [new file with mode: 0644]
meta/recipes-extended/mdadm/mdadm_3.3.2.bb
meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
meta/recipes-kernel/sysprof/sysprof_git.bb
meta/recipes-qt/packagegroups/packagegroup-core-qt.bb
meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
meta/recipes-qt/qt4/qt4-4.8.6.inc
meta/recipes-sato/images/core-image-sato-sdk.bb
meta/recipes-sato/midori/midori_0.5.8.bb
meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb