* [Buildroot] [PATCH] sh: Only use the CodeSourcery toolchain for SH4A devices
@ 2011-05-06 7:47 Phil Edworthy
2011-05-06 12:26 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Phil Edworthy @ 2011-05-06 7:47 UTC (permalink / raw)
To: buildroot
The CodeSourcery toolchain listed is only for SH4A devices.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
toolchain/toolchain-external/Config.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index ca9892b..c95945f 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
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-06 12:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06 7:47 [Buildroot] [PATCH] sh: Only use the CodeSourcery toolchain for SH4A devices Phil Edworthy
2011-05-06 12:26 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox