Build breaks during final uClibc build with 0.9.32.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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.
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"