]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain/uClibc: enable 0.9.33.1 for sh
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 2 May 2012 15:24:16 +0000 (15:24 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 3 May 2012 13:57:28 +0000 (15:57 +0200)
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>
toolchain/uClibc/Config.in

index 55e2f8bc1e4d8e2f2e78599b1f039f9b0bad2730..160ead417b2387cce2609552c31e16b3a0725614 100644 (file)
@@ -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"