From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] arch-mips.inc: Change definition of TRANSLATED_TARGET_ARCH
Date: Fri, 23 Jan 2015 15:24:48 -0600 [thread overview]
Message-ID: <54C2BC20.4020802@windriver.com> (raw)
In-Reply-To: <1422048001-34023-1-git-send-email-mark.hatle@windriver.com>
Note, I tested this by building a world build for MACHINE qemumips64 with
DEFAULTTUNE set to mips64-n32.
It and the other recent patches I've sent are available at
git://git.yoctoproject.org/poky-contrib mhatle/oe-core
--Mark
On 1/23/15 3:20 PM, Mark Hatle wrote:
> [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>
> ---
> meta/conf/bitbake.conf | 2 +
> meta/conf/machine/include/mips/arch-mips.inc | 4 +-
> .../packagegroups/packagegroup-core-sdk.bb | 1 +
> .../packagegroup-core-tools-profile.bb | 2 +
> .../packagegroups/packagegroup-self-hosted.bb | 1 +
> meta/recipes-devtools/gcc/gcc-configure-common.inc | 2 +
> meta/recipes-devtools/gdb/gdb-common.inc | 2 +
> .../python/python-numpy/mips64n32/_numpyconfig.h | 30 +++++
> .../python/python-numpy/mips64n32/config.h | 139 +++++++++++++++++++++
> meta/recipes-devtools/python/python-numpy_1.7.0.bb | 4 +
> .../ghostscript/ghostscript/mips64eln32/objarch.h | 40 ++++++
> .../ghostscript/ghostscript/mips64n32/objarch.h | 40 ++++++
> meta/recipes-extended/mdadm/mdadm_3.3.2.bb | 1 +
> .../packagegroups/packagegroup-core-lsb.bb | 1 +
> meta/recipes-kernel/sysprof/sysprof_git.bb | 1 +
> .../packagegroups/packagegroup-core-qt.bb | 2 +-
> .../packagegroups/packagegroup-core-qt4e.bb | 2 +-
> .../packagegroup-qt-toolchain-target.inc | 2 +-
> meta/recipes-qt/qt4/qt4-4.8.6.inc | 2 +-
> meta/recipes-sato/images/core-image-sato-sdk.bb | 1 +
> meta/recipes-sato/midori/midori_0.5.8.bb | 2 +-
> meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 2 +-
> 22 files changed, 276 insertions(+), 7 deletions(-)
> create mode 100644 meta/recipes-devtools/python/python-numpy/mips64n32/_numpyconfig.h
> create mode 100644 meta/recipes-devtools/python/python-numpy/mips64n32/config.h
> create mode 100644 meta/recipes-extended/ghostscript/ghostscript/mips64eln32/objarch.h
> create mode 100644 meta/recipes-extended/ghostscript/ghostscript/mips64n32/objarch.h
prev parent reply other threads:[~2015-01-23 21:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-23 21:20 [PATCH] arch-mips.inc: Change definition of TRANSLATED_TARGET_ARCH Mark Hatle
2015-01-23 21:24 ` Mark Hatle [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54C2BC20.4020802@windriver.com \
--to=mark.hatle@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.