Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Toolchain fixes and uclibc-git upgrade
@ 2012-06-20 15:18 Khem Raj
  2012-06-20 15:18 ` [PATCH 1/5] uclibc-git: Upgrade to latest tip of master Khem Raj
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Khem Raj @ 2012-06-20 15:18 UTC (permalink / raw)
  To: openembedded-core

This patchset 

1. Updates gcc to 4.7.1+
2. Fixes on device toolchain since now they are built with sysroot
   couple of issues showed up
3. Rearranges binutils recipes so that target binutils recipe in not
   included everywhere
4. Add enable plugin option to binutils. Its needed for LTO to work
5. Update uclibc_git recipe to lastest uclibc master after a major
   branch has been collapsed in uclibc master


The following changes since commit 6d761ae17ddbd3d936e7fe985b40825ad62b2418:

  debian.bbclass: invoke target objdump (2012-06-18 13:20:29 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib kraj/misc-updates
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc-updates

Khem Raj (5):
  uclibc-git: Upgrade to latest tip of master
  gcc-4.7: Update to tip of gcc-4_7-branch since 4.7.1 has been out
  binutils: Add with-sysroot to target binutils
  gcc: Fix a case of sysroot with trailing / and gxx-include-dir
    leading     slash
  binutils: Enable plugins by default

 .../uclibc/uclibc-git/argp-support.patch           |  136 +++---
 ...so_use_arm_dl_linux_resolve_in_thumb_mode.patch |   27 --
 .../uclibc/uclibc-git/orign_path.patch             |   47 ++-
 meta/recipes-core/uclibc/uclibc_git.bb             |    3 +-
 meta/recipes-devtools/binutils/binutils-2.22.inc   |   37 ++
 .../binutils/binutils-cross-canadian.inc           |    7 +-
 .../binutils/binutils-cross-canadian_2.22.bb       |    4 +-
 meta/recipes-devtools/binutils/binutils-cross.inc  |    8 +-
 .../binutils/binutils-cross_2.22.bb                |    3 +-
 .../binutils/binutils-crosssdk_2.22.bb             |    3 -
 meta/recipes-devtools/binutils/binutils.inc        |   28 +--
 meta/recipes-devtools/binutils/binutils_2.22.bb    |   60 ++--
 meta/recipes-devtools/gcc/gcc-4.7.inc              |   13 +-
 .../gcc/gcc-4.7/fix-g++-sysroot.patch              |  428 ++++++++++++++++++++
 14 files changed, 600 insertions(+), 204 deletions(-)
 delete mode 100644 meta/recipes-core/uclibc/uclibc-git/ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils-2.22.inc
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/fix-g++-sysroot.patch

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-07-10 13:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 15:18 [PATCH 0/5] Toolchain fixes and uclibc-git upgrade Khem Raj
2012-06-20 15:18 ` [PATCH 1/5] uclibc-git: Upgrade to latest tip of master Khem Raj
2012-06-20 15:18 ` [PATCH 2/5] gcc-4.7: Update to tip of gcc-4_7-branch since 4.7.1 has been out Khem Raj
2012-06-22  6:37   ` Martin Jansa
2012-06-22  7:20     ` Khem Raj
2012-06-22  7:38       ` Martin Jansa
2012-07-10  7:52         ` Martin Jansa
2012-07-10 13:38           ` Khem Raj
2012-06-22 22:21       ` Saul Wold
2012-06-22 23:50         ` Khem Raj
2012-06-20 15:18 ` [PATCH 3/5] binutils: Add with-sysroot to target binutils Khem Raj
2012-06-20 15:18 ` [PATCH 4/5] gcc: Fix a case of sysroot with trailing / and gxx-include-dir leading slash Khem Raj
2012-06-20 15:18 ` [PATCH 5/5] binutils: Enable plugins by default Khem Raj
2012-06-21 12:24 ` [PATCH 0/5] Toolchain fixes and uclibc-git upgrade Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox