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
|
|
|
|
2012-10-26 00:20:25 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_10
|
|
|
|
bool "Linaro 2012.10"
|
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_cortex_a8 || BR2_cortex_a9
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Linaro toolchain for the ARM architecture. It uses Linaro
|
|
|
|
GCC 2012.10 (based on gcc 4.7), Linaro GDB 2012.10 (based on
|
|
|
|
GDB 7.5), eglibc 2.15. 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.
|
|
|
|
|
|
|
|
To use this toolchain, you must disable soft float usage.
|
|
|
|
|
2012-09-28 23:52:25 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_09
|
|
|
|
bool "Linaro 2012.09"
|
2012-07-22 11:31:46 +02:00
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_cortex_a8 || BR2_cortex_a9
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Linaro toolchain for the ARM architecture. It uses Linaro
|
2012-09-28 23:52:25 +02:00
|
|
|
GCC 2012.09 (based on gcc 4.7), Linaro GDB 2012.09 (based on
|
|
|
|
GDB 7.5), eglibc 2.15. It generates code that runs on all
|
2012-07-22 11:31:46 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
To use this toolchain, you must disable soft float usage.
|
|
|
|
|
2012-09-28 23:52:25 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_08
|
|
|
|
bool "Linaro 2012.08"
|
2012-06-03 16:04:35 +02:00
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_cortex_a8 || BR2_cortex_a9
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Linaro toolchain for the ARM architecture. It uses Linaro
|
2012-09-28 23:52:25 +02:00
|
|
|
GCC 2012.08 (based on gcc 4.7), Linaro GDB 2012.06 (based on
|
|
|
|
GDB 7.4), eglibc 2.15. It generates code that runs on all
|
2012-06-03 16:04:35 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
To use this toolchain, you must disable soft float usage.
|
|
|
|
|
2012-09-28 23:52:25 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_07
|
|
|
|
bool "Linaro 2012.07"
|
2012-05-07 15:06:24 +02:00
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_cortex_a8 || BR2_cortex_a9
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Linaro toolchain for the ARM architecture. It uses Linaro
|
2012-09-28 23:52:25 +02:00
|
|
|
GCC 2012.07 (based on gcc 4.7), Linaro GDB 2012.06 (based on
|
|
|
|
GDB 7.4), eglibc 2.15. It generates code that runs on all
|
2012-05-07 15:06:24 +02:00
|
|
|
Cortex-A profile devices, but tuned for the Cortex-A9. The
|
2012-09-28 23:52:25 +02:00
|
|
|
code generated is Thumb 2, with the hard floating point
|
|
|
|
calling convention, and uses the VFPv3-D16 FPU instructions.
|
2012-05-07 15:06:24 +02:00
|
|
|
|
2012-09-28 23:52:25 +02:00
|
|
|
To use this toolchain, you must disable soft float usage.
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_06
|
|
|
|
bool "Linaro 2012.06"
|
2012-03-30 00:22:47 +02:00
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_cortex_a8 || BR2_cortex_a9
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Linaro toolchain for the ARM architecture. It uses Linaro
|
2012-09-28 23:52:25 +02:00
|
|
|
GCC 2012.06 (based on gcc 4.7), Linaro GDB 2012.06 (based on
|
|
|
|
GDB 7.4), eglibc 2.15. 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.
|
|
|
|
|
|
|
|
To use this toolchain, you must disable soft float usage.
|
|
|
|
|
2012-09-10 02:02:57 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
|
|
|
bool "Sourcery CodeBench ARM 2012.03"
|
|
|
|
depends on BR2_arm
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
2011-12-31 12:18:23 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
|
|
bool "Sourcery CodeBench ARM 2011.09"
|
|
|
|
depends on BR2_arm
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
|
|
|
Mentor Graphics. It uses gcc 4.6.1, binutils 2.21.53, glibc
|
|
|
|
2.13 and gdb 7.2.50, kernel headers 3.0.1. It has support
|
|
|
|
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
|
|
|
|
2011-05-13 11:38:43 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
2011-10-02 21:20:15 +02:00
|
|
|
bool "Sourcery CodeBench ARM 2011.03"
|
2011-05-13 11:38:43 +02:00
|
|
|
depends on BR2_arm
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
2011-10-02 21:20:15 +02:00
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
|
|
|
Mentor Graphics. It uses gcc 4.5.2, binutils 2.20.51, glibc
|
|
|
|
2.13 and gdb 7.2.50, kernel headers 2.6.38. It has support
|
|
|
|
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-05-13 11:38:43 +02:00
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201009
|
2011-10-02 21:20:15 +02:00
|
|
|
bool "Sourcery CodeBench ARM 2010.09"
|
2010-12-13 17:27:39 +01:00
|
|
|
depends on BR2_arm
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2010-12-13 17:27:41 +01:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2010-12-13 17:27:39 +01:00
|
|
|
help
|
2011-10-02 21:20:15 +02:00
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
|
|
|
Mentor Graphics. It uses gcc 4.5.1, binutils 2.20, glibc
|
|
|
|
2.11 and gdb 7.2.50, kernel headers 2.6.35.2. It has support
|
|
|
|
for the following variants:
|
2012-06-22 07:42:37 +02:00
|
|
|
- ARMv5TE, little endian, soft-float, glibc
|
2011-12-31 15:38:22 +01:00
|
|
|
Select ARM926T, ARM10T, XScale or another ARMv5 core
|
2012-06-22 07:42:37 +02:00
|
|
|
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
|
2010-12-13 17:27:39 +01:00
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2010Q1
|
2011-10-02 21:20:15 +02:00
|
|
|
bool "Sourcery CodeBench ARM 2010q1"
|
2010-12-13 17:27:39 +01:00
|
|
|
depends on BR2_arm
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2010-12-13 17:27:41 +01:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2010-12-13 17:27:39 +01:00
|
|
|
help
|
2011-10-02 21:20:15 +02:00
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
|
|
|
Mentor Graphics. It uses gcc 4.4.1, binutils 2.19, glibc
|
|
|
|
2.11, gdb 7.0.50 and kernel headers 2.6.32. It has support
|
|
|
|
for the following variants:
|
2012-06-22 07:42:37 +02:00
|
|
|
- ARMv5T, 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
|
2010-12-13 17:27:39 +01:00
|
|
|
|
2012-06-03 16:04:40 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201109
|
|
|
|
bool "Sourcery CodeBench MIPS 2011.09"
|
|
|
|
depends on BR2_mips || BR2_mipsel
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Sourcery CodeBench toolchain for the MIPS architecture, from
|
|
|
|
Mentor Graphics. It uses gcc 4.5.2, binutils 2.21.53, glibc
|
|
|
|
2.13, uClibc 0.9.30 and gdb 7.2.50, kernel headers
|
|
|
|
3.0.1. It has support for the following variants:
|
|
|
|
- MIPS32 O32 big endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 big endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select the n64 ABI
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 O32 little endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL
|
|
|
|
- MIPS64 little endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select the n64 ABI
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL
|
|
|
|
- MIPS32 big endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS64 big endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select the n64 ABI
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 little endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL
|
|
|
|
- MIPS64 little endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select the n64 ABI
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL
|
|
|
|
- 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
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL -mips16
|
|
|
|
- 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
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL -mips16
|
|
|
|
- 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.
|
|
|
|
|
2011-05-13 11:41:40 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201103
|
2011-10-02 21:20:15 +02:00
|
|
|
bool "Sourcery CodeBench MIPS 2011.03"
|
2011-05-13 11:41:40 +02:00
|
|
|
depends on BR2_mips || BR2_mipsel
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
2011-10-02 21:20:15 +02:00
|
|
|
Sourcery CodeBench toolchain for the MIPS architecture, from
|
|
|
|
Mentor Graphics. It uses gcc 4.5.2, binutils 2.20.51, glibc
|
|
|
|
2.13, uClibc 0.9.30 and gdb 7.2.50, kernel headers
|
|
|
|
2.6.38. It has support for the following variants:
|
2012-06-22 07:42:37 +02:00
|
|
|
- MIPS32 O32 big endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 O32 little endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL
|
|
|
|
- MIPS32 big endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 little endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL
|
|
|
|
- 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
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL -mips16
|
|
|
|
- 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
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL -mips16
|
|
|
|
- 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.
|
2011-05-13 11:41:40 +02:00
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS44
|
2011-10-02 21:20:15 +02:00
|
|
|
bool "Sourcery CodeBench MIPS 4.4"
|
2010-12-13 17:27:39 +01:00
|
|
|
depends on BR2_mips || BR2_mipsel
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2010-12-13 17:27:41 +01:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2010-12-13 17:27:39 +01:00
|
|
|
help
|
2011-10-02 21:20:15 +02:00
|
|
|
Sourcery CodeBench toolchain for the MIPS architecture, from
|
|
|
|
Mentor Graphics. It uses gcc 4.4.1, binutils 2.19, glibc
|
|
|
|
2.11, uClibc 0.9.30 and gdb 7.0, kernel headers 2.6.32. It
|
|
|
|
has support for the following variants:
|
2012-06-22 07:42:37 +02:00
|
|
|
- MIPS32 O32 big endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 O32 little endian glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Disable BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL
|
|
|
|
- MIPS32 big endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
- MIPS32 little endian soft float glibc
|
|
|
|
Select a MIPS generic core
|
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL
|
|
|
|
- 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
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL -mips16
|
|
|
|
- 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
|
|
|
|
Set BR2_TARGET_OPTIMIZATION to -EL -mips16
|
|
|
|
- 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.
|
2010-12-13 17:27:39 +01:00
|
|
|
|
2011-12-31 12:28:34 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
|
|
|
|
bool "Sourcery CodeBench PowerPC 2011.03"
|
|
|
|
depends on BR2_powerpc
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
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
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2010-12-13 17:27:41 +01:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
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
|
|
|
|
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
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
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
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
|
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_sh4a || BR2_sh4aeb
|
2010-12-13 17:27:39 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2010-12-13 17:27:41 +01:00
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2010-12-13 17:27:39 +01: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,
|
|
|
|
glibc 2.11, 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
|
|
|
- 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.
|
2010-12-13 17:27:39 +01: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
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
select BR2_LARGEFILE
|
|
|
|
select BR2_INET_RPC
|
|
|
|
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
|
|
|
|
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
|
2011-05-06 16:23:04 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
2011-07-30 00:00:37 +02:00
|
|
|
select BR2_LARGEFILE
|
|
|
|
select BR2_INET_RPC
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
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
|
|
|
|
2011-11-08 17:06:13 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201009
|
2011-10-02 21:20:15 +02:00
|
|
|
bool "Sourcery CodeBench x86/x86_64 2010.09"
|
2011-10-02 21:20:14 +02:00
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
2011-10-02 21:20:15 +02:00
|
|
|
Sourcery CodeBench toolchain for the x86/x86_64
|
|
|
|
architectures, from Mentor Graphics. It uses gcc 4.5.1,
|
|
|
|
binutils 2.20, glibc 2.11, gdb 7.2.50 and kernel headers
|
|
|
|
2.6.35.2. It has support for the following variants:
|
2011-10-02 21:20:14 +02:00
|
|
|
- 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-10-02 21:20:14 +02:00
|
|
|
|
2012-06-03 16:04:39 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
|
|
bool "Blackfin.uclinux.org 2012R1-BETA1"
|
|
|
|
depends on BR2_bfin
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_LARGEFILE
|
|
|
|
select BR2_INET_IPV6
|
|
|
|
select BR2_INET_RPC
|
|
|
|
select BR2_USE_WCHAR
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
|
help
|
|
|
|
Toolchain for the Blackfin architecture, from
|
|
|
|
http://blackfin.uclinux.org.
|
|
|
|
|
2011-12-31 12:39:12 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1
|
|
|
|
bool "Blackfin.uclinux.org 2011R1-RC4"
|
|
|
|
depends on BR2_bfin
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_LARGEFILE
|
|
|
|
select BR2_INET_IPV6
|
|
|
|
select BR2_INET_RPC
|
|
|
|
select BR2_USE_WCHAR
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
|
help
|
|
|
|
Toolchain for the Blackfin architecture, from
|
|
|
|
http://blackfin.uclinux.org.
|
|
|
|
|
2011-05-30 23:56:56 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1
|
|
|
|
bool "Blackfin.uclinux.org 2010RC1"
|
|
|
|
depends on BR2_bfin
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_LARGEFILE
|
|
|
|
select BR2_INET_IPV6
|
|
|
|
select BR2_INET_RPC
|
|
|
|
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-30 23:56:56 +02:00
|
|
|
help
|
|
|
|
Toolchain for the Blackfin architecture, from
|
|
|
|
http://blackfin.uclinux.org.
|
|
|
|
|
2012-03-16 14:42:55 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
|
|
|
|
bool "Xilinx Little Endian Microblaze GNU Tools"
|
|
|
|
depends on BR2_microblazeel
|
2012-08-01 23:47:04 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-03-16 14:42:55 +01:00
|
|
|
help
|
|
|
|
Toolchain for the Microblaze architecture, from
|
|
|
|
http://wiki.xilinx.com/mb-gnu-tools
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
|
|
|
|
bool "Xilinx Big Endian Microblaze GNU Tools"
|
|
|
|
depends on BR2_microblazebe
|
2012-08-01 23:47:04 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-03-16 14:42:55 +01:00
|
|
|
help
|
|
|
|
Toolchain for the Microblaze architecture, from
|
|
|
|
http://wiki.xilinx.com/mb-gnu-tools
|
|
|
|
|
2012-10-28 17:40:32 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_10
|
|
|
|
bool "Linaro AArch64 12.10"
|
|
|
|
depends on BR2_aarch64
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Toolchain for the AArch64 architecture, from
|
|
|
|
http://www.linaro.org/engineering/armv8/
|
|
|
|
|
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
|
2012-07-22 11:31:46 +02:00
|
|
|
default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_06
|
2012-09-28 23:52:25 +02:00
|
|
|
default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_07
|
|
|
|
default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_08
|
|
|
|
default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_09
|
2012-10-26 00:20:25 +02:00
|
|
|
default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_10
|
2010-12-13 17:27:39 +01:00
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2010Q1
|
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201009
|
2011-05-13 11:38:43 +02:00
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
2011-12-31 12:18:23 +01:00
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
2012-09-10 02:02:57 +02:00
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
2012-10-28 17:40:32 +01:00
|
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_10
|
2012-03-16 14:42:55 +01:00
|
|
|
default "microblazeel-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
|
|
|
|
default "microblaze-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
|
2010-12-13 17:27:39 +01:00
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS44
|
2011-05-13 11:41:40 +02:00
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201103
|
2012-06-03 16:04:40 +02:00
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201109
|
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
|
2011-05-05 14:17:23 +02:00
|
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
|
2011-10-02 21:20:13 +02:00
|
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
|
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-11-08 17:06:13 +01:00
|
|
|
default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201009
|
2011-12-31 12:34:33 +01:00
|
|
|
default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109
|
2011-05-30 23:56:56 +02:00
|
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1 && !BR2_BFIN_FDPIC
|
|
|
|
default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1 && BR2_BFIN_FDPIC
|
2011-12-31 12:39:12 +01:00
|
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1 && !BR2_BFIN_FDPIC
|
|
|
|
default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1 && BR2_BFIN_FDPIC
|
2012-06-03 16:04:39 +02:00
|
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 && !BR2_BFIN_FDPIC
|
|
|
|
default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 && BR2_BFIN_FDPIC
|
2010-12-13 17:27:39 +01:00
|
|
|
default $(BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX) \
|
|
|
|
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
|
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
|
|
|
select BR2_LARGEFILE
|
|
|
|
select BR2_INET_IPV6
|
|
|
|
select BR2_INET_RPC
|
|
|
|
select BR2_USE_WCHAR
|
|
|
|
select BR2_ENABLE_LOCALE
|
2010-12-13 17:27:44 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
2011-11-24 14:26:52 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
2011-05-30 23:56:57 +02:00
|
|
|
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
|
2009-05-29 18:37:41 +02:00
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
bool
|
|
|
|
|
|
|
|
if BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
|
|
|
|
|
|
|
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
|
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"
|
2010-12-13 17:27:39 +01:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
2012-09-27 11:27:42 +02:00
|
|
|
help
|
|
|
|
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
|
|
|
|
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_INET_RPC
|
2011-04-29 13:25:37 +02:00
|
|
|
bool "Toolchain has RPC support?"
|
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
|
|
|
select BR2_INET_RPC
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2011-11-24 14:26:52 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG
|
|
|
|
bool "Toolchain has threads debugging support?"
|
|
|
|
depends on BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
|
|
|
|
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.
|
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
|
|
|
|
|
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
|
|
|
|
2010-12-13 17:27:39 +01:00
|
|
|
endif # BR2_TOOLCHAIN_EXTERNAL
|
|
|
|
|