summaryrefslogtreecommitdiff
path: root/toolchain/toolchain-external/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/toolchain-external/Config.in')
-rw-r--r--toolchain/toolchain-external/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 23099aa68..6f3c75ec1 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -814,7 +814,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64
http://www.linaro.org/engineering/armv8/
config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
- bool "Musl toolchain"
+ bool "Musl 1.1.1 toolchain"
depends on (BR2_arm && BR2_ARM_EABI) || (BR2_armeb && BR2_ARM_EABI) || \
(BR2_i386 && !BR2_x86_i386) || BR2_microblazebe || BR2_mips || \
BR2_mipsel || (BR2_powerpc && BR2_powerpc_CLASSIC) || BR2_x86_64
@@ -822,11 +822,11 @@ config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
select BR2_TOOLCHAIN_EXTERNAL_MUSL
select BR2_INSTALL_LIBSTDCPP
select BR2_HOSTARCH_NEEDS_IA32_LIBS
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
help
Toolchain based on the Musl C library, provided by the
- musl-cross project. It uses gcc 4.8.2, binutils 2.24 and
- musl 1.0.0. It does not have a cross debugger included.
+ musl-cross project. It uses gcc 4.8.3, binutils 2.24 and
+ musl 1.1.1. It does not have a cross debugger included.
The ARM toolchain is built for ARMv4t, soft-float.
The x86 toolchain is built for i486.