|
@@ -562,7 +562,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64
|
|
|
3.16.2.
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
|
|
|
- bool "Musl 1.1.12 toolchain (experimental)"
|
|
|
+ bool "Musl 1.1.12 toolchain"
|
|
|
depends on (BR2_arm && BR2_ARM_EABI) || \
|
|
|
(BR2_arm && BR2_ARM_EABIHF && !BR2_ARM_CPU_ARMV4) || \
|
|
|
(BR2_armeb && BR2_ARM_EABI) || BR2_i386 || \
|
|
@@ -914,7 +914,7 @@ comment "(e)glibc only available with shared lib support"
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL
|
|
|
- bool "musl (experimental)"
|
|
|
+ bool "musl"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
help
|
|
|
Select this option if your external toolchain uses the
|