[OE-core] [PATCH 0/9] Rework cross toolchain bootstrap

Khem Raj raj.khem at gmail.com
Tue Aug 21 03:07:43 UTC 2012


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
  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

-- 
1.7.9.5





More information about the Openembedded-core mailing list