[OE-core] [PATCH 0/3] On-target multilib gcc enhancement

Constantin Musca constantinx.musca at intel.com
Wed Jan 9 09:00:21 UTC 2013


This patchset enables the user to build gcc with configurable multilib options.
The following changes since commit 7e1f8faad0c4b6f490c26f87acc698dd6e002b15:

  perl: Remove bashism from perl-tests.inc (2013-01-07 22:37:37 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib cmuscax/gcc_enhan
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=cmuscax/gcc_enhan

Constantin Musca (3):
  gcc: add missing dependency (zlib)
  gcc: remove the 64bithack patch
  gcc: enable multilib for target gcc

 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           |  23 ++++
 meta/recipes-devtools/gcc/gcc-configure-common.inc |   2 +-
 meta/recipes-devtools/gcc/gcc-configure-target.inc |   1 +
 meta/recipes-devtools/gcc/gcc-multilib-config.inc  | 132 +++++++++++++++++++++
 meta/recipes-devtools/gcc/libgcc_4.7.bb            |  44 +++++++
 7 files changed, 203 insertions(+), 67 deletions(-)
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.7/64bithack.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-multilib-config.inc

-- 
1.7.11.7





More information about the Openembedded-core mailing list