2007-09-26 23:12:38 +02:00
|
|
|
if BR2_TOOLCHAIN_EXTERNAL
|
2010-12-13 17:27:39 +01:00
|
|
|
|
2009-05-29 18:37:41 +02:00
|
|
|
choice
|
2010-12-13 17:27:39 +01:00
|
|
|
prompt "Toolchain"
|
2007-02-06 19:19:38 +01:00
|
|
|
|
2013-11-11 18:57:32 +01:00
|
|
|
comment "(e)glibc toolchains only available with shared lib support"
|
|
|
|
depends on BR2_PREFER_STATIC_LIB
|
|
|
|
|
2014-06-01 12:47:40 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM
|
2014-06-01 12:47:42 +02:00
|
|
|
bool "Linaro ARM 2014.05"
|
2012-12-20 14:23:27 +01:00
|
|
|
depends on BR2_arm
|
2013-06-08 11:14:19 +02:00
|
|
|
depends on BR2_GCC_TARGET_ARCH = "armv7-a"
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-07-16 10:03:20 +02:00
|
|
|
depends on BR2_ARM_EABIHF
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2012-12-20 14:23:27 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1
|
2012-12-20 14:23:27 +01:00
|
|
|
help
|
|
|
|
Linaro toolchain for the ARM architecture. It uses Linaro
|
2014-06-01 12:47:42 +02:00
|
|
|
GCC 2014.05 (based on gcc 4.9), Linaro GDB 2014.05 (based on
|
|
|
|
GDB 7.6), eglibc 2.19, Binutils 2014.05 (based on 2.24). It
|
2013-09-02 18:06:39 +02:00
|
|
|
generates code that runs on all Cortex-A profile devices,
|
|
|
|
but tuned for the Cortex-A9. The code generated is Thumb 2,
|
|
|
|
with the hard floating point calling convention, and uses
|
|
|
|
the VFPv3-D16 FPU instructions.
|
2012-12-20 14:23:27 +01:00
|
|
|
|
2013-10-29 21:54:01 +01:00
|
|
|
comment "Linaro toolchains available for Cortex-A + EABIhf"
|
2012-11-27 05:07:03 +01:00
|
|
|
depends on BR2_arm
|
2013-10-29 21:54:01 +01:00
|
|
|
depends on BR2_GCC_TARGET_ARCH != "armv7-a" || !BR2_ARM_EABIHF
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2012-11-27 05:07:03 +01:00
|
|
|
|
2014-03-05 23:23:40 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB
|
2014-06-01 12:47:43 +02:00
|
|
|
bool "Linaro armeb 2014.04"
|
2014-03-05 23:23:40 +01:00
|
|
|
depends on BR2_armeb
|
|
|
|
depends on BR2_GCC_TARGET_ARCH = "armv7-a"
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1
|
|
|
|
help
|
|
|
|
Linaro toolchain for the ARM big endian architecture. It
|
2014-06-01 12:47:43 +02:00
|
|
|
uses Linaro GCC 2014.04 (based on gcc 4.8), Linaro GDB
|
|
|
|
2014.04 (based on GDB 7.6), eglibc 2.19, Binutils 2014.04
|
2014-03-05 23:23:40 +01:00
|
|
|
(based on 2.24). It generates code that runs on all Cortex-A
|
|
|
|
profile devices, but tuned for the Cortex-A9. The code
|
|
|
|
generated is Thumb 2, with the hard floating point calling
|
|
|
|
convention, and uses the VFPv3-D16 FPU instructions.
|
|
|
|
|
|
|
|
comment "Linaro toolchains available for Cortex-A + EABIhf"
|
|
|
|
depends on BR2_armeb
|
|
|
|
depends on BR2_GCC_TARGET_ARCH != "armv7-a" || !BR2_ARM_EABIHF
|
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
|
|
|
2013-12-27 12:32:17 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201311
|
|
|
|
bool "Sourcery CodeBench ARM 2013.11"
|
2013-05-26 14:08:19 +02:00
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-07-16 10:03:20 +02:00
|
|
|
depends on BR2_ARM_EABI
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-04-13 21:58:57 +02:00
|
|
|
select BR2_TOOLCHAIN_HAS_GCC_BUG_58595 # based-on gcc-4.8.1
|
2014-03-08 15:38:31 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # based-on gcc-4.8.1
|
2013-05-26 14:08:19 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
|
2013-05-26 14:08:19 +02:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
2013-12-27 12:32:17 +01:00
|
|
|
Mentor Graphics. It uses gcc 4.8.1, binutils 2.23.52, glibc
|
|
|
|
2.18 and gdb 7.6.50, kernel headers 3.11. It has support
|
2013-05-26 14:08:19 +02:00
|
|
|
for the following variants:
|
|
|
|
- ARMv5TE, little endian, soft-float, glibc
|
|
|
|
Select ARM926T, ARM10T, XScale or another ARMv5 core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- ARMv4T, little endian, soft-float, glibc
|
|
|
|
Select ARM720T, ARM920T, ARM922T or another ARMv4 core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- ARMv7-A, Thumb 2, little endian, soft-float, glibc
|
|
|
|
Select Cortex-A8, Cortex-A9 or another ARMv7-A core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mthumb
|
|
|
|
|
2013-12-27 12:32:17 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305
|
|
|
|
bool "Sourcery CodeBench ARM 2013.05"
|
2012-09-10 02:02:57 +02:00
|
|
|
depends on BR2_arm
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-07-16 10:03:20 +02:00
|
|
|
depends on BR2_ARM_EABI
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-05-12 23:10:35 +02:00
|
|
|
select BR2_TOOLCHAIN_HAS_GCC_BUG_58595 # based-on gcc-4.7.3
|
2012-09-10 02:02:57 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-11-04 08:34:09 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2012-09-10 02:02:57 +02:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
|
2012-09-10 02:02:57 +02:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
2013-12-27 12:32:17 +01:00
|
|
|
Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52, glibc
|
|
|
|
2.17 and gdb 7.4.50, kernel headers 3.8.2. It has support
|
2012-09-10 02:02:57 +02:00
|
|
|
for the following variants:
|
|
|
|
- ARMv5TE, little endian, soft-float, glibc
|
|
|
|
Select ARM926T, ARM10T, XScale or another ARMv5 core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- ARMv4T, little endian, soft-float, glibc
|
|
|
|
Select ARM720T, ARM920T, ARM922T or another ARMv4 core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- ARMv7-A, Thumb 2, little endian, soft-float, glibc
|
|
|
|
Select Cortex-A8, Cortex-A9 or another ARMv7-A core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mthumb
|
|
|
|
|
2013-12-27 12:32:17 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
|
|
|
bool "Sourcery CodeBench ARM 2012.03"
|
2011-12-31 12:18:23 +01:00
|
|
|
depends on BR2_arm
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-07-16 10:03:20 +02:00
|
|
|
depends on BR2_ARM_EABI
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2011-12-31 12:18:23 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-11-03 18:47:50 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2011-12-31 12:18:23 +01:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
2011-12-31 12:18:23 +01:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
2013-12-27 12:32:17 +01:00
|
|
|
Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53, glibc
|
|
|
|
2.15 and gdb 7.2.50, kernel headers 3.2.10. It has support
|
2011-12-31 12:18:23 +01:00
|
|
|
for the following variants:
|
2012-06-22 07:42:37 +02:00
|
|
|
- ARMv5TE, little endian, soft-float, glibc
|
|
|
|
Select ARM926T, ARM10T, XScale or another ARMv5 core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- ARMv4T, little endian, soft-float, glibc
|
|
|
|
Select ARM720T, ARM920T, ARM922T or another ARMv4 core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- ARMv7-A, Thumb 2, little endian, soft-float, glibc
|
|
|
|
Select Cortex-A8, Cortex-A9 or another ARMv7-A core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mthumb
|
2011-12-31 12:18:23 +01:00
|
|
|
|
2013-07-16 10:03:20 +02:00
|
|
|
comment "Sourcery CodeBench toolchains available for the EABI ABI"
|
|
|
|
depends on BR2_arm
|
|
|
|
depends on !BR2_ARM_EABI
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-07-16 10:03:20 +02:00
|
|
|
|
2013-06-08 11:14:17 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A_201109
|
|
|
|
bool "Arago ARMv7 2011.09"
|
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-06-08 11:14:19 +02:00
|
|
|
depends on BR2_GCC_TARGET_ARCH = "armv7-a"
|
2013-07-16 10:03:20 +02:00
|
|
|
depends on BR2_ARM_EABI
|
|
|
|
depends on BR2_ARM_CPU_HAS_VFPV3 || BR2_ARM_CPU_MAYBE_HAS_VFPV3
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-06-08 11:14:17 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
# kernel headers: 2.6.31
|
2013-06-08 11:14:17 +02:00
|
|
|
help
|
|
|
|
Texas Instruments Arago 2011.09 toolchain, with gcc 4.5.3,
|
|
|
|
binutils 2.20.1, glibc 2.12, gdb 7.2.
|
|
|
|
|
2013-07-16 10:03:20 +02:00
|
|
|
This toolchain uses -mfloat-abi=softfp (i.e can use FPU
|
|
|
|
instructions, but passes floating point function arguments
|
|
|
|
in integer registers), and requires a VFPv3 floating point
|
|
|
|
unit to work properly. This unit is available on most
|
|
|
|
Cortex-A ARM processors, but not all.
|
2013-06-08 11:14:17 +02:00
|
|
|
|
2013-06-08 11:14:18 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE_201109
|
|
|
|
bool "Arago ARMv5 2011.09"
|
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-06-08 11:14:20 +02:00
|
|
|
depends on BR2_GCC_TARGET_ARCH != "armv4t" && \
|
|
|
|
BR2_GCC_TARGET_ARCH != "armv4" && \
|
|
|
|
BR2_GCC_TARGET_ARCH != "armv5t"
|
2013-07-16 10:03:20 +02:00
|
|
|
depends on BR2_ARM_EABI
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-06-08 11:14:18 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
# kernel headers: 2.6.31
|
2013-06-08 11:14:18 +02:00
|
|
|
help
|
|
|
|
Texas Instruments Arago ARMv5 2011.09 toolchain, with gcc
|
|
|
|
4.5.3, binutils 2.20.1, glibc 2.12, gdb 7.2.
|
|
|
|
|
|
|
|
This toolchain uses software-floating point.
|
|
|
|
|
2014-06-01 12:47:46 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201405
|
|
|
|
bool "Sourcery CodeBench MIPS 2014.05"
|
2013-06-08 11:14:14 +02:00
|
|
|
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-08-13 10:45:44 +02:00
|
|
|
depends on !BR2_MIPS_NABI32
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2012-12-20 14:23:21 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-06-01 12:47:46 +02:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
|
2012-12-20 14:23:21 +01:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the MIPS architecture, from
|
2014-06-01 12:47:46 +02:00
|
|
|
Mentor Graphics. It uses gcc 4.8.3, binutils 2.24.51, glibc
|
|
|
|
2.18, uClibc 0.9.30 and gdb 7.7.50, kernel headers
|
|
|
|
3.13. It has support for the following variants:
|
2012-12-20 14:23:21 +01:00
|
|
|
- MIPS32 O32 big endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 big endian glibc
|
2013-06-08 11:14:14 +02:00
|
|
|
Select a MIPS64 generic core
|
2012-12-20 14:23:21 +01:00
|
|
|
Select the n64 ABI
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 O32 little endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 little endian glibc
|
2013-06-08 11:14:14 +02:00
|
|
|
Select a MIPS64 generic core
|
2012-12-20 14:23:21 +01:00
|
|
|
Select the n64 ABI
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 big endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 big endian soft float glibc
|
2013-06-08 11:14:14 +02:00
|
|
|
Select a MIPS64 generic core
|
2012-12-20 14:23:21 +01:00
|
|
|
Select the n64 ABI
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 little endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 little endian soft float glibc
|
2013-06-08 11:14:14 +02:00
|
|
|
Select a MIPS64 generic core
|
2012-12-20 14:23:21 +01:00
|
|
|
Select the n64 ABI
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 big endian microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
|
|
|
- MIPS32 little endian microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
2013-10-14 11:52:25 +02:00
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
2012-12-20 14:23:21 +01:00
|
|
|
- MIPS32 big endian soft float microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
|
|
|
- MIPS32 little endian soft float microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
2013-10-14 11:52:25 +02:00
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
2012-12-20 14:23:21 +01:00
|
|
|
- MIPS32 big endian uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- MIPS32 little endian uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- MIPS32 big endian soft float uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- MIPS32 little endian soft float uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
|
2014-06-01 12:47:46 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201311
|
|
|
|
bool "Sourcery CodeBench MIPS 2013.11"
|
2013-12-27 12:32:18 +01:00
|
|
|
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-08-13 10:45:44 +02:00
|
|
|
depends on !BR2_MIPS_NABI32
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2012-12-20 14:23:20 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-06-01 12:47:46 +02:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
|
2012-12-20 14:23:20 +01:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the MIPS architecture, from
|
2014-06-01 12:47:46 +02:00
|
|
|
Mentor Graphics. It uses gcc 4.8.1, binutils 2.23.52, glibc
|
|
|
|
2.18, uClibc 0.9.30 and gdb 7.6.50, kernel headers
|
|
|
|
3.11. It has support for the following variants:
|
2012-12-20 14:23:20 +01:00
|
|
|
- MIPS32 O32 big endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 big endian glibc
|
2013-12-27 12:32:18 +01:00
|
|
|
Select a MIPS64 generic core
|
2012-12-20 14:23:20 +01:00
|
|
|
Select the n64 ABI
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 O32 little endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 little endian glibc
|
2013-12-27 12:32:18 +01:00
|
|
|
Select a MIPS64 generic core
|
2012-12-20 14:23:20 +01:00
|
|
|
Select the n64 ABI
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 big endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 big endian soft float glibc
|
2013-12-27 12:32:18 +01:00
|
|
|
Select a MIPS64 generic core
|
2012-12-20 14:23:20 +01:00
|
|
|
Select the n64 ABI
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 little endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 little endian soft float glibc
|
2013-12-27 12:32:18 +01:00
|
|
|
Select a MIPS64 generic core
|
2012-12-20 14:23:20 +01:00
|
|
|
Select the n64 ABI
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 big endian microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
|
|
|
- MIPS32 little endian microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
2013-10-14 11:52:25 +02:00
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
2012-12-20 14:23:20 +01:00
|
|
|
- MIPS32 big endian soft float microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
|
|
|
- MIPS32 little endian soft float microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
2013-10-14 11:52:25 +02:00
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
2012-12-20 14:23:20 +01:00
|
|
|
- MIPS32 big endian uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- MIPS32 little endian uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- MIPS32 big endian soft float uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- MIPS32 little endian soft float uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
|
2014-06-01 12:47:46 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305
|
|
|
|
bool "Sourcery CodeBench MIPS 2013.05"
|
|
|
|
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-08-13 10:45:44 +02:00
|
|
|
depends on !BR2_MIPS_NABI32
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2012-06-03 16:04:40 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-11-03 18:47:50 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2012-06-03 16:04:40 +02:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-06-01 12:47:46 +02:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
|
2012-06-03 16:04:40 +02:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the MIPS architecture, from
|
2014-06-01 12:47:46 +02:00
|
|
|
Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52, glibc
|
|
|
|
2.17, uClibc 0.9.30 and gdb 7.4.50, kernel headers
|
|
|
|
3.8.2. It has support for the following variants:
|
2012-06-03 16:04:40 +02:00
|
|
|
- MIPS32 O32 big endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 big endian glibc
|
2013-12-27 12:32:18 +01:00
|
|
|
Select a MIPS64 generic core
|
2012-06-03 16:04:40 +02:00
|
|
|
Select the n64 ABI
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 O32 little endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 little endian glibc
|
2013-12-27 12:32:18 +01:00
|
|
|
Select a MIPS64 generic core
|
2012-06-03 16:04:40 +02:00
|
|
|
Select the n64 ABI
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 big endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 big endian soft float glibc
|
2013-12-27 12:32:18 +01:00
|
|
|
Select a MIPS64 generic core
|
2012-06-03 16:04:40 +02:00
|
|
|
Select the n64 ABI
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 little endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 little endian soft float glibc
|
2013-12-27 12:32:18 +01:00
|
|
|
Select a MIPS64 generic core
|
2012-06-03 16:04:40 +02:00
|
|
|
Select the n64 ABI
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 big endian microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
|
|
|
- MIPS32 little endian microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
2013-10-14 11:52:25 +02:00
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
2012-06-03 16:04:40 +02:00
|
|
|
- MIPS32 big endian soft float microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
|
|
|
- MIPS32 little endian soft float microMIPS glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
2013-10-14 11:52:25 +02:00
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mips16
|
2012-06-03 16:04:40 +02:00
|
|
|
- MIPS32 big endian uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- MIPS32 little endian uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- MIPS32 big endian soft float uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- MIPS32 little endian soft float uclibc
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
|
2013-08-13 10:45:44 +02:00
|
|
|
comment "Sourcery CodeBench toolchains are only available for MIPS/MIPS64 o32 and n64"
|
|
|
|
depends on BR2_MIPS_NABI32
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-08-13 10:45:44 +02:00
|
|
|
|
2013-08-30 00:10:41 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
|
|
|
|
bool "Sourcery CodeBench Nios-II 2013.05"
|
|
|
|
depends on BR2_nios2
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-08-30 00:10:41 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
2013-08-30 00:10:41 +02:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the Nios-II architecture,
|
|
|
|
from Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52,
|
|
|
|
glibc 2.17, gdb 7.4.50 and kernel headers 3.7.0.
|
|
|
|
|
2014-06-01 12:47:47 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201203
|
|
|
|
bool "Sourcery CodeBench PowerPC 2012.03"
|
|
|
|
depends on BR2_powerpc
|
|
|
|
depends on BR2_powerpc_SPE
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the PowerPC architecture,
|
|
|
|
from Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53,
|
|
|
|
glibc 2.15, gdb 7.2.50 and kernel headers 3.2.10. It has
|
|
|
|
support for the following variants:
|
|
|
|
- e500v2 glibc, SPE, 32 bits
|
|
|
|
|
2011-12-31 12:28:34 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
|
|
|
|
bool "Sourcery CodeBench PowerPC 2011.03"
|
|
|
|
depends on BR2_powerpc
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2011-12-31 12:28:34 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-11-03 18:47:50 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2011-12-31 12:28:34 +01:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
# kernel headers: 2.6.38
|
2011-12-31 12:28:34 +01:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the PowerPC architecture,
|
|
|
|
from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20.51,
|
|
|
|
glibc 2.13, gdb 7.2.50 and kernel headers 2.6.38. It has
|
|
|
|
support for the following variants:
|
2012-06-22 07:42:37 +02:00
|
|
|
- 603 glibc, 32 bits
|
2011-12-31 15:38:22 +01:00
|
|
|
Select a generic PowerPC core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
2012-06-22 07:42:37 +02:00
|
|
|
- 603 soft float glibc, 32 bits
|
2011-12-31 15:38:22 +01:00
|
|
|
Select a generic PowerPC core
|
|
|
|
Enable BR2_SOFT_FLOAT
|
2012-06-22 07:42:37 +02:00
|
|
|
- e600 altivec glibc, 32 bits
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -te600
|
|
|
|
- e500v1 glibc, 32 bits
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -te500v1
|
|
|
|
- e500v2 glibc, 32 bits
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -te500v2
|
|
|
|
- e500mc glibc, 32 bits
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -te500mc
|
|
|
|
- 970 glibc hard-float, 64 bits
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -m64
|
2011-12-31 12:28:34 +01:00
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|
2011-10-02 21:20:15 +02:00
|
|
|
bool "Sourcery CodeBench PowerPC 2010.09"
|
2010-12-13 17:27:39 +01:00
|
|
|
depends on BR2_powerpc
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2010-12-13 17:27:39 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-11-03 18:47:50 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2010-12-13 17:27:41 +01:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
# kernel headers: 2.6.35
|
2010-12-13 17:27:39 +01:00
|
|
|
help
|
2011-10-02 21:20:15 +02:00
|
|
|
Sourcery CodeBench toolchain for the PowerPC architecture,
|
2012-01-15 20:02:11 +01:00
|
|
|
from Mentor Graphics. It uses gcc 4.5.1, binutils 2.20,
|
2011-10-02 21:20:15 +02:00
|
|
|
glibc 2.11, gdb 7.2.50 and kernel headers 2.6.35.2. It has
|
|
|
|
support for the following variants:
|
2012-06-22 07:42:37 +02:00
|
|
|
- 603 glibc, 32 bits
|
2011-12-31 15:38:22 +01:00
|
|
|
Select a generic PowerPC core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
2012-06-22 07:42:37 +02:00
|
|
|
- 603 soft float glibc, 32 bits
|
2011-12-31 15:38:22 +01:00
|
|
|
Select a generic PowerPC core
|
|
|
|
Enable BR2_SOFT_FLOAT
|
2012-06-22 07:42:37 +02:00
|
|
|
- e600 altivec glibc, 32 bits
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -te600
|
|
|
|
- e500v1 glibc, 32 bits
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -te500v1
|
|
|
|
- e500v2 glibc, 32 bits
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -te500v2
|
|
|
|
- e500mc glibc, 32 bits
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -te500mc
|
|
|
|
- 970 glibc hard-float, 64 bits
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -m64
|
2010-12-13 17:27:39 +01:00
|
|
|
|
2012-11-04 08:34:21 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209
|
|
|
|
bool "Sourcery CodeBench SH 2012.09"
|
|
|
|
depends on BR2_sh4a || BR2_sh4aeb
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2012-11-04 08:34:21 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
|
2012-11-04 08:34:21 +01:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the SuperH architecture,
|
|
|
|
from Mentor Graphics. It uses gcc 4.7.2, binutils 2.23.51,
|
|
|
|
glibc 2.16, uClibc 0.9.30, gdb 7.4.50 and kernel headers
|
|
|
|
3.5.4. It has support for the following variants:
|
2013-11-11 17:23:23 +01:00
|
|
|
- SH4A, glibc, little endian
|
|
|
|
Default.
|
|
|
|
- SH4A, glibc, big endian
|
|
|
|
Add -mb to BR2_TARGET_OPTIMIZATION
|
|
|
|
- SH4A, uClibc, little endian
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- SH4A, uClibc, big endian
|
|
|
|
Not usable in Buildroot yet.
|
2012-11-04 08:34:21 +01:00
|
|
|
|
2012-11-04 08:34:19 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
|
|
|
|
bool "Sourcery CodeBench SH 2012.03"
|
|
|
|
depends on BR2_sh4a || BR2_sh4aeb
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2012-11-04 08:34:19 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
2012-11-04 08:34:19 +01:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the SuperH architecture,
|
|
|
|
from Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53,
|
|
|
|
glibc 2.15, uClibc 0.9.30, gdb 7.2.50 and kernel headers
|
|
|
|
3.2.10. It has support for the following variants:
|
2013-11-11 17:23:23 +01:00
|
|
|
- SH4A, glibc, little endian
|
|
|
|
Default.
|
|
|
|
- SH4A, glibc, big endian
|
|
|
|
Add -mb to BR2_TARGET_OPTIMIZATION
|
|
|
|
- SH4A, uClibc, little endian
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- SH4A, uClibc, big endian
|
|
|
|
Not usable in Buildroot yet.
|
2012-11-04 08:34:19 +01:00
|
|
|
|
2011-10-02 21:20:13 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
|
2011-10-02 21:20:15 +02:00
|
|
|
bool "Sourcery CodeBench SH 2011.03"
|
2011-10-02 21:20:13 +02:00
|
|
|
depends on BR2_sh4a || BR2_sh4aeb
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2011-10-02 21:20:13 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-11-03 18:47:50 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2011-10-02 21:20:13 +02:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
# kernel headers: 2.6.38
|
2011-10-02 21:20:13 +02:00
|
|
|
help
|
2011-10-02 21:20:15 +02:00
|
|
|
Sourcery CodeBench toolchain for the SuperH architecture,
|
|
|
|
from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20,
|
|
|
|
glibc 2.13, uClibc 0.9.30, gdb 7.2.50 and kernel headers
|
|
|
|
2.6.38. It has support for the following variants:
|
2012-06-22 07:42:37 +02:00
|
|
|
- SH4A, glibc, little endian
|
|
|
|
Default.
|
|
|
|
- SH4A, glibc, big endian
|
|
|
|
Add -mb to BR2_TARGET_OPTIMIZATION
|
|
|
|
- SH4A, uClibc, little endian
|
|
|
|
Not usable in Buildroot yet.
|
|
|
|
- SH4A, uClibc, big endian
|
|
|
|
Not usable in Buildroot yet.
|
2011-10-02 21:20:13 +02:00
|
|
|
|
2011-10-02 21:20:11 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103
|
2011-10-02 21:20:15 +02:00
|
|
|
bool "Sourcery CodeBench SH 2011.03"
|
2011-10-02 21:20:11 +02:00
|
|
|
depends on BR2_sh2a
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2011-10-02 21:20:11 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
select BR2_LARGEFILE
|
2012-11-03 18:47:49 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2011-10-02 21:20:11 +02:00
|
|
|
select BR2_USE_WCHAR
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
2011-11-24 14:26:52 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
2011-10-02 21:20:11 +02:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
# kernel headers: 2.6.38
|
2011-10-02 21:20:11 +02:00
|
|
|
help
|
2011-10-02 21:20:15 +02:00
|
|
|
Sourcery CodeBench toolchain for the SuperH architecture,
|
|
|
|
from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20,
|
|
|
|
uClibc 0.9.30, gdb 7.2.50 and kernel headers 2.6.38. It has
|
|
|
|
support for the following variants:
|
2012-06-22 07:42:37 +02:00
|
|
|
- SH2A, uClibc, big endian
|
2011-10-02 21:20:11 +02:00
|
|
|
|
2011-05-06 16:23:04 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
|
2011-10-02 21:20:15 +02:00
|
|
|
bool "Sourcery CodeBench SH 2010.09"
|
2011-05-09 15:12:53 +02:00
|
|
|
depends on BR2_sh2a
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2011-05-06 16:23:04 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
2011-07-30 00:00:37 +02:00
|
|
|
select BR2_LARGEFILE
|
2012-11-03 18:47:49 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2011-07-30 00:00:37 +02:00
|
|
|
select BR2_USE_WCHAR
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
2011-11-24 14:26:52 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
2011-05-06 16:23:04 +02:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
# kernel headers: 2.6.35
|
2011-05-06 16:23:04 +02:00
|
|
|
help
|
2011-10-02 21:20:15 +02:00
|
|
|
Sourcery CodeBench toolchain for the SuperH architecture,
|
|
|
|
from Mentor Graphics. It uses gcc 4.5.1, binutils 2.20,
|
|
|
|
uClibc 0.9.30, gdb 7.2.50 and kernel headers 2.6.35.2. It
|
|
|
|
has support for the following variants:
|
2012-06-22 07:42:37 +02:00
|
|
|
- SH2A, uClibc, big endian
|
2011-05-06 16:23:04 +02:00
|
|
|
|
2012-11-04 08:34:22 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209
|
|
|
|
bool "Sourcery CodeBench x86/x86_64 2012.09"
|
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-01-15 23:17:10 +01:00
|
|
|
depends on !BR2_x86_jaguar
|
2012-11-04 08:34:22 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
|
2012-11-04 08:34:22 +01:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the x86/x86_64
|
|
|
|
architectures, from Mentor Graphics. It uses gcc 4.7.2,
|
|
|
|
binutils 2.23.51, glibc 2.16, gdb 7.4.50 and kernel headers
|
|
|
|
3.5.4. It has support for the following variants:
|
|
|
|
- Intel Pentium 4, glibc, 32 bits
|
|
|
|
Default for x86, nothing special to do.
|
|
|
|
- Intel Atom, glibc, 32 bits
|
|
|
|
Select an Atom core
|
|
|
|
- Intel Xeon, glibc, 64 bits
|
|
|
|
Default for x86_64, nothing special to do.
|
|
|
|
- Intel Core 2, glibc, 64 bits
|
|
|
|
Select a Core 2 core
|
|
|
|
Other architecture variants (beyond Pentium-4/Xeon) are
|
|
|
|
supported as well, but glibc is not optimised for it.
|
|
|
|
|
2012-11-04 08:34:20 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203
|
|
|
|
bool "Sourcery CodeBench x86/x86_64 2012.03"
|
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-01-15 23:17:10 +01:00
|
|
|
depends on !BR2_x86_jaguar
|
2012-11-04 08:34:20 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
2012-11-04 08:34:20 +01:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the x86/x86_64
|
|
|
|
architectures, from Mentor Graphics. It uses gcc 4.6.3,
|
|
|
|
binutils 2.21.53, glibc 2.15, gdb 7.2.50 and kernel headers
|
|
|
|
3.2.10. It has support for the following variants:
|
|
|
|
- Intel Pentium 4, glibc, 32 bits
|
|
|
|
Default for x86, nothing special to do.
|
|
|
|
- Intel Atom, glibc, 32 bits
|
|
|
|
Select an Atom core
|
|
|
|
- Intel Xeon, glibc, 64 bits
|
|
|
|
Default for x86_64, nothing special to do.
|
|
|
|
- Intel Core 2, glibc, 64 bits
|
|
|
|
Select a Core 2 core
|
|
|
|
Other architecture variants (beyond Pentium-4/Xeon) are
|
|
|
|
supported as well, but glibc is not optimised for it.
|
|
|
|
|
2011-12-31 12:34:33 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109
|
|
|
|
bool "Sourcery CodeBench x86/x86_64 2011.09"
|
|
|
|
depends on BR2_i386 || BR2_x86_64
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-01-15 23:17:10 +01:00
|
|
|
depends on !BR2_x86_jaguar
|
2011-12-31 12:34:33 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-11-03 18:47:50 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2011-12-31 12:34:33 +01:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
2011-12-31 12:34:33 +01:00
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the x86/x86_64
|
|
|
|
architectures, from Mentor Graphics. It uses gcc 4.6.1,
|
|
|
|
binutils 2.21.53, glibc 2.13, gdb 7.2.50 and kernel headers
|
|
|
|
3.0.1. It has support for the following variants:
|
|
|
|
- Intel Pentium 4, glibc, 32 bits
|
2012-03-13 23:30:00 +01:00
|
|
|
Default for x86, nothing special to do.
|
|
|
|
- Intel Atom, glibc, 32 bits
|
|
|
|
Select an Atom core
|
|
|
|
- Intel Xeon, glibc, 64 bits
|
|
|
|
Default for x86_64, nothing special to do.
|
|
|
|
- Intel Core 2, glibc, 64 bits
|
|
|
|
Select a Core 2 core
|
|
|
|
Other architecture variants (beyond Pentium-4/Xeon) are
|
|
|
|
supported as well, but glibc is not optimised for it.
|
2011-12-31 12:34:33 +01:00
|
|
|
|
toolchain-external: remove experimental Blackfin toolchain
The 2014R1 toolchain is provided in two flavours by Analog Devices:
one based on gcc 4.3.x, which is considered stable, and one based on
gcc 4.5.x, considered experimental. In commit
5a65b8e185fab38824da5e9b7b5b9e781e31d368 ("toolchain-external: add ADI
Blackfin 2014R1 toolchain, remove 2012R1") both variants were added.
However, after some testing in the autobuilders, and discussion with
the Analog Devices folks, it turns out that the experimental version
of the toolchain is too experimental. It causes numerous build
failures, and the Analog Devices folks clearly say that it's an early
release and that they expect quite a few problems to show up.
Therefore, this commit removes the experimental flavor and keeps only
the stable variant. Note that the removal/renaming of the Config.in
options is not a problem, since those options were added after the
2014.05 release.
Fixes:
http://autobuild.buildroot.org/results/2a9/2a9d9c332a206fdb46bc8ba022c74d23082a6312/
http://autobuild.buildroot.org/results/e1c/e1ce0c1cdd0139208dddaa8f2441ab0e3ab2385e/
http://autobuild.buildroot.org/results/993/993aca3f4719afaa4b37524f9136fb8cdc53a066/
and more.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-07-09 23:20:22 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1
|
|
|
|
bool "Blackfin.uclinux.org 2014R1"
|
2012-06-03 16:04:39 +02:00
|
|
|
depends on BR2_bfin
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2012-06-03 16:04:39 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_LARGEFILE
|
|
|
|
select BR2_INET_IPV6
|
2012-11-03 18:47:49 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2012-06-03 16:04:39 +02:00
|
|
|
select BR2_USE_WCHAR
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-06-01 12:47:48 +02:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
2012-06-03 16:04:39 +02:00
|
|
|
help
|
|
|
|
Toolchain for the Blackfin architecture, from
|
|
|
|
http://blackfin.uclinux.org.
|
|
|
|
|
2014-06-01 12:47:48 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
|
|
|
|
bool "Blackfin.uclinux.org 2013R1"
|
2011-12-31 12:39:12 +01:00
|
|
|
depends on BR2_bfin
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2011-12-31 12:39:12 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_LARGEFILE
|
|
|
|
select BR2_INET_IPV6
|
2012-11-03 18:47:49 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2011-12-31 12:39:12 +01:00
|
|
|
select BR2_USE_WCHAR
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
2012-12-29 07:14:50 +01:00
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-06-01 12:47:48 +02:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
|
|
|
help
|
|
|
|
Toolchain for the Blackfin architecture, from
|
|
|
|
http://blackfin.uclinux.org.
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
|
|
|
bool "Blackfin.uclinux.org 2012R2-RC2"
|
|
|
|
depends on BR2_bfin
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_LARGEFILE
|
|
|
|
select BR2_INET_IPV6
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_USE_WCHAR
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
|
2011-12-31 12:39:12 +01:00
|
|
|
help
|
|
|
|
Toolchain for the Blackfin architecture, from
|
|
|
|
http://blackfin.uclinux.org.
|
|
|
|
|
toolchain-external: add new Microblaze toolchains
The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.
I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.
So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.
This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:37:29 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_14_3
|
2013-07-08 16:08:18 +02:00
|
|
|
bool "Xilinx Little Endian Microblaze GNU Tools 14.3"
|
toolchain-external: add new Microblaze toolchains
The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.
I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.
So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.
This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:37:29 +01:00
|
|
|
depends on BR2_microblazeel
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2014_02
|
toolchain-external: add new Microblaze toolchains
The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.
I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.
So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.
This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:37:29 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
toolchain-external: add new Microblaze toolchains
The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.
I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.
So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.
This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:37:29 +01:00
|
|
|
help
|
|
|
|
Toolchain for the Microblaze architecture, from
|
|
|
|
http://git.xilinx.com/?p=microblaze-gnu.git;a=tree;f=binaries. It
|
|
|
|
uses gcc 4.6.2, binutils 2.21.53, glibc 2.14 and gdb 7.4.50.
|
|
|
|
|
2012-03-16 14:42:55 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
|
2013-07-08 16:08:18 +02:00
|
|
|
bool "Xilinx Little Endian Microblaze GNU Tools v2"
|
2012-03-16 14:42:55 +01:00
|
|
|
depends on BR2_microblazeel
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2014_02
|
2012-08-01 23:47:04 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-11-03 18:47:50 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2014-03-01 15:52:58 +01:00
|
|
|
# kernel headers: 2.6.37
|
2012-03-16 14:42:55 +01:00
|
|
|
help
|
|
|
|
Toolchain for the Microblaze architecture, from
|
|
|
|
http://wiki.xilinx.com/mb-gnu-tools
|
|
|
|
|
toolchain-external: add new Microblaze toolchains
The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.
I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.
So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.
This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:37:29 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_14_3
|
|
|
|
bool "Xilinx Big Endian Microblaze GNU Tools"
|
2013-04-11 07:50:53 +02:00
|
|
|
depends on BR2_microblazebe
|
toolchain-external: add new Microblaze toolchains
The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.
I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.
So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.
This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:37:29 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2014_02
|
toolchain-external: add new Microblaze toolchains
The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.
I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.
So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.
This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:37:29 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
toolchain-external: add new Microblaze toolchains
The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.
I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.
So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.
This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:37:29 +01:00
|
|
|
help
|
|
|
|
Toolchain for the Microblaze architecture, from
|
|
|
|
http://git.xilinx.com/?p=microblaze-gnu.git;a=tree;f=binaries. It
|
|
|
|
uses gcc 4.6.2, binutils 2.21.53, glibc 2.14 and gdb 7.4.50.
|
|
|
|
|
2012-03-16 14:42:55 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
|
|
|
|
bool "Xilinx Big Endian Microblaze GNU Tools"
|
|
|
|
depends on BR2_microblazebe
|
2012-12-29 07:14:48 +01:00
|
|
|
depends on BR2_HOSTARCH = "x86_64"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2014_02
|
2012-08-01 23:47:04 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-11-03 18:47:50 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2014-03-01 15:52:58 +01:00
|
|
|
# kernel headers: 2.6.37
|
2012-03-16 14:42:55 +01:00
|
|
|
help
|
|
|
|
Toolchain for the Microblaze architecture, from
|
|
|
|
http://wiki.xilinx.com/mb-gnu-tools
|
|
|
|
|
2014-06-01 12:47:41 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64
|
2014-06-01 12:47:44 +02:00
|
|
|
bool "Linaro AArch64 14.05"
|
2013-02-02 04:46:22 +01:00
|
|
|
depends on BR2_aarch64
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-02-02 04:46:22 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2013-06-08 11:14:16 +02:00
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2014-03-01 15:52:58 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
2013-02-02 04:46:22 +01:00
|
|
|
help
|
|
|
|
Toolchain for the AArch64 architecture, from
|
|
|
|
http://www.linaro.org/engineering/armv8/
|
|
|
|
|
2014-05-05 23:17:10 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
|
2014-06-01 12:47:45 +02:00
|
|
|
bool "Musl 1.1.1 toolchain"
|
2014-05-05 23:17:10 +02:00
|
|
|
depends on (BR2_arm && BR2_ARM_EABI) || (BR2_armeb && BR2_ARM_EABI) || \
|
2014-05-30 22:24:39 +02:00
|
|
|
(BR2_i386 && !BR2_x86_i386) || BR2_microblazebe || BR2_mips || \
|
2014-05-05 23:17:10 +02:00
|
|
|
BR2_mipsel || (BR2_powerpc && BR2_powerpc_CLASSIC) || BR2_x86_64
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2014-06-01 12:47:45 +02:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
2014-05-05 23:17:10 +02:00
|
|
|
help
|
|
|
|
Toolchain based on the Musl C library, provided by the
|
2014-06-01 12:47:45 +02:00
|
|
|
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.
|
2014-05-05 23:17:10 +02:00
|
|
|
|
|
|
|
The ARM toolchain is built for ARMv4t, soft-float.
|
|
|
|
The x86 toolchain is built for i486.
|
|
|
|
|
|
|
|
http://musl.codu.org/
|
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
2012-06-22 07:42:37 +02:00
|
|
|
bool "Custom toolchain"
|
|
|
|
help
|
|
|
|
Use this option to use a custom toolchain pre-installed on
|
|
|
|
your system.
|
2010-12-13 17:27:39 +01:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2012-06-22 07:42:38 +02:00
|
|
|
choice
|
|
|
|
prompt "Toolchain origin"
|
2012-07-22 20:57:26 +02:00
|
|
|
# Keep compatibility with old defconfig files that are using
|
|
|
|
# custom toolchains, and which are therefore assuming that
|
|
|
|
# "preinstalled" in the default choice.
|
|
|
|
default BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED if BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
2012-06-22 07:42:38 +02:00
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD
|
2012-06-22 07:42:38 +02:00
|
|
|
bool "Toolchain to be downloaded and installed"
|
|
|
|
help
|
|
|
|
Select this option if you want Buildroot to download and install the
|
|
|
|
toolchain. If you have selected a custom toolchain, specify the URL
|
|
|
|
in BR2_TOOLCHAIN_EXTERNAL_URL.
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED
|
|
|
|
bool "Pre-installed toolchain"
|
2010-12-13 17:27:39 +01:00
|
|
|
help
|
2012-06-22 07:42:38 +02:00
|
|
|
Select this option if you want to use a pre-installed toolchain.
|
|
|
|
Specify the path to this toolchain in BR2_TOOLCHAIN_EXTERNAL_PATH.
|
|
|
|
|
|
|
|
endchoice
|
2010-12-13 17:27:39 +01:00
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_PATH
|
|
|
|
string "Toolchain path"
|
|
|
|
default "/path/to/toolchain/usr"
|
2012-06-22 07:42:38 +02:00
|
|
|
depends on BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED
|
2010-12-13 17:27:39 +01:00
|
|
|
help
|
|
|
|
Path to where the external toolchain is installed.
|
|
|
|
|
2012-06-22 07:42:38 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_URL
|
|
|
|
string "Toolchain URL"
|
|
|
|
depends on BR2_TOOLCHAIN_EXTERNAL_CUSTOM && BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD
|
|
|
|
help
|
|
|
|
URL of the custom toolchain tarball to download and install.
|
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX
|
|
|
|
string "Toolchain prefix"
|
|
|
|
depends on BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
|
|
|
default "$(ARCH)-linux"
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
|
string
|
2014-06-01 12:47:40 +02:00
|
|
|
default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM
|
2014-03-05 23:23:40 +01:00
|
|
|
default "armeb-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB
|
2012-09-10 02:02:57 +02:00
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
2013-05-26 14:08:19 +02:00
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305
|
2013-12-27 12:32:17 +01:00
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201311
|
2013-06-08 11:14:17 +02:00
|
|
|
default "arm-arago-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A_201109
|
2013-06-08 11:14:18 +02:00
|
|
|
default "arm-arago-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE_201109
|
2014-06-01 12:47:41 +02:00
|
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64
|
toolchain-external: add new Microblaze toolchains
The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.
I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.
So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.
This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:37:29 +01:00
|
|
|
default "microblazeel-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_14_3
|
2012-03-16 14:42:55 +01:00
|
|
|
default "microblazeel-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
|
toolchain-external: add new Microblaze toolchains
The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.
I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.
So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.
This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:37:29 +01:00
|
|
|
default "microblaze-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_14_3
|
2012-03-16 14:42:55 +01:00
|
|
|
default "microblaze-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
|
2013-06-08 11:14:14 +02:00
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305
|
2013-12-27 12:32:18 +01:00
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201311
|
2014-06-01 12:47:46 +02:00
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201405
|
2013-08-30 00:10:41 +02:00
|
|
|
default "nios2-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
|
2010-12-13 17:27:39 +01:00
|
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|
2011-12-31 12:28:34 +01:00
|
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
|
2014-06-01 12:47:47 +02:00
|
|
|
default "powerpc-mentor-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201203
|
2011-10-02 21:20:13 +02:00
|
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
|
2012-11-04 08:34:19 +01:00
|
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
|
2012-11-04 08:34:21 +01:00
|
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209
|
2011-05-06 16:23:04 +02:00
|
|
|
default "sh-uclinux" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
|
2011-10-02 21:20:11 +02:00
|
|
|
default "sh-uclinux" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103
|
2011-12-31 12:34:33 +01:00
|
|
|
default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109
|
2012-11-04 08:34:20 +01:00
|
|
|
default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203
|
2012-11-04 08:34:22 +01:00
|
|
|
default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209
|
2013-05-03 02:39:34 +02:00
|
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && BR2_BINFMT_FLAT
|
|
|
|
default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && BR2_BINFMT_FDPIC
|
2013-12-27 12:32:22 +01:00
|
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 && BR2_BINFMT_FLAT
|
|
|
|
default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 && BR2_BINFMT_FDPIC
|
toolchain-external: remove experimental Blackfin toolchain
The 2014R1 toolchain is provided in two flavours by Analog Devices:
one based on gcc 4.3.x, which is considered stable, and one based on
gcc 4.5.x, considered experimental. In commit
5a65b8e185fab38824da5e9b7b5b9e781e31d368 ("toolchain-external: add ADI
Blackfin 2014R1 toolchain, remove 2012R1") both variants were added.
However, after some testing in the autobuilders, and discussion with
the Analog Devices folks, it turns out that the experimental version
of the toolchain is too experimental. It causes numerous build
failures, and the Analog Devices folks clearly say that it's an early
release and that they expect quite a few problems to show up.
Therefore, this commit removes the experimental flavor and keeps only
the stable variant. Note that the removal/renaming of the Config.in
options is not a problem, since those options were added after the
2014.05 release.
Fixes:
http://autobuild.buildroot.org/results/2a9/2a9d9c332a206fdb46bc8ba022c74d23082a6312/
http://autobuild.buildroot.org/results/e1c/e1ce0c1cdd0139208dddaa8f2441ab0e3ab2385e/
http://autobuild.buildroot.org/results/993/993aca3f4719afaa4b37524f9136fb8cdc53a066/
and more.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-07-09 23:20:22 +02:00
|
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 && BR2_BINFMT_FLAT
|
|
|
|
default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 && BR2_BINFMT_FDPIC
|
2014-05-05 23:17:10 +02:00
|
|
|
default "arm-linux-musleabi" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_arm
|
|
|
|
default "armeb-linux-musleabi" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_armeb
|
|
|
|
default "i486-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_i386
|
2014-05-30 22:24:39 +02:00
|
|
|
default "microblaze-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_microblazebe
|
2014-05-05 23:17:10 +02:00
|
|
|
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 "x86_64-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_x86_64
|
2013-09-02 22:07:53 +02:00
|
|
|
default BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX \
|
2010-12-13 17:27:39 +01:00
|
|
|
if BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
2009-05-29 18:37:41 +02:00
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2010-12-13 17:27:39 +01:00
|
|
|
bool
|
2013-06-30 21:29:09 +02:00
|
|
|
select BR2_TOOLCHAIN_USES_GLIBC
|
2009-05-29 18:37:41 +02:00
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
bool
|
2013-06-30 21:29:09 +02:00
|
|
|
select BR2_TOOLCHAIN_USES_UCLIBC
|
2010-12-13 17:27:39 +01:00
|
|
|
|
2013-10-08 20:17:09 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
|
bool
|
|
|
|
select BR2_TOOLCHAIN_USES_MUSL
|
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
if BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
|
|
|
|
2014-03-01 15:52:59 +01:00
|
|
|
choice
|
|
|
|
bool "External toolchain kernel headers series"
|
|
|
|
default BR2_TOOLCHAIN_EXTERNAL_HEADERS_REALLY_OLD
|
|
|
|
help
|
|
|
|
Set to the kernel headers version that were used to build
|
|
|
|
this external toolchain.
|
|
|
|
|
|
|
|
This is used to hide/show some packages that have strict
|
|
|
|
requirements on the version of kernel headers.
|
|
|
|
|
|
|
|
If unsure what version your toolchain is using, you can look
|
|
|
|
at the value of LINUX_VERSION_CODE in linux/version.h in your
|
|
|
|
toolchain. The Linux version is M.m.p, with:
|
|
|
|
M = ( LINUX_VERSION_CODE >> 16 ) & 0xFF
|
|
|
|
m = ( LINUX_VERSION_CODE >> 8 ) & 0xFF
|
|
|
|
p = ( LINUX_VERSION_CODE >> 0 ) & 0xFF
|
|
|
|
|
2014-08-04 04:29:22 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_16
|
|
|
|
bool "3.16.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16
|
|
|
|
|
2014-06-09 13:30:33 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_15
|
|
|
|
bool "3.15.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
|
|
|
|
|
2014-04-06 18:27:49 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_14
|
|
|
|
bool "3.14.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
|
|
|
|
2014-03-01 15:52:59 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_13
|
|
|
|
bool "3.13.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_12
|
|
|
|
bool "3.12.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_11
|
|
|
|
bool "3.11.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_10
|
|
|
|
bool "3.10.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_9
|
|
|
|
bool "3.9.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_8
|
|
|
|
bool "3.8.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_7
|
|
|
|
bool "3.7.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_6
|
|
|
|
bool "3.6.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_5
|
|
|
|
bool "3.5.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_4
|
|
|
|
bool "3.4.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_3
|
|
|
|
bool "3.3.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_2
|
|
|
|
bool "3.2.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_1
|
|
|
|
bool "3.1.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_0
|
|
|
|
bool "3.0.x"
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_REALLY_OLD
|
|
|
|
bool "2.6.x"
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
choice
|
|
|
|
prompt "External toolchain C library"
|
|
|
|
default BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
|
|
|
bool "uClibc"
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
2011-05-30 23:56:57 +02:00
|
|
|
# For the time being, we assume that all custom external
|
|
|
|
# toolchains have shadow password support.
|
|
|
|
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
|
2013-10-08 20:17:10 +02:00
|
|
|
help
|
|
|
|
Select this option if your external toolchain uses the
|
|
|
|
uClibc C library (available from http://www.uclibc.org/).
|
2010-12-13 17:27:39 +01:00
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC
|
2012-09-27 11:27:42 +02:00
|
|
|
bool "glibc/eglibc"
|
2013-11-11 18:57:32 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2010-12-13 17:27:39 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-09-27 11:27:42 +02:00
|
|
|
help
|
2013-10-08 20:17:10 +02:00
|
|
|
Select this option if your external toolchain uses the GNU C
|
|
|
|
library (available from https://www.gnu.org/software/libc/)
|
|
|
|
or its variant the eglibc library (http://www.eglibc.org/).
|
|
|
|
|
|
|
|
Note: eglibc is a variant of glibc that (among other things)
|
|
|
|
can be configured to exclude some of its features. Using a
|
|
|
|
toolchain with eglibc configured to exclude key features may
|
|
|
|
cause build failures to some packages.
|
2010-12-13 17:27:39 +01:00
|
|
|
|
2013-11-11 18:57:32 +01:00
|
|
|
comment "(e)glibc only available with shared lib support"
|
|
|
|
depends on BR2_PREFER_STATIC_LIB
|
|
|
|
|
2013-10-08 20:17:09 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL
|
|
|
|
bool "musl"
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
|
help
|
|
|
|
Select this option if your external toolchain uses the
|
|
|
|
'musl' C library, available from http://www.musl-libc.org/.
|
|
|
|
|
2009-05-29 18:37:41 +02:00
|
|
|
endchoice
|
2007-02-06 19:19:38 +01:00
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
if BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
toolchain: Improve C library option selection
Turn BR2_LARGEFILE, BR2_INET_IPV6, BR2_INET_RPC, BR2_USE_WCHAR,
BR2_ENABLE_LOCALE and BR2_PROGRAM_INVOCATION into hidden options.
Then, for Buildroot toolchains, external toolchains and Crosstool-NG
toolchains, provide visible options that selects the hidden options.
This allows :
* To show a different label and help text in the case of Buildroot
toolchain (do you want to enable feature X ?) and in the case of
external toolchain (is feature X available in your toolchain ?)
* To not show any option when a glibc external toolchain is selected
(since glibc is assumed to support all of largefile, IPv6, RPC,
WCHAR, locale and program invocation) and have them all selected in
that case.
There is some amount of duplication between Buildroot toolchain config
options and Crosstool-NG toolchain config options, because kconfig
doesn't allow to source the same Config.in file twice (even if under
mutually exclusive conditions). This duplication is more readable that
the hack that consists in splitting files in multiple pieces.
However, this commit changes the name of the options visible in the
configuration interface, so existing .config files will have to be
updated accordingly.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-12-13 17:27:37 +01:00
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LARGEFILE
|
|
|
|
bool "Toolchain has large file support?"
|
|
|
|
select BR2_LARGEFILE
|
|
|
|
help
|
|
|
|
Select this option if your external toolchain supports
|
|
|
|
largefile. If you don't know, leave the default value,
|
|
|
|
Buildroot will tell you if it's correct or not.
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_INET_IPV6
|
|
|
|
bool "Toolchain has IPv6 support?"
|
|
|
|
select BR2_INET_IPV6
|
|
|
|
help
|
|
|
|
Select this option if your external toolchain supports
|
|
|
|
IPv6. If you don't know, leave the default value, Buildroot
|
|
|
|
will tell you if it's correct or not.
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_WCHAR
|
|
|
|
bool "Toolchain has WCHAR support?"
|
|
|
|
select BR2_USE_WCHAR
|
|
|
|
help
|
|
|
|
Select this option if your external toolchain supports
|
|
|
|
WCHAR. If you don't know, leave the default value, Buildroot
|
|
|
|
will tell you if it's correct or not.
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LOCALE
|
|
|
|
bool "Toolchain has locale support?"
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_WCHAR
|
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
|
help
|
|
|
|
Select this option if your external toolchain has locale
|
|
|
|
support. If you don't know, leave the default value,
|
|
|
|
Buildroot will tell you if it's correct or not.
|
|
|
|
|
2010-12-13 17:27:44 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
|
|
|
|
bool "Toolchain has threads support?"
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
2011-07-26 15:28:19 +02:00
|
|
|
default y
|
2010-12-13 17:27:44 +01:00
|
|
|
help
|
|
|
|
Select this option if your external toolchain has thread
|
|
|
|
support. If you don't know, leave the default value,
|
|
|
|
Buildroot will tell you if it's correct or not.
|
|
|
|
|
2014-02-18 22:08:59 +01:00
|
|
|
if BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
|
|
|
|
|
2011-11-24 14:26:52 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG
|
|
|
|
bool "Toolchain has threads debugging support?"
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Select this option if your external toolchain has thread
|
|
|
|
debugging support. If you don't know, leave the default
|
|
|
|
value, Buildroot will tell you if it's correct or not.
|
|
|
|
|
2014-02-18 22:08:59 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_NPTL
|
|
|
|
bool "Toolchain has NPTL threads support?"
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Select this option if your external toolchain uses the NPTL
|
|
|
|
(Native Posix Thread Library) implementation of Posix
|
|
|
|
threads. If you don't know, leave the default value,
|
|
|
|
Buildroot will tell you if it's correct or not.
|
|
|
|
|
|
|
|
endif # BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
|
|
|
|
|
2013-09-02 18:06:36 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
|
|
|
|
bool "Toolchain has SSP support?"
|
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
|
help
|
|
|
|
Selection this option if your external toolchain has Stack
|
|
|
|
Smashing Protection support enabled. If you don't know,
|
|
|
|
leave the default value, Buildroot will tell you if it's
|
|
|
|
correct or not.
|
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
|
|
|
|
2012-11-03 18:47:50 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_INET_RPC
|
|
|
|
bool "Toolchain has RPC support?"
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2013-10-08 20:17:09 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_MUSL
|
2012-11-04 08:34:29 +01:00
|
|
|
default y if BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-11-03 18:47:50 +01:00
|
|
|
help
|
|
|
|
Select this option if your external toolchain supports
|
|
|
|
RPC. If you don't know, leave the default value, Buildroot
|
|
|
|
will tell you if it's correct or not.
|
|
|
|
|
2010-12-13 17:27:41 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CXX
|
|
|
|
bool "Toolchain has C++ support?"
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Select this option if your external toolchain has C++
|
|
|
|
support. If you don't know, leave the default value,
|
|
|
|
Buildroot will tell you if it's correct or not.
|
|
|
|
|
2011-10-02 21:20:10 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS
|
|
|
|
string "Extra toolchain libraries to be copied to target"
|
|
|
|
help
|
|
|
|
If your external toolchain provides extra libraries that
|
|
|
|
need to be copied to the target filesystem, enter them
|
|
|
|
here, separated by spaces. They will be copied to the
|
|
|
|
target's /lib directory.
|
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
toolchain: Improve C library option selection
Turn BR2_LARGEFILE, BR2_INET_IPV6, BR2_INET_RPC, BR2_USE_WCHAR,
BR2_ENABLE_LOCALE and BR2_PROGRAM_INVOCATION into hidden options.
Then, for Buildroot toolchains, external toolchains and Crosstool-NG
toolchains, provide visible options that selects the hidden options.
This allows :
* To show a different label and help text in the case of Buildroot
toolchain (do you want to enable feature X ?) and in the case of
external toolchain (is feature X available in your toolchain ?)
* To not show any option when a glibc external toolchain is selected
(since glibc is assumed to support all of largefile, IPv6, RPC,
WCHAR, locale and program invocation) and have them all selected in
that case.
There is some amount of duplication between Buildroot toolchain config
options and Crosstool-NG toolchain config options, because kconfig
doesn't allow to source the same Config.in file twice (even if under
mutually exclusive conditions). This duplication is more readable that
the hack that consists in splitting files in multiple pieces.
However, this commit changes the name of the options visible in the
configuration interface, so existing .config files will have to be
updated accordingly.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-12-13 17:27:37 +01:00
|
|
|
|
gdb: convert to the package infrastructure
This commit converts gdb to the package infrastructure, and therefore
moves it from toolchain/gdb to package/gdb.
The target package is now visible in "Package selection for the
target" => "Debugging, profiling and benchmark". The main option,
"gdb", forcefully selects the "gdbserver" sub-option by
default. Another sub-option, "full debugger" allows to install the
complete gdb on the target. When this option is enabled, then
"gdbserver" is no longer forcefully selected. This ensures that at
least gdbserver or the full debugger gets built/installed, so that the
package is not a no-op.
The host debugger is still enabled through a configuration option in
"Toolchain". It is now visible regardless of the toolchain type (it
used to be hidden for External Toolchains). The configuration options
relative to the host debugger are now in package/gdb/Config.in.host,
similar to how we have package/binutils/Config.in.host.
Since gdb is now a proper package, it is no longer allowed to 'select
BR2_PTHREADS_DEBUG' to ensure thread debugging is available when
needed. Instead, it now 'depends on
BR2_TOOLCHAIN_HAS_THREADS_DEBUG'. This option, in turn, is selected by
the different toolchain backends when appropriate. The
'BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED' option is removed, since
we no longer need to know when it is allowed to 'select
BR2_PTHREADS_DEBUG'. Also, the 'BR2_PTHREADS_DEBUG' option is moved to
appear right below the thread implementation selection (in the case of
the Buildroot toolchain backend).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-07 02:04:33 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
|
|
|
|
bool "Copy gdb server to the Target"
|
|
|
|
depends on BR2_TOOLCHAIN_EXTERNAL
|
|
|
|
help
|
|
|
|
Copy the gdbserver provided by the external toolchain to the
|
|
|
|
target.
|
|
|
|
|
2013-06-08 11:14:22 +02:00
|
|
|
# When the FDPIC shared binary format is used, the corresponding libraries are
|
|
|
|
# always installed. When a different binary format is used, we offer the option
|
|
|
|
# of installing the FDPIC shared libraries.
|
|
|
|
config BR2_BFIN_INSTALL_FDPIC_SHARED
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "Install FDPIC shared libraries"
|
|
|
|
depends on BR2_bfin && !BR2_BINFMT_FDPIC
|
|
|
|
help
|
|
|
|
The Linux kernel supports running both FDPIC and FLAT applications
|
|
|
|
concurrently if the binary format specific libraries are installed
|
|
|
|
properly. This option allows developer to install FDPIC libraries
|
|
|
|
into a buildroot rootfs image built with binary format that is not
|
|
|
|
FDPIC.
|
2013-06-08 11:14:22 +02:00
|
|
|
|
|
|
|
# When the FLAT shared binary format is used, we force the installation
|
|
|
|
# of the corresponding libraries. When a different binary format is
|
|
|
|
# used, we offer the option of installing the FLAT shared libraries.
|
|
|
|
config BR2_BFIN_INSTALL_FLAT_SHARED
|
2013-11-11 17:23:23 +01:00
|
|
|
bool "Install FLAT shared libraries" if !BR2_BINFMT_FLAT_SHARED
|
|
|
|
depends on BR2_bfin
|
|
|
|
default y if BR2_BINFMT_FLAT_SHARED
|
|
|
|
help
|
|
|
|
The Linux kernel supports running both FDPIC and FLAT applications
|
|
|
|
concurrently if the binary format specific libraries are installed
|
|
|
|
properly. This option allows developer to install FLAT libraries
|
|
|
|
into a buildroot rootfs image built with binary format that is not
|
|
|
|
shared FLAT.
|
2013-06-08 11:14:22 +02:00
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
endif # BR2_TOOLCHAIN_EXTERNAL
|