From: Saul Wold <sgw@linux.intel.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 0/9] Rework cross toolchain bootstrap
Date: Tue, 21 Aug 2012 08:51:16 -0700 [thread overview]
Message-ID: <5033AE74.6050108@linux.intel.com> (raw)
In-Reply-To: <cover.1345518098.git.raj.khem@gmail.com>
On 08/20/2012 08:07 PM, Khem Raj wrote:
> This patchset drops one gcc bootstrap phase. It has been possible because of
> some work upstream glibc to drop build time dependency on libgcc_s and libgcc_eh
>
> I have built all possible images in OE-Core for all qemu machines
> all of them built fine except *-rt and *-initramfs which failed due to unrelated
> issues. I have built from scratch as well as built from sstate. Seems to go
> ok.
>
>
> The following changes since commit 04568d1f18250d531aad5d286157d2d559083520:
>
> qemu: Fix broken accidental path move (2012-08-20 17:25:21 +0100)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib kraj/toolchain-rework
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/toolchain-rework
>
> Khem Raj (9):
> eglibc-2.16: Remove build dependency on libgcc_s and libgcc_eh
> eglibc-2.16: Update to top of 2.16 branch
> gcc-cross: Make gcc-cross-initial as the only intermediate gcc stage
> eglibc: Fix eglibc-initial and let eglibc depend on it
> uclibc.inc,uclibc-config.inc: Untabify python snippets
> uclibc: Use gcc-cross-initial as staging compiler
> gcc-crosssdk-initial_4.7.bb: Add --with-native-system-header-dir to
> EXTRA_OECONF
> gcc-cross-intermediate, gcc-crosssdk-intermediate: Remove
Merged the above set of 8 into OE-Core
Thanks
Sau!
> gcc: Switch SRC_URI to use svn
>
> .../0001-Add-ARM-specific-static-stubs.c.patch | 27 ++
> ...f-libgcc_s-and-libgcc_eh-when-building-gl.patch | 343 ++++++++++++++++++++
> meta/recipes-core/eglibc/eglibc-initial.inc | 16 +-
> meta/recipes-core/eglibc/eglibc-testing.inc | 2 +-
> meta/recipes-core/eglibc/eglibc.inc | 11 +-
> meta/recipes-core/eglibc/eglibc_2.16.bb | 6 +-
> meta/recipes-core/uclibc/uclibc-config.inc | 128 ++++----
> meta/recipes-core/uclibc/uclibc-initial_0.9.33.bb | 10 +-
> meta/recipes-core/uclibc/uclibc-initial_git.bb | 10 +-
> meta/recipes-core/uclibc/uclibc.inc | 28 +-
> meta/recipes-core/uclibc/uclibc_0.9.33.bb | 7 +-
> meta/recipes-core/uclibc/uclibc_git.bb | 7 +-
> meta/recipes-devtools/gcc/gcc-4.7.inc | 11 +-
> .../gcc/gcc-4.7/arm-nolibfloat.patch | 40 ---
> meta/recipes-devtools/gcc/gcc-cross-initial.inc | 50 ++-
> .../gcc/gcc-cross-intermediate.inc | 68 ----
> .../gcc/gcc-cross-intermediate_4.7.bb | 3 -
> .../gcc/gcc-crosssdk-initial_4.7.bb | 2 +
> .../gcc/gcc-crosssdk-intermediate.inc | 9 -
> .../gcc/gcc-crosssdk-intermediate_4.7.bb | 3 -
> 20 files changed, 534 insertions(+), 247 deletions(-)
> create mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Add-ARM-specific-static-stubs.c.patch
> create mode 100644 meta/recipes-core/eglibc/eglibc-2.16/0001-Avoid-use-of-libgcc_s-and-libgcc_eh-when-building-gl.patch
> delete mode 100644 meta/recipes-devtools/gcc/gcc-4.7/arm-nolibfloat.patch
> delete mode 100644 meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
> delete mode 100644 meta/recipes-devtools/gcc/gcc-cross-intermediate_4.7.bb
> delete mode 100644 meta/recipes-devtools/gcc/gcc-crosssdk-intermediate.inc
> delete mode 100644 meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.7.bb
>
prev parent reply other threads:[~2012-08-21 16:03 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-21 3:07 [PATCH 0/9] Rework cross toolchain bootstrap Khem Raj
2012-08-21 3:07 ` [PATCH 1/9] eglibc-2.16: Remove build dependency on libgcc_s and libgcc_eh Khem Raj
2012-08-21 3:07 ` [PATCH 2/9] eglibc-2.16: Update to top of 2.16 branch Khem Raj
2012-08-21 3:07 ` [PATCH 3/9] gcc-cross: Make gcc-cross-initial as the only intermediate gcc stage Khem Raj
2012-08-24 21:08 ` Elvis Dowson
2012-08-24 21:10 ` Khem Raj
2012-08-24 21:20 ` Elvis Dowson
2012-08-24 21:59 ` Khem Raj
2012-10-06 6:59 ` Elvis Dowson
2012-10-06 15:41 ` Khem Raj
2012-10-06 16:11 ` Elvis Dowson
2012-10-09 13:48 ` Elvis Dowson
2012-10-09 17:37 ` Elvis Dowson
2012-10-09 18:12 ` Khem Raj
2012-08-21 3:07 ` [PATCH 4/9] eglibc: Fix eglibc-initial and let eglibc depend on it Khem Raj
2012-08-21 3:07 ` [PATCH 5/9] uclibc.inc, uclibc-config.inc: Untabify python snippets Khem Raj
2012-08-21 3:07 ` [PATCH 6/9] uclibc: Use gcc-cross-initial as staging compiler Khem Raj
2012-08-21 3:07 ` [PATCH 7/9] gcc-crosssdk-initial_4.7.bb: Add --with-native-system-header-dir to EXTRA_OECONF Khem Raj
2012-08-21 3:07 ` [PATCH 8/9] gcc-cross-intermediate, gcc-crosssdk-intermediate: Remove Khem Raj
2012-08-21 3:07 ` [PATCH 9/9] gcc: Switch SRC_URI to use svn Khem Raj
2012-08-21 15:51 ` Saul Wold [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=5033AE74.6050108@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox