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
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 <redacted>
---
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
quoted
quoted
quoted
quoted
"Thomas" == Thomas Petazzoni [off-list ref] 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