From: Gustavo Zacarias Date: Wed, 2 May 2012 15:24:16 +0000 (+0000) Subject: toolchain/uClibc: enable 0.9.33.1 for sh X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ffe526d1063be89f68a78170a05665f577758318;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 55e2f8bc1e..160ead417b 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"