mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
uClibc: disallow 0.9.32 on avr32
Build breaks during gcc-intermediate step with 0.9.32. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -5,6 +5,7 @@ comment "uClibc Options"
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "uClibc C library Version"
|
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_32
|
default BR2_UCLIBC_VERSION_0_9_32
|
||||||
help
|
help
|
||||||
Select the version of uClibc you wish to use.
|
Select the version of uClibc you wish to use.
|
||||||
@@ -18,6 +19,7 @@ choice
|
|||||||
|
|
||||||
config BR2_UCLIBC_VERSION_0_9_32
|
config BR2_UCLIBC_VERSION_0_9_32
|
||||||
bool "uClibc 0.9.32.x"
|
bool "uClibc 0.9.32.x"
|
||||||
|
depends on !BR2_avr32
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_SNAPSHOT
|
config BR2_UCLIBC_VERSION_SNAPSHOT
|
||||||
bool "daily snapshot"
|
bool "daily snapshot"
|
||||||
|
|||||||
Reference in New Issue
Block a user