Bernhard Reutner-Fischer | 4b0d5a8 | 2007-09-26 21:12:38 +0000 | [diff] [blame] | 1 | if BR2_TOOLCHAIN_EXTERNAL |
"Steven J. Hill" | 02f71aa | 2007-02-06 18:19:38 +0000 | [diff] [blame] | 2 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 3 | choice |
| 4 | prompt "Toolchain" |
| 5 | |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 6 | comment "(e)glibc toolchains only available with shared lib support" |
| 7 | depends on BR2_PREFER_STATIC_LIB |
| 8 | |
Thomas Petazzoni | d2c54e6 | 2014-03-05 23:23:37 +0100 | [diff] [blame] | 9 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_2014_02 |
| 10 | bool "Linaro 2014.02" |
Thomas Petazzoni | 34562ee | 2013-12-27 12:32:19 +0100 | [diff] [blame] | 11 | depends on BR2_arm |
| 12 | depends on BR2_GCC_TARGET_ARCH = "armv7-a" |
| 13 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 14 | depends on BR2_ARM_EABIHF |
| 15 | depends on !BR2_PREFER_STATIC_LIB |
Samuel Martin | a1a86eb | 2014-03-08 15:38:31 +0100 | [diff] [blame] | 16 | select BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # toolchain generated before fix backport |
Thomas Petazzoni | 34562ee | 2013-12-27 12:32:19 +0100 | [diff] [blame] | 17 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 18 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 19 | select BR2_INSTALL_LIBSTDCPP |
| 20 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 21 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1 |
Thomas Petazzoni | 34562ee | 2013-12-27 12:32:19 +0100 | [diff] [blame] | 22 | help |
| 23 | Linaro toolchain for the ARM architecture. It uses Linaro |
Thomas Petazzoni | d2c54e6 | 2014-03-05 23:23:37 +0100 | [diff] [blame] | 24 | GCC 2014.02 (based on gcc 4.8), Linaro GDB 2013.10 (based on |
| 25 | GDB 7.6), eglibc 2.18, Binutils 2014.02 (based on 2.24). It |
Thomas Petazzoni | 34562ee | 2013-12-27 12:32:19 +0100 | [diff] [blame] | 26 | generates code that runs on all Cortex-A profile devices, |
| 27 | but tuned for the Cortex-A9. The code generated is Thumb 2, |
| 28 | with the hard floating point calling convention, and uses |
| 29 | the VFPv3-D16 FPU instructions. |
| 30 | |
Thomas Petazzoni | d2c54e6 | 2014-03-05 23:23:37 +0100 | [diff] [blame] | 31 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_2014_01 |
| 32 | bool "Linaro 2014.01" |
Thomas Petazzoni | 34562ee | 2013-12-27 12:32:19 +0100 | [diff] [blame] | 33 | depends on BR2_arm |
| 34 | depends on BR2_GCC_TARGET_ARCH = "armv7-a" |
| 35 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 36 | depends on BR2_ARM_EABIHF |
| 37 | depends on !BR2_PREFER_STATIC_LIB |
Samuel Martin | a1a86eb | 2014-03-08 15:38:31 +0100 | [diff] [blame] | 38 | select BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # toolchain generated before fix backport |
Thomas Petazzoni | 34562ee | 2013-12-27 12:32:19 +0100 | [diff] [blame] | 39 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 40 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 41 | select BR2_INSTALL_LIBSTDCPP |
| 42 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 43 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1 |
Thomas Petazzoni | 34562ee | 2013-12-27 12:32:19 +0100 | [diff] [blame] | 44 | help |
| 45 | Linaro toolchain for the ARM architecture. It uses Linaro |
Thomas Petazzoni | d2c54e6 | 2014-03-05 23:23:37 +0100 | [diff] [blame] | 46 | GCC 2014.01 (based on gcc 4.8), Linaro GDB 2013.10 (based on |
| 47 | GDB 7.6), eglibc 2.18, Binutils 2013.11 (based on 2.24). It |
Thomas Petazzoni | 34562ee | 2013-12-27 12:32:19 +0100 | [diff] [blame] | 48 | generates code that runs on all Cortex-A profile devices, |
| 49 | but tuned for the Cortex-A9. The code generated is Thumb 2, |
| 50 | with the hard floating point calling convention, and uses |
| 51 | the VFPv3-D16 FPU instructions. |
| 52 | |
Thomas Petazzoni | d2c54e6 | 2014-03-05 23:23:37 +0100 | [diff] [blame] | 53 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_12 |
| 54 | bool "Linaro 2013.12" |
Thomas Petazzoni | bb58faf | 2013-10-08 20:17:12 +0200 | [diff] [blame] | 55 | depends on BR2_arm |
| 56 | depends on BR2_GCC_TARGET_ARCH = "armv7-a" |
| 57 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 58 | depends on BR2_ARM_EABIHF |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 59 | depends on !BR2_PREFER_STATIC_LIB |
Samuel Martin | a1a86eb | 2014-03-08 15:38:31 +0100 | [diff] [blame] | 60 | select BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # toolchain generated before fix backport |
Thomas Petazzoni | bb58faf | 2013-10-08 20:17:12 +0200 | [diff] [blame] | 61 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 62 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 63 | select BR2_INSTALL_LIBSTDCPP |
| 64 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 65 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1 |
Thomas Petazzoni | bb58faf | 2013-10-08 20:17:12 +0200 | [diff] [blame] | 66 | help |
| 67 | Linaro toolchain for the ARM architecture. It uses Linaro |
Thomas Petazzoni | d2c54e6 | 2014-03-05 23:23:37 +0100 | [diff] [blame] | 68 | GCC 2013.12 (based on gcc 4.8), Linaro GDB 2013.10 (based on |
| 69 | GDB 7.6), eglibc 2.18, Binutils 2013.11 (based on 2.24). It |
Thomas Petazzoni | bb58faf | 2013-10-08 20:17:12 +0200 | [diff] [blame] | 70 | generates code that runs on all Cortex-A profile devices, |
| 71 | but tuned for the Cortex-A9. The code generated is Thumb 2, |
| 72 | with the hard floating point calling convention, and uses |
| 73 | the VFPv3-D16 FPU instructions. |
| 74 | |
Thomas Petazzoni | 1e0b97d | 2013-10-29 21:54:01 +0100 | [diff] [blame] | 75 | comment "Linaro toolchains available for Cortex-A + EABIhf" |
Thomas Petazzoni | 90f763c | 2012-11-27 04:07:03 +0000 | [diff] [blame] | 76 | depends on BR2_arm |
Thomas Petazzoni | 1e0b97d | 2013-10-29 21:54:01 +0100 | [diff] [blame] | 77 | depends on BR2_GCC_TARGET_ARCH != "armv7-a" || !BR2_ARM_EABIHF |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 78 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | 90f763c | 2012-11-27 04:07:03 +0000 | [diff] [blame] | 79 | |
Thomas Petazzoni | cd32da8 | 2014-03-05 23:23:40 +0100 | [diff] [blame] | 80 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB |
| 81 | bool "Linaro armeb 2014.02" |
| 82 | depends on BR2_armeb |
| 83 | depends on BR2_GCC_TARGET_ARCH = "armv7-a" |
| 84 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 85 | depends on BR2_ARM_EABIHF |
| 86 | depends on !BR2_PREFER_STATIC_LIB |
| 87 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 88 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 89 | select BR2_INSTALL_LIBSTDCPP |
| 90 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
| 91 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1 |
| 92 | help |
| 93 | Linaro toolchain for the ARM big endian architecture. It |
| 94 | uses Linaro GCC 2014.01 (based on gcc 4.8), Linaro GDB |
| 95 | 2013.10 (based on GDB 7.6), eglibc 2.18, Binutils 2013.11 |
| 96 | (based on 2.24). It generates code that runs on all Cortex-A |
| 97 | profile devices, but tuned for the Cortex-A9. The code |
| 98 | generated is Thumb 2, with the hard floating point calling |
| 99 | convention, and uses the VFPv3-D16 FPU instructions. |
| 100 | |
| 101 | comment "Linaro toolchains available for Cortex-A + EABIhf" |
| 102 | depends on BR2_armeb |
| 103 | depends on BR2_GCC_TARGET_ARCH != "armv7-a" || !BR2_ARM_EABIHF |
| 104 | depends on !BR2_PREFER_STATIC_LIB |
| 105 | |
Thomas Petazzoni | c525231 | 2013-12-27 12:32:17 +0100 | [diff] [blame] | 106 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201311 |
| 107 | bool "Sourcery CodeBench ARM 2013.11" |
| 108 | depends on BR2_arm |
| 109 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 110 | depends on BR2_ARM_EABI |
| 111 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | be4f30a | 2014-04-13 21:58:57 +0200 | [diff] [blame] | 112 | select BR2_TOOLCHAIN_HAS_GCC_BUG_58595 # based-on gcc-4.8.1 |
Samuel Martin | a1a86eb | 2014-03-08 15:38:31 +0100 | [diff] [blame] | 113 | select BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # based-on gcc-4.8.1 |
Thomas Petazzoni | c525231 | 2013-12-27 12:32:17 +0100 | [diff] [blame] | 114 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 115 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 116 | select BR2_INSTALL_LIBSTDCPP |
| 117 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 118 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11 |
Thomas Petazzoni | c525231 | 2013-12-27 12:32:17 +0100 | [diff] [blame] | 119 | help |
| 120 | Sourcery CodeBench toolchain for the ARM architecture, from |
| 121 | Mentor Graphics. It uses gcc 4.8.1, binutils 2.23.52, glibc |
| 122 | 2.18 and gdb 7.6.50, kernel headers 3.11. It has support |
| 123 | for the following variants: |
| 124 | - ARMv5TE, little endian, soft-float, glibc |
| 125 | Select ARM926T, ARM10T, XScale or another ARMv5 core |
| 126 | Select BR2_SOFT_FLOAT |
| 127 | - ARMv4T, little endian, soft-float, glibc |
| 128 | Select ARM720T, ARM920T, ARM922T or another ARMv4 core |
| 129 | Select BR2_SOFT_FLOAT |
| 130 | - ARMv7-A, Thumb 2, little endian, soft-float, glibc |
| 131 | Select Cortex-A8, Cortex-A9 or another ARMv7-A core |
| 132 | Select BR2_SOFT_FLOAT |
| 133 | Set BR2_TARGET_OPTIMIZATION to -mthumb |
| 134 | |
Fabio Porcedda | 786700e | 2013-05-26 12:08:19 +0000 | [diff] [blame] | 135 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305 |
| 136 | bool "Sourcery CodeBench ARM 2013.05" |
| 137 | depends on BR2_arm |
| 138 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ea6b277 | 2013-07-16 10:03:20 +0200 | [diff] [blame] | 139 | depends on BR2_ARM_EABI |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 140 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | 85082ca | 2014-05-12 23:10:35 +0200 | [diff] [blame] | 141 | select BR2_TOOLCHAIN_HAS_GCC_BUG_58595 # based-on gcc-4.7.3 |
Fabio Porcedda | 786700e | 2013-05-26 12:08:19 +0000 | [diff] [blame] | 142 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 143 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 144 | select BR2_INSTALL_LIBSTDCPP |
| 145 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 146 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8 |
Fabio Porcedda | 786700e | 2013-05-26 12:08:19 +0000 | [diff] [blame] | 147 | help |
| 148 | Sourcery CodeBench toolchain for the ARM architecture, from |
| 149 | Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52, glibc |
| 150 | 2.17 and gdb 7.4.50, kernel headers 3.8.2. It has support |
| 151 | for the following variants: |
| 152 | - ARMv5TE, little endian, soft-float, glibc |
| 153 | Select ARM926T, ARM10T, XScale or another ARMv5 core |
| 154 | Select BR2_SOFT_FLOAT |
| 155 | - ARMv4T, little endian, soft-float, glibc |
| 156 | Select ARM720T, ARM920T, ARM922T or another ARMv4 core |
| 157 | Select BR2_SOFT_FLOAT |
| 158 | - ARMv7-A, Thumb 2, little endian, soft-float, glibc |
| 159 | Select Cortex-A8, Cortex-A9 or another ARMv7-A core |
| 160 | Select BR2_SOFT_FLOAT |
| 161 | Set BR2_TARGET_OPTIMIZATION to -mthumb |
| 162 | |
Fabio Porcedda | 7bcb494 | 2012-09-10 00:02:57 +0000 | [diff] [blame] | 163 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203 |
| 164 | bool "Sourcery CodeBench ARM 2012.03" |
| 165 | depends on BR2_arm |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 166 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ea6b277 | 2013-07-16 10:03:20 +0200 | [diff] [blame] | 167 | depends on BR2_ARM_EABI |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 168 | depends on !BR2_PREFER_STATIC_LIB |
Fabio Porcedda | 7bcb494 | 2012-09-10 00:02:57 +0000 | [diff] [blame] | 169 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 78f136a | 2012-11-04 07:34:09 +0000 | [diff] [blame] | 170 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Fabio Porcedda | 7bcb494 | 2012-09-10 00:02:57 +0000 | [diff] [blame] | 171 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 172 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 173 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 |
Fabio Porcedda | 7bcb494 | 2012-09-10 00:02:57 +0000 | [diff] [blame] | 174 | help |
| 175 | Sourcery CodeBench toolchain for the ARM architecture, from |
| 176 | Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53, glibc |
| 177 | 2.15 and gdb 7.2.50, kernel headers 3.2.10. It has support |
| 178 | for the following variants: |
| 179 | - ARMv5TE, little endian, soft-float, glibc |
| 180 | Select ARM926T, ARM10T, XScale or another ARMv5 core |
| 181 | Select BR2_SOFT_FLOAT |
| 182 | - ARMv4T, little endian, soft-float, glibc |
| 183 | Select ARM720T, ARM920T, ARM922T or another ARMv4 core |
| 184 | Select BR2_SOFT_FLOAT |
| 185 | - ARMv7-A, Thumb 2, little endian, soft-float, glibc |
| 186 | Select Cortex-A8, Cortex-A9 or another ARMv7-A core |
| 187 | Select BR2_SOFT_FLOAT |
| 188 | Set BR2_TARGET_OPTIMIZATION to -mthumb |
| 189 | |
Thomas Petazzoni | ea6b277 | 2013-07-16 10:03:20 +0200 | [diff] [blame] | 190 | comment "Sourcery CodeBench toolchains available for the EABI ABI" |
| 191 | depends on BR2_arm |
| 192 | depends on !BR2_ARM_EABI |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 193 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | ea6b277 | 2013-07-16 10:03:20 +0200 | [diff] [blame] | 194 | |
Thomas Petazzoni | 93d2b24 | 2013-06-08 11:14:17 +0200 | [diff] [blame] | 195 | config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A_201109 |
| 196 | bool "Arago ARMv7 2011.09" |
| 197 | depends on BR2_arm |
| 198 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | c5f87f7 | 2013-06-08 11:14:19 +0200 | [diff] [blame] | 199 | depends on BR2_GCC_TARGET_ARCH = "armv7-a" |
Thomas Petazzoni | ea6b277 | 2013-07-16 10:03:20 +0200 | [diff] [blame] | 200 | depends on BR2_ARM_EABI |
| 201 | depends on BR2_ARM_CPU_HAS_VFPV3 || BR2_ARM_CPU_MAYBE_HAS_VFPV3 |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 202 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | 93d2b24 | 2013-06-08 11:14:17 +0200 | [diff] [blame] | 203 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 204 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 205 | select BR2_INSTALL_LIBSTDCPP |
| 206 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 207 | # kernel headers: 2.6.31 |
Thomas Petazzoni | 93d2b24 | 2013-06-08 11:14:17 +0200 | [diff] [blame] | 208 | help |
| 209 | Texas Instruments Arago 2011.09 toolchain, with gcc 4.5.3, |
| 210 | binutils 2.20.1, glibc 2.12, gdb 7.2. |
| 211 | |
Thomas Petazzoni | ea6b277 | 2013-07-16 10:03:20 +0200 | [diff] [blame] | 212 | This toolchain uses -mfloat-abi=softfp (i.e can use FPU |
| 213 | instructions, but passes floating point function arguments |
| 214 | in integer registers), and requires a VFPv3 floating point |
| 215 | unit to work properly. This unit is available on most |
| 216 | Cortex-A ARM processors, but not all. |
Thomas Petazzoni | 93d2b24 | 2013-06-08 11:14:17 +0200 | [diff] [blame] | 217 | |
Thomas Petazzoni | 2592f25 | 2013-06-08 11:14:18 +0200 | [diff] [blame] | 218 | config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE_201109 |
| 219 | bool "Arago ARMv5 2011.09" |
| 220 | depends on BR2_arm |
| 221 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | f3d6e6c | 2013-06-08 11:14:20 +0200 | [diff] [blame] | 222 | depends on BR2_GCC_TARGET_ARCH != "armv4t" && \ |
| 223 | BR2_GCC_TARGET_ARCH != "armv4" && \ |
| 224 | BR2_GCC_TARGET_ARCH != "armv5t" |
Thomas Petazzoni | ea6b277 | 2013-07-16 10:03:20 +0200 | [diff] [blame] | 225 | depends on BR2_ARM_EABI |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 226 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | 2592f25 | 2013-06-08 11:14:18 +0200 | [diff] [blame] | 227 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 228 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 229 | select BR2_INSTALL_LIBSTDCPP |
| 230 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 231 | # kernel headers: 2.6.31 |
Thomas Petazzoni | 2592f25 | 2013-06-08 11:14:18 +0200 | [diff] [blame] | 232 | help |
| 233 | Texas Instruments Arago ARMv5 2011.09 toolchain, with gcc |
| 234 | 4.5.3, binutils 2.20.1, glibc 2.12, gdb 7.2. |
| 235 | |
| 236 | This toolchain uses software-floating point. |
| 237 | |
Thomas Petazzoni | 245686f | 2013-12-27 12:32:18 +0100 | [diff] [blame] | 238 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201311 |
| 239 | bool "Sourcery CodeBench MIPS 2013.11" |
| 240 | depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el |
| 241 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 242 | depends on !BR2_MIPS_NABI32 |
| 243 | depends on !BR2_PREFER_STATIC_LIB |
| 244 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 245 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 246 | select BR2_INSTALL_LIBSTDCPP |
| 247 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 248 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11 |
Thomas Petazzoni | 245686f | 2013-12-27 12:32:18 +0100 | [diff] [blame] | 249 | help |
| 250 | Sourcery CodeBench toolchain for the MIPS architecture, from |
| 251 | Mentor Graphics. It uses gcc 4.8.1, binutils 2.23.52, glibc |
| 252 | 2.18, uClibc 0.9.30 and gdb 7.6.50, kernel headers |
| 253 | 3.11. It has support for the following variants: |
| 254 | - MIPS32 O32 big endian glibc |
| 255 | Select a MIPS generic core |
| 256 | Disable BR2_SOFT_FLOAT |
| 257 | - MIPS64 big endian glibc |
| 258 | Select a MIPS64 generic core |
| 259 | Select the n64 ABI |
| 260 | Disable BR2_SOFT_FLOAT |
| 261 | - MIPS32 O32 little endian glibc |
| 262 | Select a MIPS generic core |
| 263 | Disable BR2_SOFT_FLOAT |
| 264 | - MIPS64 little endian glibc |
| 265 | Select a MIPS64 generic core |
| 266 | Select the n64 ABI |
| 267 | Disable BR2_SOFT_FLOAT |
| 268 | - MIPS32 big endian soft float glibc |
| 269 | Select a MIPS generic core |
| 270 | Select BR2_SOFT_FLOAT |
| 271 | - MIPS64 big endian soft float glibc |
| 272 | Select a MIPS64 generic core |
| 273 | Select the n64 ABI |
| 274 | Select BR2_SOFT_FLOAT |
| 275 | - MIPS32 little endian soft float glibc |
| 276 | Select a MIPS generic core |
| 277 | Select BR2_SOFT_FLOAT |
| 278 | - MIPS64 little endian soft float glibc |
| 279 | Select a MIPS64 generic core |
| 280 | Select the n64 ABI |
| 281 | Select BR2_SOFT_FLOAT |
| 282 | - MIPS32 big endian microMIPS glibc |
| 283 | Select a MIPS generic core |
| 284 | Disable BR2_SOFT_FLOAT |
| 285 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 286 | - MIPS32 little endian microMIPS glibc |
| 287 | Select a MIPS generic core |
| 288 | Disable BR2_SOFT_FLOAT |
| 289 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 290 | - MIPS32 big endian soft float microMIPS glibc |
| 291 | Select a MIPS generic core |
| 292 | Select BR2_SOFT_FLOAT |
| 293 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 294 | - MIPS32 little endian soft float microMIPS glibc |
| 295 | Select a MIPS generic core |
| 296 | Select BR2_SOFT_FLOAT |
| 297 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 298 | - MIPS32 big endian uclibc |
| 299 | Not usable in Buildroot yet. |
| 300 | - MIPS32 little endian uclibc |
| 301 | Not usable in Buildroot yet. |
| 302 | - MIPS32 big endian soft float uclibc |
| 303 | Not usable in Buildroot yet. |
| 304 | - MIPS32 little endian soft float uclibc |
| 305 | Not usable in Buildroot yet. |
| 306 | |
Markos Chandras | 4d34fb7 | 2013-06-08 11:14:14 +0200 | [diff] [blame] | 307 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305 |
| 308 | bool "Sourcery CodeBench MIPS 2013.05" |
| 309 | depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el |
| 310 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Markos Chandras | 6f70ba3 | 2013-08-13 09:45:44 +0100 | [diff] [blame] | 311 | depends on !BR2_MIPS_NABI32 |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 312 | depends on !BR2_PREFER_STATIC_LIB |
Markos Chandras | 4d34fb7 | 2013-06-08 11:14:14 +0200 | [diff] [blame] | 313 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 314 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 315 | select BR2_INSTALL_LIBSTDCPP |
| 316 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 317 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8 |
Markos Chandras | 4d34fb7 | 2013-06-08 11:14:14 +0200 | [diff] [blame] | 318 | help |
| 319 | Sourcery CodeBench toolchain for the MIPS architecture, from |
| 320 | Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52, glibc |
| 321 | 2.17, uClibc 0.9.30 and gdb 7.4.50, kernel headers |
| 322 | 3.8.2. It has support for the following variants: |
| 323 | - MIPS32 O32 big endian glibc |
| 324 | Select a MIPS generic core |
| 325 | Disable BR2_SOFT_FLOAT |
| 326 | - MIPS64 big endian glibc |
| 327 | Select a MIPS64 generic core |
| 328 | Select the n64 ABI |
| 329 | Disable BR2_SOFT_FLOAT |
| 330 | - MIPS32 O32 little endian glibc |
| 331 | Select a MIPS generic core |
| 332 | Disable BR2_SOFT_FLOAT |
Markos Chandras | 4d34fb7 | 2013-06-08 11:14:14 +0200 | [diff] [blame] | 333 | - MIPS64 little endian glibc |
| 334 | Select a MIPS64 generic core |
| 335 | Select the n64 ABI |
| 336 | Disable BR2_SOFT_FLOAT |
Markos Chandras | 4d34fb7 | 2013-06-08 11:14:14 +0200 | [diff] [blame] | 337 | - MIPS32 big endian soft float glibc |
| 338 | Select a MIPS generic core |
| 339 | Select BR2_SOFT_FLOAT |
| 340 | - MIPS64 big endian soft float glibc |
| 341 | Select a MIPS64 generic core |
| 342 | Select the n64 ABI |
| 343 | Select BR2_SOFT_FLOAT |
| 344 | - MIPS32 little endian soft float glibc |
| 345 | Select a MIPS generic core |
| 346 | Select BR2_SOFT_FLOAT |
Markos Chandras | 4d34fb7 | 2013-06-08 11:14:14 +0200 | [diff] [blame] | 347 | - MIPS64 little endian soft float glibc |
| 348 | Select a MIPS64 generic core |
| 349 | Select the n64 ABI |
| 350 | Select BR2_SOFT_FLOAT |
Markos Chandras | 4d34fb7 | 2013-06-08 11:14:14 +0200 | [diff] [blame] | 351 | - MIPS32 big endian microMIPS glibc |
| 352 | Select a MIPS generic core |
| 353 | Disable BR2_SOFT_FLOAT |
| 354 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 355 | - MIPS32 little endian microMIPS glibc |
| 356 | Select a MIPS generic core |
| 357 | Disable BR2_SOFT_FLOAT |
Markos Chandras | f3a2b80 | 2013-10-14 10:52:25 +0100 | [diff] [blame] | 358 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
Markos Chandras | 4d34fb7 | 2013-06-08 11:14:14 +0200 | [diff] [blame] | 359 | - MIPS32 big endian soft float microMIPS glibc |
| 360 | Select a MIPS generic core |
| 361 | Select BR2_SOFT_FLOAT |
| 362 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 363 | - MIPS32 little endian soft float microMIPS glibc |
| 364 | Select a MIPS generic core |
| 365 | Select BR2_SOFT_FLOAT |
Markos Chandras | f3a2b80 | 2013-10-14 10:52:25 +0100 | [diff] [blame] | 366 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
Markos Chandras | 4d34fb7 | 2013-06-08 11:14:14 +0200 | [diff] [blame] | 367 | - MIPS32 big endian uclibc |
| 368 | Not usable in Buildroot yet. |
| 369 | - MIPS32 little endian uclibc |
| 370 | Not usable in Buildroot yet. |
| 371 | - MIPS32 big endian soft float uclibc |
| 372 | Not usable in Buildroot yet. |
| 373 | - MIPS32 little endian soft float uclibc |
| 374 | Not usable in Buildroot yet. |
| 375 | |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 376 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209 |
| 377 | bool "Sourcery CodeBench MIPS 2012.09" |
| 378 | depends on BR2_mips || BR2_mipsel |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 379 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Markos Chandras | 6f70ba3 | 2013-08-13 09:45:44 +0100 | [diff] [blame] | 380 | depends on !BR2_MIPS_NABI32 |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 381 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 382 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 383 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 384 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 385 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 386 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5 |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 387 | help |
| 388 | Sourcery CodeBench toolchain for the MIPS architecture, from |
| 389 | Mentor Graphics. It uses gcc 4.7.2, binutils 2.23.51, glibc |
| 390 | 2.16, uClibc 0.9.30 and gdb 7.4.50, kernel headers |
| 391 | 3.5.4. It has support for the following variants: |
| 392 | - MIPS32 O32 big endian glibc |
| 393 | Select a MIPS generic core |
| 394 | Disable BR2_SOFT_FLOAT |
| 395 | - MIPS64 big endian glibc |
Thomas Petazzoni | 245686f | 2013-12-27 12:32:18 +0100 | [diff] [blame] | 396 | Select a MIPS64 generic core |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 397 | Select the n64 ABI |
| 398 | Disable BR2_SOFT_FLOAT |
| 399 | - MIPS32 O32 little endian glibc |
| 400 | Select a MIPS generic core |
| 401 | Disable BR2_SOFT_FLOAT |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 402 | - MIPS64 little endian glibc |
Thomas Petazzoni | 245686f | 2013-12-27 12:32:18 +0100 | [diff] [blame] | 403 | Select a MIPS64 generic core |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 404 | Select the n64 ABI |
| 405 | Disable BR2_SOFT_FLOAT |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 406 | - MIPS32 big endian soft float glibc |
| 407 | Select a MIPS generic core |
| 408 | Select BR2_SOFT_FLOAT |
| 409 | - MIPS64 big endian soft float glibc |
Thomas Petazzoni | 245686f | 2013-12-27 12:32:18 +0100 | [diff] [blame] | 410 | Select a MIPS64 generic core |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 411 | Select the n64 ABI |
| 412 | Select BR2_SOFT_FLOAT |
| 413 | - MIPS32 little endian soft float glibc |
| 414 | Select a MIPS generic core |
| 415 | Select BR2_SOFT_FLOAT |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 416 | - MIPS64 little endian soft float glibc |
Thomas Petazzoni | 245686f | 2013-12-27 12:32:18 +0100 | [diff] [blame] | 417 | Select a MIPS64 generic core |
Thomas Petazzoni | 60e26e3 | 2012-12-20 13:23:20 +0000 | [diff] [blame] | 418 | Select the n64 ABI |
| 419 | Select BR2_SOFT_FLOAT |
Thomas Petazzoni | 60e26e3 | 2012-12-20 13:23:20 +0000 | [diff] [blame] | 420 | - MIPS32 big endian microMIPS glibc |
| 421 | Select a MIPS generic core |
| 422 | Disable BR2_SOFT_FLOAT |
| 423 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 424 | - MIPS32 little endian microMIPS glibc |
| 425 | Select a MIPS generic core |
| 426 | Disable BR2_SOFT_FLOAT |
Markos Chandras | f3a2b80 | 2013-10-14 10:52:25 +0100 | [diff] [blame] | 427 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
Thomas Petazzoni | 60e26e3 | 2012-12-20 13:23:20 +0000 | [diff] [blame] | 428 | - MIPS32 big endian soft float microMIPS glibc |
| 429 | Select a MIPS generic core |
| 430 | Select BR2_SOFT_FLOAT |
| 431 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 432 | - MIPS32 little endian soft float microMIPS glibc |
| 433 | Select a MIPS generic core |
| 434 | Select BR2_SOFT_FLOAT |
Markos Chandras | f3a2b80 | 2013-10-14 10:52:25 +0100 | [diff] [blame] | 435 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
Thomas Petazzoni | 60e26e3 | 2012-12-20 13:23:20 +0000 | [diff] [blame] | 436 | - MIPS32 big endian uclibc |
| 437 | Not usable in Buildroot yet. |
| 438 | - MIPS32 little endian uclibc |
| 439 | Not usable in Buildroot yet. |
| 440 | - MIPS32 big endian soft float uclibc |
| 441 | Not usable in Buildroot yet. |
| 442 | - MIPS32 little endian soft float uclibc |
| 443 | Not usable in Buildroot yet. |
| 444 | |
Markos Chandras | 6f70ba3 | 2013-08-13 09:45:44 +0100 | [diff] [blame] | 445 | comment "Sourcery CodeBench toolchains are only available for MIPS/MIPS64 o32 and n64" |
| 446 | depends on BR2_MIPS_NABI32 |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 447 | depends on !BR2_PREFER_STATIC_LIB |
Markos Chandras | 6f70ba3 | 2013-08-13 09:45:44 +0100 | [diff] [blame] | 448 | |
Ezequiel Garcia | d1de1c0 | 2013-08-29 19:10:41 -0300 | [diff] [blame] | 449 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 |
| 450 | bool "Sourcery CodeBench Nios-II 2013.05" |
| 451 | depends on BR2_nios2 |
| 452 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 453 | depends on !BR2_PREFER_STATIC_LIB |
Ezequiel Garcia | d1de1c0 | 2013-08-29 19:10:41 -0300 | [diff] [blame] | 454 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 455 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 456 | select BR2_INSTALL_LIBSTDCPP |
| 457 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 458 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 |
Ezequiel Garcia | d1de1c0 | 2013-08-29 19:10:41 -0300 | [diff] [blame] | 459 | help |
| 460 | Sourcery CodeBench toolchain for the Nios-II architecture, |
| 461 | from Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52, |
| 462 | glibc 2.17, gdb 7.4.50 and kernel headers 3.7.0. |
| 463 | |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 464 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 |
| 465 | bool "Sourcery CodeBench PowerPC 2011.03" |
| 466 | depends on BR2_powerpc |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 467 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 468 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 469 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 470 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 471 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 472 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 473 | # kernel headers: 2.6.38 |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 474 | help |
| 475 | Sourcery CodeBench toolchain for the PowerPC architecture, |
| 476 | from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20.51, |
| 477 | glibc 2.13, gdb 7.2.50 and kernel headers 2.6.38. It has |
| 478 | support for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 479 | - 603 glibc, 32 bits |
Thomas Petazzoni | c5c1064 | 2011-12-31 15:38:22 +0100 | [diff] [blame] | 480 | Select a generic PowerPC core |
| 481 | Disable BR2_SOFT_FLOAT |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 482 | - 603 soft float glibc, 32 bits |
Thomas Petazzoni | c5c1064 | 2011-12-31 15:38:22 +0100 | [diff] [blame] | 483 | Select a generic PowerPC core |
| 484 | Enable BR2_SOFT_FLOAT |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 485 | - e600 altivec glibc, 32 bits |
| 486 | Set BR2_TARGET_OPTIMIZATION to -te600 |
| 487 | - e500v1 glibc, 32 bits |
| 488 | Set BR2_TARGET_OPTIMIZATION to -te500v1 |
| 489 | - e500v2 glibc, 32 bits |
| 490 | Set BR2_TARGET_OPTIMIZATION to -te500v2 |
| 491 | - e500mc glibc, 32 bits |
| 492 | Set BR2_TARGET_OPTIMIZATION to -te500mc |
| 493 | - 970 glibc hard-float, 64 bits |
| 494 | Set BR2_TARGET_OPTIMIZATION to -m64 |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 495 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 496 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 497 | bool "Sourcery CodeBench PowerPC 2010.09" |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 498 | depends on BR2_powerpc |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 499 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 500 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 501 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 502 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 6b578c8 | 2010-12-13 17:27:41 +0100 | [diff] [blame] | 503 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 504 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 505 | # kernel headers: 2.6.35 |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 506 | help |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 507 | Sourcery CodeBench toolchain for the PowerPC architecture, |
Thomas Petazzoni | 2ec3e6d | 2012-01-15 20:02:11 +0100 | [diff] [blame] | 508 | from Mentor Graphics. It uses gcc 4.5.1, binutils 2.20, |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 509 | glibc 2.11, gdb 7.2.50 and kernel headers 2.6.35.2. It has |
| 510 | support for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 511 | - 603 glibc, 32 bits |
Thomas Petazzoni | c5c1064 | 2011-12-31 15:38:22 +0100 | [diff] [blame] | 512 | Select a generic PowerPC core |
| 513 | Disable BR2_SOFT_FLOAT |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 514 | - 603 soft float glibc, 32 bits |
Thomas Petazzoni | c5c1064 | 2011-12-31 15:38:22 +0100 | [diff] [blame] | 515 | Select a generic PowerPC core |
| 516 | Enable BR2_SOFT_FLOAT |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 517 | - e600 altivec glibc, 32 bits |
| 518 | Set BR2_TARGET_OPTIMIZATION to -te600 |
| 519 | - e500v1 glibc, 32 bits |
| 520 | Set BR2_TARGET_OPTIMIZATION to -te500v1 |
| 521 | - e500v2 glibc, 32 bits |
| 522 | Set BR2_TARGET_OPTIMIZATION to -te500v2 |
| 523 | - e500mc glibc, 32 bits |
| 524 | Set BR2_TARGET_OPTIMIZATION to -te500mc |
| 525 | - 970 glibc hard-float, 64 bits |
| 526 | Set BR2_TARGET_OPTIMIZATION to -m64 |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 527 | |
Thomas Petazzoni | e067a44 | 2012-11-04 07:34:21 +0000 | [diff] [blame] | 528 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209 |
| 529 | bool "Sourcery CodeBench SH 2012.09" |
| 530 | depends on BR2_sh4a || BR2_sh4aeb |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 531 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 532 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | e067a44 | 2012-11-04 07:34:21 +0000 | [diff] [blame] | 533 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 534 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 535 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 536 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 537 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5 |
Thomas Petazzoni | e067a44 | 2012-11-04 07:34:21 +0000 | [diff] [blame] | 538 | help |
| 539 | Sourcery CodeBench toolchain for the SuperH architecture, |
| 540 | from Mentor Graphics. It uses gcc 4.7.2, binutils 2.23.51, |
| 541 | glibc 2.16, uClibc 0.9.30, gdb 7.4.50 and kernel headers |
| 542 | 3.5.4. It has support for the following variants: |
Thomas De Schampheleire | bed4e27 | 2013-11-11 17:23:23 +0100 | [diff] [blame] | 543 | - SH4A, glibc, little endian |
| 544 | Default. |
| 545 | - SH4A, glibc, big endian |
| 546 | Add -mb to BR2_TARGET_OPTIMIZATION |
| 547 | - SH4A, uClibc, little endian |
| 548 | Not usable in Buildroot yet. |
| 549 | - SH4A, uClibc, big endian |
| 550 | Not usable in Buildroot yet. |
Thomas Petazzoni | e067a44 | 2012-11-04 07:34:21 +0000 | [diff] [blame] | 551 | |
Thomas Petazzoni | 41d85c0 | 2012-11-04 07:34:19 +0000 | [diff] [blame] | 552 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203 |
| 553 | bool "Sourcery CodeBench SH 2012.03" |
| 554 | depends on BR2_sh4a || BR2_sh4aeb |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 555 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 556 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | 41d85c0 | 2012-11-04 07:34:19 +0000 | [diff] [blame] | 557 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 558 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 559 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 560 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 |
Thomas Petazzoni | 41d85c0 | 2012-11-04 07:34:19 +0000 | [diff] [blame] | 561 | help |
| 562 | Sourcery CodeBench toolchain for the SuperH architecture, |
| 563 | from Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53, |
| 564 | glibc 2.15, uClibc 0.9.30, gdb 7.2.50 and kernel headers |
| 565 | 3.2.10. It has support for the following variants: |
Thomas De Schampheleire | bed4e27 | 2013-11-11 17:23:23 +0100 | [diff] [blame] | 566 | - SH4A, glibc, little endian |
| 567 | Default. |
| 568 | - SH4A, glibc, big endian |
| 569 | Add -mb to BR2_TARGET_OPTIMIZATION |
| 570 | - SH4A, uClibc, little endian |
| 571 | Not usable in Buildroot yet. |
| 572 | - SH4A, uClibc, big endian |
| 573 | Not usable in Buildroot yet. |
Thomas Petazzoni | 41d85c0 | 2012-11-04 07:34:19 +0000 | [diff] [blame] | 574 | |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 575 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103 |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 576 | bool "Sourcery CodeBench SH 2011.03" |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 577 | depends on BR2_sh4a || BR2_sh4aeb |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 578 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 579 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 580 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 581 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 582 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 583 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 584 | # kernel headers: 2.6.38 |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 585 | help |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 586 | Sourcery CodeBench toolchain for the SuperH architecture, |
| 587 | from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20, |
| 588 | glibc 2.13, uClibc 0.9.30, gdb 7.2.50 and kernel headers |
| 589 | 2.6.38. It has support for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 590 | - SH4A, glibc, little endian |
| 591 | Default. |
| 592 | - SH4A, glibc, big endian |
| 593 | Add -mb to BR2_TARGET_OPTIMIZATION |
| 594 | - SH4A, uClibc, little endian |
| 595 | Not usable in Buildroot yet. |
| 596 | - SH4A, uClibc, big endian |
| 597 | Not usable in Buildroot yet. |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 598 | |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 599 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103 |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 600 | bool "Sourcery CodeBench SH 2011.03" |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 601 | depends on BR2_sh2a |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 602 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 603 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
| 604 | select BR2_LARGEFILE |
Thomas Petazzoni | 0858e00 | 2012-11-03 18:47:49 +0100 | [diff] [blame] | 605 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 606 | select BR2_USE_WCHAR |
| 607 | select BR2_TOOLCHAIN_HAS_THREADS |
Peter Korsgaard | 5931db0 | 2011-11-24 14:26:52 +0100 | [diff] [blame] | 608 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 609 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 610 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 611 | # kernel headers: 2.6.38 |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 612 | help |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 613 | Sourcery CodeBench toolchain for the SuperH architecture, |
| 614 | from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20, |
| 615 | uClibc 0.9.30, gdb 7.2.50 and kernel headers 2.6.38. It has |
| 616 | support for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 617 | - SH2A, uClibc, big endian |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 618 | |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 619 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009 |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 620 | bool "Sourcery CodeBench SH 2010.09" |
Phil Edworthy | d5247aa | 2011-05-09 14:12:53 +0100 | [diff] [blame] | 621 | depends on BR2_sh2a |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 622 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 623 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
Thomas Petazzoni | d63a817 | 2011-07-30 00:00:37 +0200 | [diff] [blame] | 624 | select BR2_LARGEFILE |
Thomas Petazzoni | 0858e00 | 2012-11-03 18:47:49 +0100 | [diff] [blame] | 625 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | d63a817 | 2011-07-30 00:00:37 +0200 | [diff] [blame] | 626 | select BR2_USE_WCHAR |
| 627 | select BR2_TOOLCHAIN_HAS_THREADS |
Peter Korsgaard | 5931db0 | 2011-11-24 14:26:52 +0100 | [diff] [blame] | 628 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 629 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 630 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 631 | # kernel headers: 2.6.35 |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 632 | help |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 633 | Sourcery CodeBench toolchain for the SuperH architecture, |
| 634 | from Mentor Graphics. It uses gcc 4.5.1, binutils 2.20, |
| 635 | uClibc 0.9.30, gdb 7.2.50 and kernel headers 2.6.35.2. It |
| 636 | has support for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 637 | - SH2A, uClibc, big endian |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 638 | |
Thomas Petazzoni | 1c81123 | 2012-11-04 07:34:22 +0000 | [diff] [blame] | 639 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209 |
| 640 | bool "Sourcery CodeBench x86/x86_64 2012.09" |
| 641 | depends on BR2_i386 || BR2_x86_64 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 642 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 643 | depends on !BR2_PREFER_STATIC_LIB |
Adrien Béraud | a20cb38 | 2014-01-15 17:17:10 -0500 | [diff] [blame] | 644 | depends on !BR2_x86_jaguar |
Thomas Petazzoni | 1c81123 | 2012-11-04 07:34:22 +0000 | [diff] [blame] | 645 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 646 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 647 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 648 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 649 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5 |
Thomas Petazzoni | 1c81123 | 2012-11-04 07:34:22 +0000 | [diff] [blame] | 650 | help |
| 651 | Sourcery CodeBench toolchain for the x86/x86_64 |
| 652 | architectures, from Mentor Graphics. It uses gcc 4.7.2, |
| 653 | binutils 2.23.51, glibc 2.16, gdb 7.4.50 and kernel headers |
| 654 | 3.5.4. It has support for the following variants: |
| 655 | - Intel Pentium 4, glibc, 32 bits |
| 656 | Default for x86, nothing special to do. |
| 657 | - Intel Atom, glibc, 32 bits |
| 658 | Select an Atom core |
| 659 | - Intel Xeon, glibc, 64 bits |
| 660 | Default for x86_64, nothing special to do. |
| 661 | - Intel Core 2, glibc, 64 bits |
| 662 | Select a Core 2 core |
| 663 | Other architecture variants (beyond Pentium-4/Xeon) are |
| 664 | supported as well, but glibc is not optimised for it. |
| 665 | |
Thomas Petazzoni | 363cb60 | 2012-11-04 07:34:20 +0000 | [diff] [blame] | 666 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203 |
| 667 | bool "Sourcery CodeBench x86/x86_64 2012.03" |
| 668 | depends on BR2_i386 || BR2_x86_64 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 669 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 670 | depends on !BR2_PREFER_STATIC_LIB |
Adrien Béraud | a20cb38 | 2014-01-15 17:17:10 -0500 | [diff] [blame] | 671 | depends on !BR2_x86_jaguar |
Thomas Petazzoni | 363cb60 | 2012-11-04 07:34:20 +0000 | [diff] [blame] | 672 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 673 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 674 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 675 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 |
Thomas Petazzoni | 363cb60 | 2012-11-04 07:34:20 +0000 | [diff] [blame] | 676 | help |
| 677 | Sourcery CodeBench toolchain for the x86/x86_64 |
| 678 | architectures, from Mentor Graphics. It uses gcc 4.6.3, |
| 679 | binutils 2.21.53, glibc 2.15, gdb 7.2.50 and kernel headers |
| 680 | 3.2.10. It has support for the following variants: |
| 681 | - Intel Pentium 4, glibc, 32 bits |
| 682 | Default for x86, nothing special to do. |
| 683 | - Intel Atom, glibc, 32 bits |
| 684 | Select an Atom core |
| 685 | - Intel Xeon, glibc, 64 bits |
| 686 | Default for x86_64, nothing special to do. |
| 687 | - Intel Core 2, glibc, 64 bits |
| 688 | Select a Core 2 core |
| 689 | Other architecture variants (beyond Pentium-4/Xeon) are |
| 690 | supported as well, but glibc is not optimised for it. |
| 691 | |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 692 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109 |
| 693 | bool "Sourcery CodeBench x86/x86_64 2011.09" |
| 694 | depends on BR2_i386 || BR2_x86_64 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 695 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 696 | depends on !BR2_PREFER_STATIC_LIB |
Adrien Béraud | a20cb38 | 2014-01-15 17:17:10 -0500 | [diff] [blame] | 697 | depends on !BR2_x86_jaguar |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 698 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 699 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 700 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 701 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 702 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 703 | help |
| 704 | Sourcery CodeBench toolchain for the x86/x86_64 |
| 705 | architectures, from Mentor Graphics. It uses gcc 4.6.1, |
| 706 | binutils 2.21.53, glibc 2.13, gdb 7.2.50 and kernel headers |
| 707 | 3.0.1. It has support for the following variants: |
| 708 | - Intel Pentium 4, glibc, 32 bits |
Arnout Vandecappelle (Essensium/Mind) | a22dc0f | 2012-03-13 23:30:00 +0100 | [diff] [blame] | 709 | Default for x86, nothing special to do. |
| 710 | - Intel Atom, glibc, 32 bits |
| 711 | Select an Atom core |
| 712 | - Intel Xeon, glibc, 64 bits |
| 713 | Default for x86_64, nothing special to do. |
| 714 | - Intel Core 2, glibc, 64 bits |
| 715 | Select a Core 2 core |
| 716 | Other architecture variants (beyond Pentium-4/Xeon) are |
| 717 | supported as well, but glibc is not optimised for it. |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 718 | |
Thomas Petazzoni | 951fc4c | 2013-12-27 12:32:22 +0100 | [diff] [blame] | 719 | config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 |
| 720 | bool "Blackfin.uclinux.org 2013R1" |
| 721 | depends on BR2_bfin |
| 722 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 723 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
| 724 | select BR2_INSTALL_LIBSTDCPP |
| 725 | select BR2_LARGEFILE |
| 726 | select BR2_INET_IPV6 |
| 727 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 728 | select BR2_USE_WCHAR |
| 729 | select BR2_TOOLCHAIN_HAS_THREADS |
| 730 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
| 731 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 732 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 |
Thomas Petazzoni | 951fc4c | 2013-12-27 12:32:22 +0100 | [diff] [blame] | 733 | help |
| 734 | Toolchain for the Blackfin architecture, from |
| 735 | http://blackfin.uclinux.org. |
| 736 | |
Gustavo Zacarias | 82e39a2 | 2013-02-01 03:04:50 +0000 | [diff] [blame] | 737 | config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 |
| 738 | bool "Blackfin.uclinux.org 2012R2-RC2" |
| 739 | depends on BR2_bfin |
| 740 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 741 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
| 742 | select BR2_INSTALL_LIBSTDCPP |
| 743 | select BR2_LARGEFILE |
| 744 | select BR2_INET_IPV6 |
| 745 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 746 | select BR2_USE_WCHAR |
| 747 | select BR2_TOOLCHAIN_HAS_THREADS |
| 748 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
| 749 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 750 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5 |
Gustavo Zacarias | 82e39a2 | 2013-02-01 03:04:50 +0000 | [diff] [blame] | 751 | help |
| 752 | Toolchain for the Blackfin architecture, from |
| 753 | http://blackfin.uclinux.org. |
| 754 | |
Thomas Petazzoni | 8d8a73f | 2013-04-07 08:01:01 +0000 | [diff] [blame] | 755 | config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 |
Gustavo Zacarias | 82e39a2 | 2013-02-01 03:04:50 +0000 | [diff] [blame] | 756 | bool "Blackfin.uclinux.org 2012R1-RC2" |
Thomas Petazzoni | adf586e | 2012-06-03 16:04:39 +0200 | [diff] [blame] | 757 | depends on BR2_bfin |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 758 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | adf586e | 2012-06-03 16:04:39 +0200 | [diff] [blame] | 759 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
| 760 | select BR2_INSTALL_LIBSTDCPP |
| 761 | select BR2_LARGEFILE |
| 762 | select BR2_INET_IPV6 |
Thomas Petazzoni | 0858e00 | 2012-11-03 18:47:49 +0100 | [diff] [blame] | 763 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | adf586e | 2012-06-03 16:04:39 +0200 | [diff] [blame] | 764 | select BR2_USE_WCHAR |
| 765 | select BR2_TOOLCHAIN_HAS_THREADS |
| 766 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 767 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 768 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 |
Thomas Petazzoni | adf586e | 2012-06-03 16:04:39 +0200 | [diff] [blame] | 769 | help |
| 770 | Toolchain for the Blackfin architecture, from |
| 771 | http://blackfin.uclinux.org. |
| 772 | |
Thomas Petazzoni | 313094d | 2013-02-04 22:37:29 +0000 | [diff] [blame] | 773 | config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_14_3 |
Jan Viktorin | cd34446 | 2013-07-08 16:08:18 +0200 | [diff] [blame] | 774 | bool "Xilinx Little Endian Microblaze GNU Tools 14.3" |
Thomas Petazzoni | 313094d | 2013-02-04 22:37:29 +0000 | [diff] [blame] | 775 | depends on BR2_microblazeel |
| 776 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 777 | depends on !BR2_PREFER_STATIC_LIB |
Thomas De Schampheleire | ba4ad9d | 2014-01-03 17:02:50 +0100 | [diff] [blame] | 778 | depends on BR2_DEPRECATED_SINCE_2014_02 |
Thomas Petazzoni | 313094d | 2013-02-04 22:37:29 +0000 | [diff] [blame] | 779 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 780 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 781 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 782 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 |
Thomas Petazzoni | 313094d | 2013-02-04 22:37:29 +0000 | [diff] [blame] | 783 | help |
| 784 | Toolchain for the Microblaze architecture, from |
| 785 | http://git.xilinx.com/?p=microblaze-gnu.git;a=tree;f=binaries. It |
| 786 | uses gcc 4.6.2, binutils 2.21.53, glibc 2.14 and gdb 7.4.50. |
| 787 | |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 788 | config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2 |
Jan Viktorin | cd34446 | 2013-07-08 16:08:18 +0200 | [diff] [blame] | 789 | bool "Xilinx Little Endian Microblaze GNU Tools v2" |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 790 | depends on BR2_microblazeel |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 791 | depends on BR2_HOSTARCH = "x86_64" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 792 | depends on !BR2_PREFER_STATIC_LIB |
Thomas De Schampheleire | ba4ad9d | 2014-01-03 17:02:50 +0100 | [diff] [blame] | 793 | depends on BR2_DEPRECATED_SINCE_2014_02 |
Thomas Petazzoni | 1f6e2b4 | 2012-08-01 23:47:04 +0200 | [diff] [blame] | 794 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 795 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 796 | # kernel headers: 2.6.37 |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 797 | help |
| 798 | Toolchain for the Microblaze architecture, from |
| 799 | http://wiki.xilinx.com/mb-gnu-tools |
| 800 | |
Thomas Petazzoni | 313094d | 2013-02-04 22:37:29 +0000 | [diff] [blame] | 801 | config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_14_3 |
| 802 | bool "Xilinx Big Endian Microblaze GNU Tools" |
Peter Korsgaard | c1a6f68 | 2013-04-11 07:50:53 +0200 | [diff] [blame] | 803 | depends on BR2_microblazebe |
Thomas Petazzoni | 313094d | 2013-02-04 22:37:29 +0000 | [diff] [blame] | 804 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 805 | depends on !BR2_PREFER_STATIC_LIB |
Thomas De Schampheleire | ba4ad9d | 2014-01-03 17:02:50 +0100 | [diff] [blame] | 806 | depends on BR2_DEPRECATED_SINCE_2014_02 |
Thomas Petazzoni | 313094d | 2013-02-04 22:37:29 +0000 | [diff] [blame] | 807 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 808 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 809 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 810 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 |
Thomas Petazzoni | 313094d | 2013-02-04 22:37:29 +0000 | [diff] [blame] | 811 | help |
| 812 | Toolchain for the Microblaze architecture, from |
| 813 | http://git.xilinx.com/?p=microblaze-gnu.git;a=tree;f=binaries. It |
| 814 | uses gcc 4.6.2, binutils 2.21.53, glibc 2.14 and gdb 7.4.50. |
| 815 | |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 816 | config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2 |
| 817 | bool "Xilinx Big Endian Microblaze GNU Tools" |
| 818 | depends on BR2_microblazebe |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 819 | depends on BR2_HOSTARCH = "x86_64" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 820 | depends on !BR2_PREFER_STATIC_LIB |
Thomas De Schampheleire | ba4ad9d | 2014-01-03 17:02:50 +0100 | [diff] [blame] | 821 | depends on BR2_DEPRECATED_SINCE_2014_02 |
Thomas Petazzoni | 1f6e2b4 | 2012-08-01 23:47:04 +0200 | [diff] [blame] | 822 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 823 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 824 | # kernel headers: 2.6.37 |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 825 | help |
| 826 | Toolchain for the Microblaze architecture, from |
| 827 | http://wiki.xilinx.com/mb-gnu-tools |
| 828 | |
Thomas Petazzoni | 0d740d8 | 2014-03-05 23:23:39 +0100 | [diff] [blame] | 829 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_14_02 |
| 830 | bool "Linaro AArch64 14.02" |
Thomas Petazzoni | 68b967a | 2013-12-27 12:32:20 +0100 | [diff] [blame] | 831 | depends on BR2_aarch64 |
| 832 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 833 | depends on !BR2_PREFER_STATIC_LIB |
| 834 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 835 | select BR2_INSTALL_LIBSTDCPP |
| 836 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
| 837 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 838 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 |
Thomas Petazzoni | 68b967a | 2013-12-27 12:32:20 +0100 | [diff] [blame] | 839 | help |
| 840 | Toolchain for the AArch64 architecture, from |
| 841 | http://www.linaro.org/engineering/armv8/ |
| 842 | |
Thomas Petazzoni | 0d740d8 | 2014-03-05 23:23:39 +0100 | [diff] [blame] | 843 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_14_01 |
| 844 | bool "Linaro AArch64 14.01" |
Thomas Petazzoni | 68b967a | 2013-12-27 12:32:20 +0100 | [diff] [blame] | 845 | depends on BR2_aarch64 |
| 846 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 847 | depends on !BR2_PREFER_STATIC_LIB |
| 848 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 849 | select BR2_INSTALL_LIBSTDCPP |
| 850 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
| 851 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 852 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 |
Thomas Petazzoni | 68b967a | 2013-12-27 12:32:20 +0100 | [diff] [blame] | 853 | help |
| 854 | Toolchain for the AArch64 architecture, from |
| 855 | http://www.linaro.org/engineering/armv8/ |
| 856 | |
Thomas Petazzoni | 0d740d8 | 2014-03-05 23:23:39 +0100 | [diff] [blame] | 857 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_13_12 |
| 858 | bool "Linaro AArch64 13.12" |
Thomas Petazzoni | d75e573 | 2013-10-08 20:17:13 +0200 | [diff] [blame] | 859 | depends on BR2_aarch64 |
| 860 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 861 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | d75e573 | 2013-10-08 20:17:13 +0200 | [diff] [blame] | 862 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 863 | select BR2_INSTALL_LIBSTDCPP |
| 864 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
| 865 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Yann E. MORIN | b6f321b | 2014-03-01 15:52:58 +0100 | [diff] [blame] | 866 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 |
Thomas Petazzoni | d75e573 | 2013-10-08 20:17:13 +0200 | [diff] [blame] | 867 | help |
| 868 | Toolchain for the AArch64 architecture, from |
| 869 | http://www.linaro.org/engineering/armv8/ |
| 870 | |
Thomas Petazzoni | 2d71c12 | 2014-05-05 23:17:10 +0200 | [diff] [blame] | 871 | config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS |
| 872 | bool "Musl toolchain" |
| 873 | depends on (BR2_arm && BR2_ARM_EABI) || (BR2_armeb && BR2_ARM_EABI) || \ |
Thomas Petazzoni | 77ef6a3 | 2014-05-30 22:24:39 +0200 | [diff] [blame^] | 874 | (BR2_i386 && !BR2_x86_i386) || BR2_microblazebe || BR2_mips || \ |
Thomas Petazzoni | 2d71c12 | 2014-05-05 23:17:10 +0200 | [diff] [blame] | 875 | BR2_mipsel || (BR2_powerpc && BR2_powerpc_CLASSIC) || BR2_x86_64 |
| 876 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 877 | select BR2_TOOLCHAIN_EXTERNAL_MUSL |
| 878 | select BR2_INSTALL_LIBSTDCPP |
| 879 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
| 880 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 |
| 881 | help |
| 882 | Toolchain based on the Musl C library, provided by the |
| 883 | musl-cross project. It uses gcc 4.8.2, binutils 2.24 and |
| 884 | musl 1.0.0. It does not have a cross debugger included. |
| 885 | |
| 886 | The ARM toolchain is built for ARMv4t, soft-float. |
| 887 | The x86 toolchain is built for i486. |
| 888 | |
| 889 | http://musl.codu.org/ |
| 890 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 891 | config BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 892 | bool "Custom toolchain" |
| 893 | help |
| 894 | Use this option to use a custom toolchain pre-installed on |
| 895 | your system. |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 896 | |
| 897 | endchoice |
| 898 | |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 899 | choice |
| 900 | prompt "Toolchain origin" |
Thomas Petazzoni | 7019407 | 2012-07-22 20:57:26 +0200 | [diff] [blame] | 901 | # Keep compatibility with old defconfig files that are using |
| 902 | # custom toolchains, and which are therefore assuming that |
| 903 | # "preinstalled" in the default choice. |
| 904 | default BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED if BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 905 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 906 | config BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 907 | bool "Toolchain to be downloaded and installed" |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 908 | help |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 909 | Select this option if you want Buildroot to download and install the |
| 910 | toolchain. If you have selected a custom toolchain, specify the URL |
| 911 | in BR2_TOOLCHAIN_EXTERNAL_URL. |
| 912 | |
| 913 | config BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED |
| 914 | bool "Pre-installed toolchain" |
| 915 | help |
| 916 | Select this option if you want to use a pre-installed toolchain. |
| 917 | Specify the path to this toolchain in BR2_TOOLCHAIN_EXTERNAL_PATH. |
| 918 | |
| 919 | endchoice |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 920 | |
| 921 | config BR2_TOOLCHAIN_EXTERNAL_PATH |
| 922 | string "Toolchain path" |
| 923 | default "/path/to/toolchain/usr" |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 924 | depends on BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 925 | help |
| 926 | Path to where the external toolchain is installed. |
| 927 | |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 928 | config BR2_TOOLCHAIN_EXTERNAL_URL |
| 929 | string "Toolchain URL" |
| 930 | depends on BR2_TOOLCHAIN_EXTERNAL_CUSTOM && BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD |
| 931 | help |
| 932 | URL of the custom toolchain tarball to download and install. |
| 933 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 934 | config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX |
| 935 | string "Toolchain prefix" |
| 936 | depends on BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
| 937 | default "$(ARCH)-linux" |
| 938 | |
| 939 | config BR2_TOOLCHAIN_EXTERNAL_PREFIX |
| 940 | string |
Thomas Petazzoni | d2c54e6 | 2014-03-05 23:23:37 +0100 | [diff] [blame] | 941 | default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2014_02 |
| 942 | default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2014_01 |
| 943 | default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_12 |
Thomas Petazzoni | cd32da8 | 2014-03-05 23:23:40 +0100 | [diff] [blame] | 944 | default "armeb-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB |
Fabio Porcedda | 7bcb494 | 2012-09-10 00:02:57 +0000 | [diff] [blame] | 945 | default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203 |
Fabio Porcedda | 786700e | 2013-05-26 12:08:19 +0000 | [diff] [blame] | 946 | default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305 |
Thomas Petazzoni | c525231 | 2013-12-27 12:32:17 +0100 | [diff] [blame] | 947 | default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201311 |
Thomas Petazzoni | 93d2b24 | 2013-06-08 11:14:17 +0200 | [diff] [blame] | 948 | default "arm-arago-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A_201109 |
Thomas Petazzoni | 2592f25 | 2013-06-08 11:14:18 +0200 | [diff] [blame] | 949 | default "arm-arago-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE_201109 |
Thomas Petazzoni | 0d740d8 | 2014-03-05 23:23:39 +0100 | [diff] [blame] | 950 | default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_14_02 |
| 951 | default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_14_01 |
| 952 | default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_13_12 |
Thomas Petazzoni | 313094d | 2013-02-04 22:37:29 +0000 | [diff] [blame] | 953 | default "microblazeel-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_14_3 |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 954 | default "microblazeel-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2 |
Thomas Petazzoni | 313094d | 2013-02-04 22:37:29 +0000 | [diff] [blame] | 955 | default "microblaze-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_14_3 |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 956 | default "microblaze-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2 |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 957 | default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209 |
Markos Chandras | 4d34fb7 | 2013-06-08 11:14:14 +0200 | [diff] [blame] | 958 | default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305 |
Thomas Petazzoni | 245686f | 2013-12-27 12:32:18 +0100 | [diff] [blame] | 959 | default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201311 |
Ezequiel Garcia | d1de1c0 | 2013-08-29 19:10:41 -0300 | [diff] [blame] | 960 | default "nios2-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 961 | default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 962 | default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 963 | default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103 |
Thomas Petazzoni | 41d85c0 | 2012-11-04 07:34:19 +0000 | [diff] [blame] | 964 | default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203 |
Thomas Petazzoni | e067a44 | 2012-11-04 07:34:21 +0000 | [diff] [blame] | 965 | default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209 |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 966 | default "sh-uclinux" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009 |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 967 | default "sh-uclinux" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103 |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 968 | default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109 |
Thomas Petazzoni | 363cb60 | 2012-11-04 07:34:20 +0000 | [diff] [blame] | 969 | default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203 |
Thomas Petazzoni | 1c81123 | 2012-11-04 07:34:22 +0000 | [diff] [blame] | 970 | default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209 |
Sonic Zhang | 5713382 | 2013-05-03 00:39:34 +0000 | [diff] [blame] | 971 | default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 && BR2_BINFMT_FLAT |
| 972 | default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 && BR2_BINFMT_FDPIC |
| 973 | default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && BR2_BINFMT_FLAT |
| 974 | default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && BR2_BINFMT_FDPIC |
Thomas Petazzoni | 951fc4c | 2013-12-27 12:32:22 +0100 | [diff] [blame] | 975 | default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 && BR2_BINFMT_FLAT |
| 976 | default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 && BR2_BINFMT_FDPIC |
Thomas Petazzoni | 2d71c12 | 2014-05-05 23:17:10 +0200 | [diff] [blame] | 977 | default "arm-linux-musleabi" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_arm |
| 978 | default "armeb-linux-musleabi" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_armeb |
| 979 | default "i486-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_i386 |
Thomas Petazzoni | 77ef6a3 | 2014-05-30 22:24:39 +0200 | [diff] [blame^] | 980 | default "microblaze-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_microblazebe |
Thomas Petazzoni | 2d71c12 | 2014-05-05 23:17:10 +0200 | [diff] [blame] | 981 | default "mips-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && (BR2_mips && !BR2_SOFT_FLOAT) |
| 982 | default "mips-sf-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && (BR2_mips && BR2_SOFT_FLOAT) |
| 983 | default "mipsel-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && (BR2_mipsel && !BR2_SOFT_FLOAT) |
| 984 | default "mipsel-sf-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && (BR2_mipsel && BR2_SOFT_FLOAT) |
| 985 | default "powerpc-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_powerpc |
| 986 | default "x86_64-linux-musl" if BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS && BR2_x86_64 |
Thomas De Schampheleire | fbc2494 | 2013-09-02 22:07:53 +0200 | [diff] [blame] | 987 | default BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX \ |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 988 | if BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
Thomas Petazzoni | 643aa23 | 2009-05-29 18:37:41 +0200 | [diff] [blame] | 989 | |
| 990 | config BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 991 | bool |
Thomas Petazzoni | 381616e | 2013-06-30 21:29:09 +0200 | [diff] [blame] | 992 | select BR2_TOOLCHAIN_USES_GLIBC |
Thomas Petazzoni | 643aa23 | 2009-05-29 18:37:41 +0200 | [diff] [blame] | 993 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 994 | config BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
| 995 | bool |
Thomas Petazzoni | 381616e | 2013-06-30 21:29:09 +0200 | [diff] [blame] | 996 | select BR2_TOOLCHAIN_USES_UCLIBC |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 997 | |
Thomas Petazzoni | a1d94aa | 2013-10-08 20:17:09 +0200 | [diff] [blame] | 998 | config BR2_TOOLCHAIN_EXTERNAL_MUSL |
| 999 | bool |
| 1000 | select BR2_TOOLCHAIN_USES_MUSL |
| 1001 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 1002 | if BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
| 1003 | |
| 1004 | choice |
Yann E. MORIN | c58bcd5 | 2014-03-01 15:52:59 +0100 | [diff] [blame] | 1005 | bool "External toolchain kernel headers series" |
| 1006 | default BR2_TOOLCHAIN_EXTERNAL_HEADERS_REALLY_OLD |
| 1007 | help |
| 1008 | Set to the kernel headers version that were used to build |
| 1009 | this external toolchain. |
| 1010 | |
| 1011 | This is used to hide/show some packages that have strict |
| 1012 | requirements on the version of kernel headers. |
| 1013 | |
| 1014 | If unsure what version your toolchain is using, you can look |
| 1015 | at the value of LINUX_VERSION_CODE in linux/version.h in your |
| 1016 | toolchain. The Linux version is M.m.p, with: |
| 1017 | M = ( LINUX_VERSION_CODE >> 16 ) & 0xFF |
| 1018 | m = ( LINUX_VERSION_CODE >> 8 ) & 0xFF |
| 1019 | p = ( LINUX_VERSION_CODE >> 0 ) & 0xFF |
| 1020 | |
Samuel Martin | 11547ca | 2014-04-06 18:27:49 +0200 | [diff] [blame] | 1021 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_14 |
| 1022 | bool "3.14.x" |
| 1023 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14 |
| 1024 | |
Yann E. MORIN | c58bcd5 | 2014-03-01 15:52:59 +0100 | [diff] [blame] | 1025 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_13 |
| 1026 | bool "3.13.x" |
| 1027 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13 |
| 1028 | |
| 1029 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_12 |
| 1030 | bool "3.12.x" |
| 1031 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 |
| 1032 | |
| 1033 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_11 |
| 1034 | bool "3.11.x" |
| 1035 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11 |
| 1036 | |
| 1037 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_10 |
| 1038 | bool "3.10.x" |
| 1039 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 |
| 1040 | |
| 1041 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_9 |
| 1042 | bool "3.9.x" |
| 1043 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9 |
| 1044 | |
| 1045 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_8 |
| 1046 | bool "3.8.x" |
| 1047 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8 |
| 1048 | |
| 1049 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_7 |
| 1050 | bool "3.7.x" |
| 1051 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 |
| 1052 | |
| 1053 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_6 |
| 1054 | bool "3.6.x" |
| 1055 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 |
| 1056 | |
| 1057 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_5 |
| 1058 | bool "3.5.x" |
| 1059 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5 |
| 1060 | |
| 1061 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_4 |
| 1062 | bool "3.4.x" |
| 1063 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 |
| 1064 | |
| 1065 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_3 |
| 1066 | bool "3.3.x" |
| 1067 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 |
| 1068 | |
| 1069 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_2 |
| 1070 | bool "3.2.x" |
| 1071 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 |
| 1072 | |
| 1073 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_1 |
| 1074 | bool "3.1.x" |
| 1075 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1 |
| 1076 | |
| 1077 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_0 |
| 1078 | bool "3.0.x" |
| 1079 | select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 |
| 1080 | |
| 1081 | config BR2_TOOLCHAIN_EXTERNAL_HEADERS_REALLY_OLD |
| 1082 | bool "2.6.x" |
| 1083 | |
| 1084 | endchoice |
| 1085 | |
| 1086 | choice |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 1087 | prompt "External toolchain C library" |
| 1088 | default BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC |
| 1089 | |
| 1090 | config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC |
| 1091 | bool "uClibc" |
| 1092 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
Thomas Petazzoni | b988292 | 2011-05-30 23:56:57 +0200 | [diff] [blame] | 1093 | # For the time being, we assume that all custom external |
| 1094 | # toolchains have shadow password support. |
| 1095 | select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS |
Thomas Petazzoni | 692a585 | 2013-10-08 20:17:10 +0200 | [diff] [blame] | 1096 | help |
| 1097 | Select this option if your external toolchain uses the |
| 1098 | uClibc C library (available from http://www.uclibc.org/). |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 1099 | |
| 1100 | config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC |
Baruch Siach | 9668893 | 2012-09-27 09:27:42 +0000 | [diff] [blame] | 1101 | bool "glibc/eglibc" |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 1102 | depends on !BR2_PREFER_STATIC_LIB |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 1103 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Baruch Siach | 9668893 | 2012-09-27 09:27:42 +0000 | [diff] [blame] | 1104 | help |
Thomas Petazzoni | 692a585 | 2013-10-08 20:17:10 +0200 | [diff] [blame] | 1105 | Select this option if your external toolchain uses the GNU C |
| 1106 | library (available from https://www.gnu.org/software/libc/) |
| 1107 | or its variant the eglibc library (http://www.eglibc.org/). |
| 1108 | |
| 1109 | Note: eglibc is a variant of glibc that (among other things) |
| 1110 | can be configured to exclude some of its features. Using a |
| 1111 | toolchain with eglibc configured to exclude key features may |
| 1112 | cause build failures to some packages. |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 1113 | |
Thomas Petazzoni | ed3f3e4 | 2013-11-11 18:57:32 +0100 | [diff] [blame] | 1114 | comment "(e)glibc only available with shared lib support" |
| 1115 | depends on BR2_PREFER_STATIC_LIB |
| 1116 | |
Thomas Petazzoni | a1d94aa | 2013-10-08 20:17:09 +0200 | [diff] [blame] | 1117 | config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL |
| 1118 | bool "musl" |
| 1119 | select BR2_TOOLCHAIN_EXTERNAL_MUSL |
| 1120 | help |
| 1121 | Select this option if your external toolchain uses the |
| 1122 | 'musl' C library, available from http://www.musl-libc.org/. |
| 1123 | |
Thomas Petazzoni | 643aa23 | 2009-05-29 18:37:41 +0200 | [diff] [blame] | 1124 | endchoice |
"Steven J. Hill" | 02f71aa | 2007-02-06 18:19:38 +0000 | [diff] [blame] | 1125 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 1126 | if BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC |
Thomas Petazzoni | fff7117 | 2010-12-13 17:27:37 +0100 | [diff] [blame] | 1127 | |
| 1128 | config BR2_TOOLCHAIN_EXTERNAL_LARGEFILE |
| 1129 | bool "Toolchain has large file support?" |
| 1130 | select BR2_LARGEFILE |
| 1131 | help |
| 1132 | Select this option if your external toolchain supports |
| 1133 | largefile. If you don't know, leave the default value, |
| 1134 | Buildroot will tell you if it's correct or not. |
| 1135 | |
| 1136 | config BR2_TOOLCHAIN_EXTERNAL_INET_IPV6 |
| 1137 | bool "Toolchain has IPv6 support?" |
| 1138 | select BR2_INET_IPV6 |
| 1139 | help |
| 1140 | Select this option if your external toolchain supports |
| 1141 | IPv6. If you don't know, leave the default value, Buildroot |
| 1142 | will tell you if it's correct or not. |
| 1143 | |
Thomas Petazzoni | fff7117 | 2010-12-13 17:27:37 +0100 | [diff] [blame] | 1144 | config BR2_TOOLCHAIN_EXTERNAL_WCHAR |
| 1145 | bool "Toolchain has WCHAR support?" |
| 1146 | select BR2_USE_WCHAR |
| 1147 | help |
| 1148 | Select this option if your external toolchain supports |
| 1149 | WCHAR. If you don't know, leave the default value, Buildroot |
| 1150 | will tell you if it's correct or not. |
| 1151 | |
| 1152 | config BR2_TOOLCHAIN_EXTERNAL_LOCALE |
| 1153 | bool "Toolchain has locale support?" |
| 1154 | select BR2_TOOLCHAIN_EXTERNAL_WCHAR |
| 1155 | select BR2_ENABLE_LOCALE |
| 1156 | help |
| 1157 | Select this option if your external toolchain has locale |
| 1158 | support. If you don't know, leave the default value, |
| 1159 | Buildroot will tell you if it's correct or not. |
| 1160 | |
Thomas Petazzoni | 9eaad20 | 2010-12-13 17:27:44 +0100 | [diff] [blame] | 1161 | config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS |
| 1162 | bool "Toolchain has threads support?" |
| 1163 | select BR2_TOOLCHAIN_HAS_THREADS |
Peter Korsgaard | 04d0689 | 2011-07-26 15:28:19 +0200 | [diff] [blame] | 1164 | default y |
Thomas Petazzoni | 9eaad20 | 2010-12-13 17:27:44 +0100 | [diff] [blame] | 1165 | help |
| 1166 | Select this option if your external toolchain has thread |
| 1167 | support. If you don't know, leave the default value, |
| 1168 | Buildroot will tell you if it's correct or not. |
| 1169 | |
Thomas Petazzoni | c64f948 | 2014-02-18 22:08:59 +0100 | [diff] [blame] | 1170 | if BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS |
| 1171 | |
Peter Korsgaard | 5931db0 | 2011-11-24 14:26:52 +0100 | [diff] [blame] | 1172 | config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG |
| 1173 | bool "Toolchain has threads debugging support?" |
Peter Korsgaard | 5931db0 | 2011-11-24 14:26:52 +0100 | [diff] [blame] | 1174 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
| 1175 | default y |
| 1176 | help |
| 1177 | Select this option if your external toolchain has thread |
| 1178 | debugging support. If you don't know, leave the default |
| 1179 | value, Buildroot will tell you if it's correct or not. |
| 1180 | |
Thomas Petazzoni | c64f948 | 2014-02-18 22:08:59 +0100 | [diff] [blame] | 1181 | config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_NPTL |
| 1182 | bool "Toolchain has NPTL threads support?" |
| 1183 | select BR2_TOOLCHAIN_HAS_THREADS_NPTL |
| 1184 | default y |
| 1185 | help |
| 1186 | Select this option if your external toolchain uses the NPTL |
| 1187 | (Native Posix Thread Library) implementation of Posix |
| 1188 | threads. If you don't know, leave the default value, |
| 1189 | Buildroot will tell you if it's correct or not. |
| 1190 | |
| 1191 | endif # BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS |
| 1192 | |
Thomas Petazzoni | c5866be | 2013-09-02 18:06:36 +0200 | [diff] [blame] | 1193 | config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP |
| 1194 | bool "Toolchain has SSP support?" |
| 1195 | select BR2_TOOLCHAIN_HAS_SSP |
| 1196 | help |
| 1197 | Selection this option if your external toolchain has Stack |
| 1198 | Smashing Protection support enabled. If you don't know, |
| 1199 | leave the default value, Buildroot will tell you if it's |
| 1200 | correct or not. |
| 1201 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 1202 | endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC |
| 1203 | |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 1204 | config BR2_TOOLCHAIN_EXTERNAL_INET_RPC |
| 1205 | bool "Toolchain has RPC support?" |
| 1206 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | a1d94aa | 2013-10-08 20:17:09 +0200 | [diff] [blame] | 1207 | depends on !BR2_TOOLCHAIN_EXTERNAL_MUSL |
Thomas Petazzoni | 3a843a3 | 2012-11-04 07:34:29 +0000 | [diff] [blame] | 1208 | default y if BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 1209 | help |
| 1210 | Select this option if your external toolchain supports |
| 1211 | RPC. If you don't know, leave the default value, Buildroot |
| 1212 | will tell you if it's correct or not. |
| 1213 | |
Thomas Petazzoni | 6b578c8 | 2010-12-13 17:27:41 +0100 | [diff] [blame] | 1214 | config BR2_TOOLCHAIN_EXTERNAL_CXX |
| 1215 | bool "Toolchain has C++ support?" |
| 1216 | select BR2_INSTALL_LIBSTDCPP |
| 1217 | help |
| 1218 | Select this option if your external toolchain has C++ |
| 1219 | support. If you don't know, leave the default value, |
| 1220 | Buildroot will tell you if it's correct or not. |
| 1221 | |
Thomas De Schampheleire | c72f54b | 2011-10-02 21:20:10 +0200 | [diff] [blame] | 1222 | config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS |
| 1223 | string "Extra toolchain libraries to be copied to target" |
| 1224 | help |
| 1225 | If your external toolchain provides extra libraries that |
| 1226 | need to be copied to the target filesystem, enter them |
| 1227 | here, separated by spaces. They will be copied to the |
| 1228 | target's /lib directory. |
| 1229 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 1230 | endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
Thomas Petazzoni | fff7117 | 2010-12-13 17:27:37 +0100 | [diff] [blame] | 1231 | |
Thomas Petazzoni | a0b6faa | 2013-04-07 00:04:33 +0000 | [diff] [blame] | 1232 | config BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY |
| 1233 | bool "Copy gdb server to the Target" |
| 1234 | depends on BR2_TOOLCHAIN_EXTERNAL |
| 1235 | help |
| 1236 | Copy the gdbserver provided by the external toolchain to the |
| 1237 | target. |
| 1238 | |
Sonic Zhang | 8b4ade8 | 2013-06-08 11:14:22 +0200 | [diff] [blame] | 1239 | # When the FDPIC shared binary format is used, the corresponding libraries are |
| 1240 | # always installed. When a different binary format is used, we offer the option |
| 1241 | # of installing the FDPIC shared libraries. |
| 1242 | config BR2_BFIN_INSTALL_FDPIC_SHARED |
Thomas De Schampheleire | bed4e27 | 2013-11-11 17:23:23 +0100 | [diff] [blame] | 1243 | bool "Install FDPIC shared libraries" |
| 1244 | depends on BR2_bfin && !BR2_BINFMT_FDPIC |
| 1245 | help |
| 1246 | The Linux kernel supports running both FDPIC and FLAT applications |
| 1247 | concurrently if the binary format specific libraries are installed |
| 1248 | properly. This option allows developer to install FDPIC libraries |
| 1249 | into a buildroot rootfs image built with binary format that is not |
| 1250 | FDPIC. |
Sonic Zhang | 8b4ade8 | 2013-06-08 11:14:22 +0200 | [diff] [blame] | 1251 | |
| 1252 | # When the FLAT shared binary format is used, we force the installation |
| 1253 | # of the corresponding libraries. When a different binary format is |
| 1254 | # used, we offer the option of installing the FLAT shared libraries. |
| 1255 | config BR2_BFIN_INSTALL_FLAT_SHARED |
Thomas De Schampheleire | bed4e27 | 2013-11-11 17:23:23 +0100 | [diff] [blame] | 1256 | bool "Install FLAT shared libraries" if !BR2_BINFMT_FLAT_SHARED |
| 1257 | depends on BR2_bfin |
| 1258 | default y if BR2_BINFMT_FLAT_SHARED |
| 1259 | help |
| 1260 | The Linux kernel supports running both FDPIC and FLAT applications |
| 1261 | concurrently if the binary format specific libraries are installed |
| 1262 | properly. This option allows developer to install FLAT libraries |
| 1263 | into a buildroot rootfs image built with binary format that is not |
| 1264 | shared FLAT. |
Sonic Zhang | 8b4ade8 | 2013-06-08 11:14:22 +0200 | [diff] [blame] | 1265 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 1266 | endif # BR2_TOOLCHAIN_EXTERNAL |