uClibc: disallow 0.9.32 on sh
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 15 Aug 2011 22:14:53 +0000 (00:14 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 16 Aug 2011 06:36:01 +0000 (08:36 +0200)
Build breaks during final uClibc build with 0.9.32.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/uClibc/Config.in

index 9f3c7b3c73f0d2794026c51d30dc7510cb527845..34aaa13dd74473c466eec58c00e733b8ae918f2b 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 # 0.9.32 broken
+       default BR2_UCLIBC_VERSION_0_9_31 if (BR2_avr32 || BR2_sh) # 0.9.32 broken
        default BR2_UCLIBC_VERSION_0_9_32
        help
          Select the version of uClibc you wish to use.
@@ -19,7 +19,7 @@ choice
 
        config BR2_UCLIBC_VERSION_0_9_32
                bool "uClibc 0.9.32.x"
-               depends on !BR2_avr32
+               depends on !(BR2_avr32 || BR2_sh)
 
        config BR2_UCLIBC_VERSION_SNAPSHOT
                bool "daily snapshot"