mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
Enable the option.
This commit is contained in:
parent
cb3903168b
commit
ac211bea29
@ -111,9 +111,8 @@ config BR2_GCC_VERSION
|
|||||||
default "4.3" if BR2_GCC_VERSION_4_3
|
default "4.3" if BR2_GCC_VERSION_4_3
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_SYSROOT
|
config BR2_TOOLCHAIN_SYSROOT
|
||||||
# bool "Enable toolchain with --sysroot support"
|
bool "Enable toolchain with --sysroot support"
|
||||||
bool
|
depends on !BR2_GCC_VERSION_3_3_5 && !BR2_GCC_VERSION_3_3_6 && !BR2_GCC_VERSION_3_4_2 && !BR2_GCC_VERSION_3_4_3 && !BR2_GCC_VERSION_3_4_4 && !BR2_GCC_VERSION_3_4_5 && !BR2_GCC_VERSION_3_4_6
|
||||||
depends on !BR2_GCC_VERSION_3_3_5 && !BR2_GCC_VERSION_3_3_6 && !BR2_GCC_VERSION_3_4_2 && !BR2_GCC_VERSION_3_4_3 && !BR2_GCC_VERSION_3_4_4 && !BR2_GCC_VERSION_3_4_5 && !BR2_GCC_VERSION_3_4_6 &&!BR2_GCC_VERSION_4_0_0 && !BR2_GCC_VERSION_4_0_1 && !BR2_GCC_VERSION_4_0_2 && !BR2_GCC_VERSION_4_0_3 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_0 && !BR2_GCC_VERSION_4_1_1 && !BR2_GCC_VERSION_4_1_2
|
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enables --sysroot=dir for binutils and gcc.
|
Enables --sysroot=dir for binutils and gcc.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user