diff options
author | Phil Edworthy <PHIL.EDWORTHY@renesas.com> | 2011-03-09 11:40:03 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-26 16:37:42 +0200 |
commit | ffa7b997235ca1a6494d976cd05f173fe438a37a (patch) | |
tree | 7ded8fad5988e61693bd2ac025082b226d1f82e1 /toolchain/toolchain-external/Config.in | |
parent | a6c692160207df2e0416bef0a4099724fa65e58b (diff) | |
download | buildroot-novena-ffa7b997235ca1a6494d976cd05f173fe438a37a.tar.gz buildroot-novena-ffa7b997235ca1a6494d976cd05f173fe438a37a.zip |
sh: Fix displayed name of CodeSourcery toolchain
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/toolchain-external/Config.in')
-rw-r--r-- | toolchain/toolchain-external/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 2ed65bf30..d9a00349b 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -87,7 +87,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 - 970 glibc hard-float, 64 bits config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009 - bool "CodeSoucery PowerPC 2010.09" + bool "CodeSoucery SH 2010.09" depends on BR2_sh select BR2_TOOLCHAIN_EXTERNAL_GLIBC select BR2_INSTALL_LIBSTDCPP @@ -98,7 +98,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009 the following variants: - SH4A, glibc, little endian - SH4A, glibc, big endian - - SH4A, uClibc, little endian + - SH4A, uClibc, little endian - SH4A, uClibc, big endian config BR2_TOOLCHAIN_EXTERNAL_CUSTOM |