From: Phil Edworthy Date: Fri, 6 May 2011 07:47:55 +0000 (+0100) Subject: sh: Only use the CodeSourcery toolchain for SH4A devices X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e46ba3c65bb76de30e6534a5552db7562c354d3a;p=buildroot.git sh: Only use the CodeSourcery toolchain for SH4A devices The CodeSourcery toolchain listed is only for SH4A devices. Signed-off-by: Phil Edworthy Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index ca9892b10a..c95945f9e8 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -88,7 +88,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009 bool "CodeSoucery SH 2010.09" - depends on BR2_sh + depends on BR2_sh4 || BR2_sh4eb select BR2_TOOLCHAIN_EXTERNAL_GLIBC select BR2_INSTALL_LIBSTDCPP help