[oe-commits] Dmitry Eremin-Solenikov : arch-mips.inc: don' t override TRANSLATED_TARGET_ARCH

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 06:35:15 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 3ee5c9ad302bc05c75badbe29dd983a043a114c2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3ee5c9ad302bc05c75badbe29dd983a043a114c2

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Wed Jul  1 17:02:19 2015 +0300

arch-mips.inc: don't override TRANSLATED_TARGET_ARCH

Currently MIPS64 N32 is broken. There is internal disagreement
between TARGET_ARCH (which doesn't contain ABIEXTENSION) and
TRANSLATED_TARGET_ARCH (which contains ABIEXTENSION). ABI is already
encoded into the TARGET_OS. ARM tunes in the same situation override
neither the TARGET_ARCH nor the TRANSLATED_TARGET_ARCH. So let's drop
this override.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/machine/include/mips/arch-mips.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta/conf/machine/include/mips/arch-mips.inc b/meta/conf/machine/include/mips/arch-mips.inc
index c41fa5e8..02626d3 100644
--- a/meta/conf/machine/include/mips/arch-mips.inc
+++ b/meta/conf/machine/include/mips/arch-mips.inc
@@ -100,7 +100,3 @@ TUNE_FEATURES_tune-mips64el-nf = "n64"
 BASE_LIB_tune-mips64el-nf = "lib64"
 MIPSPKGSFX_VARIANT_tune-mips64el-nf = "${TUNE_ARCH}"
 PACKAGE_EXTRA_ARCHS_tune-mips64el-nf = "mips64el-nf"
-
-# On mips we need to redefine this to include the ABIEXTENSION
-# we can avoid the python bit as there are no _ or - to translate
-TRANSLATED_TARGET_ARCH = "${TARGET_ARCH}${ABIEXTENSION}"



More information about the Openembedded-commits mailing list