mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
toolchain-external: mark musl based toolchains as experimental
Like we do for the internal musl backend. We still see a large number of build failures with musl, so warn users about it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9474cc2594
commit
3ed34ff119
@ -814,7 +814,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64
|
|||||||
glibc 2.18, gdb 7.7.50 and kernel headers 3.13.
|
glibc 2.18, gdb 7.7.50 and kernel headers 3.13.
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
|
config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
|
||||||
bool "Musl 1.1.6 toolchain"
|
bool "Musl 1.1.6 toolchain (experimental)"
|
||||||
depends on (BR2_arm && BR2_ARM_EABI) || (BR2_armeb && BR2_ARM_EABI) || \
|
depends on (BR2_arm && BR2_ARM_EABI) || (BR2_armeb && BR2_ARM_EABI) || \
|
||||||
(BR2_i386 && !BR2_x86_i386) || BR2_microblazebe || BR2_mips || \
|
(BR2_i386 && !BR2_x86_i386) || BR2_microblazebe || BR2_mips || \
|
||||||
BR2_mipsel || (BR2_powerpc && BR2_powerpc_CLASSIC) || BR2_x86_64
|
BR2_mipsel || (BR2_powerpc && BR2_powerpc_CLASSIC) || BR2_x86_64
|
||||||
@ -1102,7 +1102,7 @@ comment "(e)glibc only available with shared lib support"
|
|||||||
depends on BR2_STATIC_LIBS
|
depends on BR2_STATIC_LIBS
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL
|
||||||
bool "musl"
|
bool "musl (experimental)"
|
||||||
select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
||||||
help
|
help
|
||||||
Select this option if your external toolchain uses the
|
Select this option if your external toolchain uses the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user