summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorGustavo Zacarias2012-05-02 17:24:16 +0200
committerPeter Korsgaard2012-05-03 15:57:28 +0200
commitffe526d1063be89f68a78170a05665f577758318 (patch)
tree3e93bf8558b3b690ccd8ddb47106b58bbc983320 /toolchain
parenttoolchain/uClibc: enable UCLIBC_SUPPORT_AI_ADDRCONFIG (diff)
downloadbuildroot-ffe526d1063be89f68a78170a05665f577758318.tar.gz
buildroot-ffe526d1063be89f68a78170a05665f577758318.tar.xz
buildroot-ffe526d1063be89f68a78170a05665f577758318.zip
toolchain/uClibc: enable 0.9.33.1 for sh
Enable uClibc 0.9.33.1 for the SH architecture. Builds and works fine with the qemu sample config. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uClibc/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
index 55e2f8bc1..160ead417 100644
--- a/toolchain/uClibc/Config.in
+++ b/toolchain/uClibc/Config.in
@@ -5,7 +5,7 @@ comment "uClibc Options"
choice
prompt "uClibc C library Version"
- default BR2_UCLIBC_VERSION_0_9_31 if (BR2_avr32 || BR2_sh) # 0.9.32 broken
+ default BR2_UCLIBC_VERSION_0_9_31 if BR2_avr32 # 0.9.32 broken
default BR2_UCLIBC_VERSION_0_9_33
help
Select the version of uClibc you wish to use.
@@ -19,7 +19,7 @@ choice
config BR2_UCLIBC_VERSION_0_9_33
bool "uClibc 0.9.33.x"
- depends on !(BR2_avr32 || BR2_sh)
+ depends on !BR2_avr32
config BR2_UCLIBC_VERSION_SNAPSHOT
bool "daily snapshot"