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