mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
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 <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d3e061fc77
commit
ffe526d106
@ -5,7 +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 || 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
|
default BR2_UCLIBC_VERSION_0_9_33
|
||||||
help
|
help
|
||||||
Select the version of uClibc you wish to use.
|
Select the version of uClibc you wish to use.
|
||||||
@ -19,7 +19,7 @@ choice
|
|||||||
|
|
||||||
config BR2_UCLIBC_VERSION_0_9_33
|
config BR2_UCLIBC_VERSION_0_9_33
|
||||||
bool "uClibc 0.9.33.x"
|
bool "uClibc 0.9.33.x"
|
||||||
depends on !(BR2_avr32 || BR2_sh)
|
depends on !BR2_avr32
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_SNAPSHOT
|
config BR2_UCLIBC_VERSION_SNAPSHOT
|
||||||
bool "daily snapshot"
|
bool "daily snapshot"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user