external toolchains: fix SuperH toolchain configuration
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 29 Jul 2011 22:00:37 +0000 (00:00 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 4 Aug 2011 19:00:50 +0000 (21:00 +0200)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/toolchain-external/Config.in

index bedbb53d8d02102753bd78cefba46c281adb7ae3..0253d8330bcbc8b621184ebe1109191abb2de6d1 100644 (file)
@@ -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