|
@@ -573,12 +573,15 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64
|
|
|
glibc 2.18, gdb 7.7.50 and kernel headers 3.13.
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
|
|
|
- bool "Musl 1.1.6 toolchain (experimental)"
|
|
|
+ bool "Musl 1.1.12 toolchain (experimental)"
|
|
|
depends on (BR2_arm && BR2_ARM_EABI) || \
|
|
|
(BR2_arm && BR2_ARM_EABIHF && !BR2_ARM_CPU_ARMV4) || \
|
|
|
(BR2_armeb && BR2_ARM_EABI) || \
|
|
|
- (BR2_i386 && !BR2_x86_i386) || BR2_microblazebe || BR2_mips || \
|
|
|
- BR2_mipsel || (BR2_powerpc && BR2_powerpc_CLASSIC) || BR2_x86_64
|
|
|
+ (BR2_i386 && !BR2_x86_i386) || \
|
|
|
+ (BR2_mips && !BR2_SOFT_FLOAT) || \
|
|
|
+ BR2_mipsel || (BR2_powerpc && BR2_powerpc_CLASSIC) || \
|
|
|
+ BR2_sh4 || BR2_sh4eb || \
|
|
|
+ BR2_x86_64
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
# Unsupported for MIPS R6
|
|
|
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
|
@@ -586,11 +589,11 @@ config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
help
|
|
|
Toolchain based on the Musl C library, provided by the
|
|
|
- musl-cross project. It uses gcc 4.9.2, binutils 2.25 and
|
|
|
- musl 1.1.6. It does not have a cross debugger included.
|
|
|
+ musl-cross project. It uses gcc 5.3, binutils 2.25.1 and
|
|
|
+ musl 1.1.12. It does not have a cross debugger included.
|
|
|
|
|
|
The ARM soft-float toolchain is built for ARMv4t, while the
|
|
|
ARM hard-float toolchain is built for ARMv5t.
|
|
@@ -693,12 +696,12 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
default "mips-mti-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_MTI_MIPS
|
|
|
default "armeb-linux-musleabi" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_armeb
|
|
|
default "i486-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_i386
|
|
|
- default "microblaze-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_microblazebe
|
|
|
default "mips-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && (BR2_mips && !BR2_SOFT_FLOAT)
|
|
|
- default "mips-sf-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && (BR2_mips && BR2_SOFT_FLOAT)
|
|
|
default "mipsel-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && (BR2_mipsel && !BR2_SOFT_FLOAT)
|
|
|
default "mipsel-sf-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && (BR2_mipsel && BR2_SOFT_FLOAT)
|
|
|
default "powerpc-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_powerpc
|
|
|
+ default "sh4-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_sh4
|
|
|
+ default "sh4eb-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_sh4eb
|
|
|
default "x86_64-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_x86_64
|
|
|
default BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX \
|
|
|
if BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|