From: Constantin Musca <constantinx.musca@intel.com>
To: Saul Wold <sgw@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v2 0/6] On-target multilib gcc enhacement
Date: Tue, 15 Jan 2013 11:13:24 +0200 [thread overview]
Message-ID: <50F51DB4.7080004@intel.com> (raw)
In-Reply-To: <50F507D0.2060707@linux.intel.com>
On 01/15/2013 09:40 AM, Saul Wold wrote:
> On 01/14/2013 07:16 AM, Constantin Musca wrote:
>> This patchset enables the user to build gcc with configurable
>> multilib options.
>> The following changes since commit
>> 53cc748b93e8af584557d6db5309c3e955182c5c:
>>
>> linux-libc-headers: fix headers install in long path name
>> environments (2013-01-10 23:53:51 +0000)
>>
>> are available in the git repository at:
>>
>> git://git.pokylinux.org/poky-contrib cmuscax/gcc_enhan3
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=cmuscax/gcc_enhan3
>>
>> Constantin Musca (6):
>> gcc: add missing dependency (zlib)
>> gcc: remove the 64bithack patch
>> multilib.conf: add TARGET_ARCH to MULTILIB_SAVE_VARNAME
>> gcc: enable multilib for target gcc
>> tune-mips32: add BASE_LIB to mips32 tunes
>> tune-ppc603e: add BASE_LIB
>>
> This patch set caused a number of failures on the Autobuilder today.
> please check the AB results.
>
> Thanks
>
> Sau!
The re.sub flags argument doesn't exist in python 2.6 or in a lower
version. Should I adapt my patch for 2.6 or do we need to update
python on the AB systems ?
Cheers,
Constantin
>
>> meta/conf/machine/include/tune-mips32.inc | 4 +
>> meta/conf/machine/include/tune-ppc603e.inc | 1 +
>> meta/conf/multilib.conf | 2 +-
>> meta/recipes-devtools/gcc/gcc-4.7.inc | 5 +-
>> meta/recipes-devtools/gcc/gcc-4.7/64bithack.patch | 63 -------
>> meta/recipes-devtools/gcc/gcc-common.inc | 25 +++
>> meta/recipes-devtools/gcc/gcc-configure-common.inc | 3 +-
>> meta/recipes-devtools/gcc/gcc-configure-target.inc | 1 +
>> meta/recipes-devtools/gcc/gcc-multilib-config.inc | 200
>> +++++++++++++++++++++
>> meta/recipes-devtools/gcc/libgcc_4.7.bb | 44 +++++
>> 10 files changed, 280 insertions(+), 68 deletions(-)
>> delete mode 100644 meta/recipes-devtools/gcc/gcc-4.7/64bithack.patch
>> create mode 100644 meta/recipes-devtools/gcc/gcc-multilib-config.inc
>>
prev parent reply other threads:[~2013-01-15 9:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-14 15:16 [PATCH v2 0/6] On-target multilib gcc enhacement Constantin Musca
2013-01-14 15:16 ` [PATCH v2 1/6] gcc: add missing dependency (zlib) Constantin Musca
2013-01-14 15:16 ` [PATCH v2 2/6] gcc: remove the 64bithack patch Constantin Musca
2013-01-14 15:16 ` [PATCH v2 3/6] multilib.conf: add TARGET_ARCH to MULTILIB_SAVE_VARNAME Constantin Musca
2013-01-14 15:16 ` [PATCH v2 4/6] gcc: enable multilib for target gcc Constantin Musca
2013-01-14 15:16 ` [PATCH v2 5/6] tune-mips32: add BASE_LIB to mips32 tunes Constantin Musca
2013-01-14 15:16 ` [PATCH v2 6/6] tune-ppc603e: add BASE_LIB Constantin Musca
2013-01-15 7:40 ` [PATCH v2 0/6] On-target multilib gcc enhacement Saul Wold
2013-01-15 9:13 ` Constantin Musca [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=50F51DB4.7080004@intel.com \
--to=constantinx.musca@intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=sgw@linux.intel.com \
/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.