|
@@ -269,99 +269,138 @@ comment "Sourcery CodeBench toolchains are only available for MIPS/MIPS64 o32 an
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_IMG_MIPS
|
|
|
- bool "Codescape IMG GNU Linux Toolchain 2015.06"
|
|
|
+ bool "Codescape IMG GNU Linux Toolchain 2015.10"
|
|
|
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
- depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on BR2_mips_32r6 || BR2_mips_64r6
|
|
|
+ depends on BR2_mips_32r6 || (BR2_mips_64r6 && !BR2_MIPS_SOFT_FLOAT)
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
help
|
|
|
- Codescape IMG GNU Linux Toolchain 2015.06 for the MIPS
|
|
|
+ Codescape IMG GNU Linux Toolchain 2015.10 for the MIPS
|
|
|
architecture, from Imagination Technologies. It uses gcc
|
|
|
4.9.2, binutils 2.24.90, glibc 2.20, gdb 7.9.1 and kernel
|
|
|
headers 4.0. It has support for the following variants:
|
|
|
- - MIPS32r6 - Big-Endian, o32
|
|
|
+ - MIPS32r6 - Big-Endian, Hard-Float, 2008 NaN, o32 ABI
|
|
|
Select 'MIPS (big endian)' Target Architecture
|
|
|
Select 'mips 32r6' Target Architecture Variant
|
|
|
- - MIPS32r6 - Little-Endian, o32
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ - MIPS32r6 - Big-Endian, Soft-Float, 2008 NaN, o32 ABI
|
|
|
+ Select 'MIPS (big endian)' Target Architecture
|
|
|
+ Select 'mips 32r6' Target Architecture Variant
|
|
|
+ Enable 'Use soft-float'
|
|
|
+ - MIPS32r6 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI
|
|
|
+ Select 'MIPS (little endian)' Target Architecture
|
|
|
+ Select 'mips 32r6' Target Architecture Variant
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ - MIPS32r6 - Little-Endian, Soft-Float, 2008 NaN, o32 ABI
|
|
|
+ Select 'MIPS (little endian)' Target Architecture
|
|
|
+ Select 'mips 32r6' Target Architecture Variant
|
|
|
+ Enable 'Use soft-float'
|
|
|
+ - MIPS32r6 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI, microMIPS
|
|
|
Select 'MIPS (little endian)' Target Architecture
|
|
|
Select 'mips 32r6' Target Architecture Variant
|
|
|
- - MIPS32r6 - Little-Endian, o32, microMIPS
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ Set BR2_TARGET_OPTIMIZATION to '-mmicromips'
|
|
|
+ - MIPS32r6 - Little-Endian, Soft-Float, 2008 NaN, o32 ABI, microMIPS
|
|
|
Select 'MIPS (little endian)' Target Architecture
|
|
|
Select 'mips 32r6' Target Architecture Variant
|
|
|
+ Enable 'Use soft-float'
|
|
|
Set BR2_TARGET_OPTIMIZATION to '-mmicromips'
|
|
|
- - MIPS64r6 - Big-Endian, n32
|
|
|
+ - MIPS64r6 - Big-Endian, Hard-Float, 2008 NaN, n32 ABI
|
|
|
Select 'MIPS64 (big endian)' Target Architecture
|
|
|
Select 'mips 64r6' Target Architecture Variant
|
|
|
Select 'n32' Target ABI
|
|
|
- - MIPS64r6 - Little-Endian, n32
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ - MIPS64r6 - Little-Endian, Hard-Float, 2008 NaN, n32 ABI
|
|
|
Select 'MIPS64 (little endian)' Target Architecture
|
|
|
Select 'mips 64r6' Target Architecture Variant
|
|
|
Select 'n32' Target ABI
|
|
|
- - MIPS64r6 - Big-Endian, n64
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ - MIPS64r6 - Big-Endian, Hard-Float, 2008 NaN, n64 ABI
|
|
|
Select 'MIPS64 (big endian)' Target Architecture
|
|
|
Select 'mips 64r6' Target Architecture Variant
|
|
|
Select 'n64' Target ABI
|
|
|
- - MIPS64r6 - Little-Endian, n64
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ - MIPS64r6 - Little-Endian, Hard-Float, 2008 NaN, n64 ABI
|
|
|
Select 'MIPS64 (little endian)' Target Architecture
|
|
|
Select 'mips 64r6' Target Architecture Variant
|
|
|
Select 'n64' Target ABI
|
|
|
-
|
|
|
+ Disable 'Use soft-float'
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_MTI_MIPS
|
|
|
- bool "Codescape MTI GNU Linux Toolchain 2015.06"
|
|
|
+ bool "Codescape MTI GNU Linux Toolchain 2015.10"
|
|
|
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
- depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on BR2_mips_32r2 || BR2_mips_64r2
|
|
|
+ depends on BR2_mips_32r2 || (BR2_mips_64r2 && !BR2_MIPS_SOFT_FLOAT)
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
help
|
|
|
- Codescape MTI GNU Linux Toolchain 2015.06 for the MIPS
|
|
|
+ Codescape MTI GNU Linux Toolchain 2015.10 for the MIPS
|
|
|
architecture, from Imagination Technologies. It uses gcc
|
|
|
4.9.2, binutils 2.24.90, glibc 2.20, gdb 7.9.1 and kernel
|
|
|
headers 4.0. It has support for the following variants:
|
|
|
- - MIPS32r2 - Big-Endian, o32
|
|
|
+ - MIPS32r2 - Big-Endian, Hard-Float, Legacy NaN, o32 ABI
|
|
|
Select 'MIPS (big endian)' Target Architecture
|
|
|
Select 'mips 32r2' Target Architecture Variant
|
|
|
- - MIPS32r2 - Little-Endian, o32
|
|
|
- Select 'MIPS (little endian)' Target Architecture
|
|
|
- Select 'mips 32r2' Target Architecture Variant
|
|
|
- - MIPS32r2 - Big-Endian, 2008 NaN, o32
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ - MIPS32r2 - Big-Endian, Hard-Float, 2008 NaN, o32 ABI
|
|
|
Select 'MIPS (big endian)' Target Architecture
|
|
|
Select 'mips 32r2' Target Architecture Variant
|
|
|
+ Disable 'Use soft-float'
|
|
|
Set BR2_TARGET_OPTIMIZATION to '-mnan=2008'
|
|
|
- - MIPS32r2 - Little-Endian, 2008 NaN, o32
|
|
|
+ - MIPS32r2 - Big-Endian, Soft-Float, Legacy NaN, o32 ABI
|
|
|
+ Select 'MIPS (big endian)' Target Architecture
|
|
|
+ Select 'mips 32r2' Target Architecture Variant
|
|
|
+ Enable 'Use soft-float'
|
|
|
+ - MIPS32r2 - Little-Endian, Hard-Float, Legacy NaN, o32 ABI
|
|
|
+ Select 'MIPS (little endian)' Target Architecture
|
|
|
+ Select 'mips 32r2' Target Architecture Variant
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ - MIPS32r2 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI
|
|
|
Select 'MIPS (little endian)' Target Architecture
|
|
|
Select 'mips 32r2' Target Architecture Variant
|
|
|
+ Disable 'Use soft-float'
|
|
|
Set BR2_TARGET_OPTIMIZATION to '-mnan=2008'
|
|
|
- - MIPS32r2 - Little-Endian, o32, microMIPS
|
|
|
+ - MIPS32r2 - Little-Endian, Soft-Float, Legacy NaN, o32 ABI
|
|
|
+ Select 'MIPS (little endian)' Target Architecture
|
|
|
+ Select 'mips 32r2' Target Architecture Variant
|
|
|
+ Enable 'Use soft-float'
|
|
|
+ - MIPS32r2 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI, microMIPS
|
|
|
+ Select 'MIPS (little endian)' Target Architecture
|
|
|
+ Select 'mips 32r2' Target Architecture Variant
|
|
|
+ Enable 'Use soft-float'
|
|
|
+ Set BR2_TARGET_OPTIMIZATION to '-mmicromips'
|
|
|
+ - MIPS32r2 - Little-Endian, Soft-Float, Legacy NaN, o32 ABI, microMIPS
|
|
|
Select 'MIPS (little endian)' Target Architecture
|
|
|
Select 'mips 32r2' Target Architecture Variant
|
|
|
+ Disable 'Use soft-float'
|
|
|
Set BR2_TARGET_OPTIMIZATION to '-mmicromips'
|
|
|
- - MIPS64r2 - Big-Endian, n32
|
|
|
+ - MIPS64r2 - Big-Endian, Hard-Float, Legacy NaN, n32 ABI
|
|
|
Select 'MIPS64 (big endian)' Target Architecture
|
|
|
Select 'mips 64r2' Target Architecture Variant
|
|
|
Select 'n32' Target ABI
|
|
|
- - MIPS64r2 - Little-Endian, n32
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ - MIPS64r2 - Little-Endian, Hard-Float, Legacy NaN, n32 ABI
|
|
|
Select 'MIPS64 (little endian)' Target Architecture
|
|
|
Select 'mips 64r2' Target Architecture Variant
|
|
|
Select 'n32' Target ABI
|
|
|
- - MIPS64r2 - Big-Endian, n64
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ - MIPS64r2 - Big-Endian, Hard-Float, Legacy NaN, n64 ABI
|
|
|
Select 'MIPS64 (big endian)' Target Architecture
|
|
|
Select 'mips 64r2' Target Architecture Variant
|
|
|
Select 'n64' Target ABI
|
|
|
- - MIPS64r2 - Little-Endian, n64
|
|
|
+ Disable 'Use soft-float'
|
|
|
+ - MIPS64r2 - Little-Endian, Hard-Float, Legacy NaN, n64 ABI
|
|
|
Select 'MIPS64 (little endian)' Target Architecture
|
|
|
Select 'mips 64r2' Target Architecture Variant
|
|
|
Select 'n64' Target ABI
|
|
|
+ Disable 'Use soft-float'
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
|
|
|
bool "Sourcery CodeBench Nios-II 2015.11"
|