Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-2011.11/ext-toolchain-updates
@ 2011-10-02 19:20 Thomas Petazzoni
  2011-10-02 19:20 ` [Buildroot] [PATCH 1/9] external toolchain: slightly optimize the copy of the toolchain sysroot Thomas Petazzoni
                   ` (9 more replies)
  0 siblings, 10 replies; 40+ messages in thread
From: Thomas Petazzoni @ 2011-10-02 19:20 UTC (permalink / raw)
  To: buildroot

The following changes since commit 8511728696a298ccdb8b902b60ab398d8f67e745:

  gnutls: bump to version 2.10.5 (2011-09-30 08:26:08 +0200)

are available in the git repository at:
  http://free-electrons.com/~thomas/buildroot.git for-2011.11/ext-toolchain-updates

Mike Frysinger (1):
      toolchain: speed up sysroot lib copying

Thomas De Schampheleire (1):
      toolchain-external: allow specifying extra external libraries

Thomas Petazzoni (7):
      external toolchain: slightly optimize the copy of the toolchain sysroot
      ext-toolchain: Add CodeSourcery SH uClinux 2011.03
      ext-toolchain: Bump version of CodeSourcery MIPS 2011.03
      ext-toolchain: Add CodeSourcery SH GNU/Linux 2011.03
      ext-toolchain: Add CodeSoucery x86 GNU/Linux 2010.09
      ext-toolchain: Take into account Mentor Graphics acquisition of CodeSoucery
      external-toolchain: Slightly optimize toolchain extraction

 toolchain/helpers.mk                     |   11 ++-
 toolchain/toolchain-external/Config.in   |  157 ++++++++++++++++++++----------
 toolchain/toolchain-external/ext-tool.mk |   17 +++-
 3 files changed, 128 insertions(+), 57 deletions(-)

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 40+ messages in thread
* [Buildroot] [pull request v2] Pull request for branch for-2011.11/ext-toolchain-updates
@ 2011-10-09 17:44 Thomas Petazzoni
  2011-10-09 17:44 ` [Buildroot] [PATCH 9/9] toolchain: speed up sysroot lib copying Thomas Petazzoni
  0 siblings, 1 reply; 40+ messages in thread
From: Thomas Petazzoni @ 2011-10-09 17:44 UTC (permalink / raw)
  To: buildroot

Hello,

Changes since the last posting:

 * Add Acked-by and Reviewed-by tags as given by Yann E. Morin (thanks!)

 * Include comments made by Yann and Arnout on patches 8/9 and 9/9.

Thomas

The following changes since commit ddb8c639c312fd9f65dbb123837c100281495d50:

  libplayer: mark python bindings as broken (2011-10-08 22:39:29 +0200)

are available in the git repository at:
  http://free-electrons.com/~thomas/buildroot.git for-2011.11/ext-toolchain-updates

Mike Frysinger (1):
      toolchain: speed up sysroot lib copying

Thomas De Schampheleire (1):
      toolchain-external: allow specifying extra external libraries

Thomas Petazzoni (7):
      external toolchain: slightly optimize the copy of the toolchain sysroot
      ext-toolchain: Add CodeSourcery SH uClinux 2011.03
      ext-toolchain: Bump version of CodeSourcery MIPS 2011.03
      ext-toolchain: Add CodeSourcery SH GNU/Linux 2011.03
      ext-toolchain: Add CodeSoucery x86 GNU/Linux 2010.09
      ext-toolchain: Take into account Mentor Graphics acquisition of CodeSoucery
      external-toolchain: Slightly optimize toolchain extraction

 toolchain/helpers.mk                     |   10 +-
 toolchain/toolchain-external/Config.in   |  157 ++++++++++++++++++++----------
 toolchain/toolchain-external/ext-tool.mk |   17 +++-
 3 files changed, 127 insertions(+), 57 deletions(-)

Thanks,
-- 
Thomas Petazzoni

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

end of thread, other threads:[~2011-10-10 15:46 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-02 19:20 [Buildroot] [pull request] Pull request for branch for-2011.11/ext-toolchain-updates Thomas Petazzoni
2011-10-02 19:20 ` [Buildroot] [PATCH 1/9] external toolchain: slightly optimize the copy of the toolchain sysroot Thomas Petazzoni
2011-10-02 21:19   ` Yann E. MORIN
2011-10-02 19:20 ` [Buildroot] [PATCH 2/9] toolchain-external: allow specifying extra external libraries Thomas Petazzoni
2011-10-02 21:45   ` Yann E. MORIN
2011-10-03  7:21     ` Thomas De Schampheleire
2011-10-04 21:36       ` Yann E. MORIN
2011-10-05  6:20         ` Thomas De Schampheleire
2011-10-05 17:43           ` Yann E. MORIN
2011-10-04 21:37   ` Yann E. MORIN
2011-10-02 19:20 ` [Buildroot] [PATCH 3/9] ext-toolchain: Add CodeSourcery SH uClinux 2011.03 Thomas Petazzoni
2011-10-02 21:50   ` Yann E. MORIN
2011-10-02 22:13     ` Yann E. MORIN
2011-10-02 22:24       ` Yann E. MORIN
2011-10-02 19:20 ` [Buildroot] [PATCH 4/9] ext-toolchain: Bump version of CodeSourcery MIPS 2011.03 Thomas Petazzoni
2011-10-02 22:09   ` Yann E. MORIN
2011-10-02 19:20 ` [Buildroot] [PATCH 5/9] ext-toolchain: Add CodeSourcery SH GNU/Linux 2011.03 Thomas Petazzoni
2011-10-02 22:28   ` Yann E. MORIN
2011-10-03  8:44     ` phil.edworthy at renesas.com
2011-10-02 19:20 ` [Buildroot] [PATCH 6/9] ext-toolchain: Add CodeSoucery x86 GNU/Linux 2010.09 Thomas Petazzoni
2011-10-02 22:35   ` Yann E. MORIN
2011-10-02 19:20 ` [Buildroot] [PATCH 7/9] ext-toolchain: Take into account Mentor Graphics acquisition of CodeSoucery Thomas Petazzoni
2011-10-02 22:35   ` Yann E. MORIN
2011-10-02 19:20 ` [Buildroot] [PATCH 8/9] external-toolchain: Slightly optimize toolchain extraction Thomas Petazzoni
2011-10-02 22:40   ` Yann E. MORIN
2011-10-02 19:20 ` [Buildroot] [PATCH 9/9] toolchain: speed up sysroot lib copying Thomas Petazzoni
2011-10-02 22:55   ` Yann E. MORIN
2011-10-04  6:10     ` Arnout Vandecappelle
2011-10-09 19:40 ` [Buildroot] [pull request] Pull request for branch for-2011.11/ext-toolchain-updates Peter Korsgaard
2011-10-09 20:05   ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2011-10-09 17:44 [Buildroot] [pull request v2] " Thomas Petazzoni
2011-10-09 17:44 ` [Buildroot] [PATCH 9/9] toolchain: speed up sysroot lib copying Thomas Petazzoni
2011-10-09 21:46   ` Yann E. MORIN
2011-10-10  2:25     ` Mike Frysinger
2011-10-10  6:44       ` Thomas Petazzoni
2011-10-10 15:12         ` Mike Frysinger
2011-10-10 15:19           ` Thomas Petazzoni
2011-10-10 15:22             ` Mike Frysinger
2011-10-10 15:29               ` Thomas Petazzoni
2011-10-10 15:46                 ` Mike Frysinger
2011-10-10  7:57   ` Peter Korsgaard

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