summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Edworthy2011-05-06 09:47:55 +0200
committerPeter Korsgaard2011-05-06 14:26:36 +0200
commite46ba3c65bb76de30e6534a5552db7562c354d3a (patch)
tree711a5f8eec245f8c6e2d2b206b4aaad6f2df5cc2
parentpackage: Adding Next Generation IRC deamon ngircd (diff)
downloadbuildroot-e46ba3c65bb76de30e6534a5552db7562c354d3a.tar.gz
buildroot-e46ba3c65bb76de30e6534a5552db7562c354d3a.tar.xz
buildroot-e46ba3c65bb76de30e6534a5552db7562c354d3a.zip
sh: Only use the CodeSourcery toolchain for SH4A devices
The CodeSourcery toolchain listed is only for SH4A devices. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--toolchain/toolchain-external/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index ca9892b10..c95945f9e 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