Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch sh-fix
@ 2011-07-29 22:00 Thomas Petazzoni
  2011-07-29 22:00 ` [Buildroot] [PATCH 1/1] external toolchains: fix SuperH toolchain configuration Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2011-07-29 22:00 UTC (permalink / raw)
  To: buildroot

The following changes since commit 55cea3b5ef3bd5464420fd610c73e150443d0e67:

  util-linux: add option for libmount (2011-07-29 13:38:49 +0200)

are available in the git repository at:
  http://free-electrons.com/~thomas/buildroot.git sh-fix

Thomas Petazzoni (1):
      external toolchains: fix SuperH toolchain configuration

 toolchain/toolchain-external/Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Thanks,
-- 
Thomas Petazzoni

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

* [Buildroot] [PATCH 1/1] external toolchains: fix SuperH toolchain configuration
  2011-07-29 22:00 [Buildroot] [pull request] Pull request for branch sh-fix Thomas Petazzoni
@ 2011-07-29 22:00 ` Thomas Petazzoni
  2011-08-04 19:01   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2011-07-29 22:00 UTC (permalink / raw)
  To: buildroot

The CodeSourcery toolchain for SH2-A platforms provide largefile
support, inet RPC, wide char and threads, so adjust the configuration
accordingly.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 toolchain/toolchain-external/Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index bedbb53..0253d83 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -156,6 +156,10 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
 	bool "CodeSoucery SH 2010.09"
 	depends on BR2_sh2a
 	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
+	select BR2_LARGEFILE
+	select BR2_INET_RPC
+	select BR2_USE_WCHAR
+	select BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Toolchain for the SuperH architecture, from CodeSourcery. It
-- 
1.7.4.1

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

* [Buildroot] [PATCH 1/1] external toolchains: fix SuperH toolchain configuration
  2011-07-29 22:00 ` [Buildroot] [PATCH 1/1] external toolchains: fix SuperH toolchain configuration Thomas Petazzoni
@ 2011-08-04 19:01   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2011-08-04 19:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> The CodeSourcery toolchain for SH2-A platforms provide largefile
 Thomas> support, inet RPC, wide char and threads, so adjust the configuration
 Thomas> accordingly.

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-08-04 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 22:00 [Buildroot] [pull request] Pull request for branch sh-fix Thomas Petazzoni
2011-07-29 22:00 ` [Buildroot] [PATCH 1/1] external toolchains: fix SuperH toolchain configuration Thomas Petazzoni
2011-08-04 19:01   ` Peter Korsgaard

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