mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
binutils: only use 2.21.1 for uClibc 0.9.32 / snapshot
Earlier versions don't build with it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
83f1bf9e45
commit
60620a1d81
@ -3,7 +3,8 @@ comment "Binutils Options"
|
|||||||
choice
|
choice
|
||||||
prompt "Binutils Version"
|
prompt "Binutils Version"
|
||||||
default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh)
|
default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh)
|
||||||
default BR2_BINUTILS_VERSION_2_21_1
|
default BR2_BINUTILS_VERSION_2_21_1 if (BR2_UCLIBC_VERSION_0_9_32 || BR2_UCLIBC_VERSION_SNAPSHOT)
|
||||||
|
default BR2_BINUTILS_VERSION_2_21
|
||||||
help
|
help
|
||||||
Select the version of binutils you wish to use.
|
Select the version of binutils you wish to use.
|
||||||
|
|
||||||
@ -39,7 +40,7 @@ choice
|
|||||||
bool "binutils 2.21"
|
bool "binutils 2.21"
|
||||||
|
|
||||||
config BR2_BINUTILS_VERSION_2_21_1
|
config BR2_BINUTILS_VERSION_2_21_1
|
||||||
depends on !BR2_avr32
|
depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_30 || BR2_UCLIBC_VERSION_0_9_31)
|
||||||
bool "binutils 2.21.1"
|
bool "binutils 2.21.1"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user