From: Mark Hatle <mark.hatle@windriver.com>
To: Andreas Oberritter <obi@opendreambox.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 0/1] MIPS/MIPS32 tune -> MIPS
Date: Mon, 9 Apr 2012 19:20:38 -0500 [thread overview]
Message-ID: <4F837CD6.2070800@windriver.com> (raw)
In-Reply-To: <4F837B70.2020307@opendreambox.org>
On 4/9/12 7:14 PM, Andreas Oberritter wrote:
> On 10.04.2012 01:31, Mark Hatle wrote:
>> The following is in reference to the recent discussion about the mips32
>> -package- arch changing from mips to mips32. One of the potential options
>> was to get rid of the previous "mips" and replace it with the mips32
>> definition standard. This patch does just that.
>>
>> Working with Khem, we have moved the default "mips" (32-bit) tune to be
>> -march=mips32 based, and produce package with the package arch of "mips".
>>
>> The side effect of this work is that the prior 'mips' tune was actually
>> "mips1". I don't believe that was really desired by anyone, but it is a
>> change. Also there is no longer a "mips32" tune, just an include file
>> that automatically inherits and chooses the "mips" tune.
>
> There's no backwards compatibility, but I'm fine with the new options.
> The "mips" tune already gets selected by default in arch-mips.inc, so
> you can remove it from tune-mips32.inc. Actually I'd prefer removing
> tune-mips32.inc completely, so people will notice the
> backwards-incompatible change.
This is backwards compatible if someone was previously including the mips32
tune. It only "breaks" if someone was setting the default tune to "mips32" or
"mips32el" manually.
If that is a concern, then adding a:
TUNE_FEATURES_tune-mips32 = "${TUNE_FEATURES_tune-mips}"
MIPSPKGSFX_VARIANT_tune-mips32 = "${MIPSPKGSFX_VARIANT_tune-mips}"
PACKAGE_EXTRA_ARCHS_tune-mips32 = "${PACKAGE_EXTRA_ARCHS_tune-mips}"
(and the same for mips32el). That would ensure that they remain the same, and
that the package arch of "mips" can't deviate.
--Mark
> Regards,
> Andreas
prev parent reply other threads:[~2012-04-10 0:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-09 23:31 [PATCH 0/1] MIPS/MIPS32 tune -> MIPS Mark Hatle
2012-04-09 23:31 ` [PATCH 1/1] tune-mips32: Update the default MIPS tuning to be mips32 Mark Hatle
2012-04-10 12:35 ` Phil Blundell
2012-04-10 12:37 ` Phil Blundell
2012-04-10 0:14 ` [PATCH 0/1] MIPS/MIPS32 tune -> MIPS Andreas Oberritter
2012-04-10 0:20 ` 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=4F837CD6.2070800@windriver.com \
--to=mark.hatle@windriver.com \
--cc=obi@opendreambox.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox