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 | e658cdf | 2012-12-20 13:23:27 +0000 | [diff] [blame] | 6 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_12 |
| 7 | bool "Linaro 2012.12" |
| 8 | depends on BR2_arm |
| 9 | depends on BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_a9 || BR2_cortex_a15 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 10 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | e658cdf | 2012-12-20 13:23:27 +0000 | [diff] [blame] | 11 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 12 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 13 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 14 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | e658cdf | 2012-12-20 13:23:27 +0000 | [diff] [blame] | 15 | help |
| 16 | Linaro toolchain for the ARM architecture. It uses Linaro |
| 17 | GCC 2012.12 (based on gcc 4.7), Linaro GDB 2012.12 (based on |
| 18 | GDB 7.5), eglibc 2.15. It generates code that runs on all |
| 19 | Cortex-A profile devices, but tuned for the Cortex-A9. The |
| 20 | code generated is Thumb 2, with the hard floating point |
| 21 | calling convention, and uses the VFPv3-D16 FPU instructions. |
| 22 | |
| 23 | To use this toolchain, you must disable soft float usage. |
| 24 | |
Thomas Petazzoni | 008f635 | 2012-11-27 04:07:01 +0000 | [diff] [blame] | 25 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_11 |
| 26 | bool "Linaro 2012.11" |
| 27 | depends on BR2_arm |
Thomas Petazzoni | 16dcf2d | 2012-12-09 23:35:07 +0000 | [diff] [blame] | 28 | depends on BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_a9 || BR2_cortex_a15 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 29 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 008f635 | 2012-11-27 04:07:01 +0000 | [diff] [blame] | 30 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 31 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 32 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 33 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 008f635 | 2012-11-27 04:07:01 +0000 | [diff] [blame] | 34 | help |
| 35 | Linaro toolchain for the ARM architecture. It uses Linaro |
| 36 | GCC 2012.11 (based on gcc 4.7), Linaro GDB 2012.10 (based on |
| 37 | GDB 7.5), eglibc 2.15. It generates code that runs on all |
| 38 | Cortex-A profile devices, but tuned for the Cortex-A9. The |
| 39 | code generated is Thumb 2, with the hard floating point |
| 40 | calling convention, and uses the VFPv3-D16 FPU instructions. |
| 41 | |
| 42 | To use this toolchain, you must disable soft float usage. |
| 43 | |
Thomas Petazzoni | 94ca09c | 2012-10-25 22:20:25 +0000 | [diff] [blame] | 44 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_10 |
| 45 | bool "Linaro 2012.10" |
| 46 | depends on BR2_arm |
Thomas Petazzoni | 16dcf2d | 2012-12-09 23:35:07 +0000 | [diff] [blame] | 47 | depends on BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_a9 || BR2_cortex_a15 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 48 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 94ca09c | 2012-10-25 22:20:25 +0000 | [diff] [blame] | 49 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 50 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 94ca09c | 2012-10-25 22:20:25 +0000 | [diff] [blame] | 51 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 52 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 94ca09c | 2012-10-25 22:20:25 +0000 | [diff] [blame] | 53 | help |
| 54 | Linaro toolchain for the ARM architecture. It uses Linaro |
| 55 | GCC 2012.10 (based on gcc 4.7), Linaro GDB 2012.10 (based on |
| 56 | GDB 7.5), eglibc 2.15. It generates code that runs on all |
| 57 | Cortex-A profile devices, but tuned for the Cortex-A9. The |
| 58 | code generated is Thumb 2, with the hard floating point |
| 59 | calling convention, and uses the VFPv3-D16 FPU instructions. |
| 60 | |
| 61 | To use this toolchain, you must disable soft float usage. |
| 62 | |
Thomas Petazzoni | 16dcf2d | 2012-12-09 23:35:07 +0000 | [diff] [blame] | 63 | comment "Linaro toolchains available for Cortex-A{5,8,9,15}" |
Thomas Petazzoni | 90f763c | 2012-11-27 04:07:03 +0000 | [diff] [blame] | 64 | depends on BR2_arm |
Thomas Petazzoni | 16dcf2d | 2012-12-09 23:35:07 +0000 | [diff] [blame] | 65 | depends on !BR2_cortex_a5 && !BR2_cortex_a8 && !BR2_cortex_a9 && !BR2_cortex_a15 |
Thomas Petazzoni | 90f763c | 2012-11-27 04:07:03 +0000 | [diff] [blame] | 66 | |
Fabio Porcedda | 7bcb494 | 2012-09-10 00:02:57 +0000 | [diff] [blame] | 67 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203 |
| 68 | bool "Sourcery CodeBench ARM 2012.03" |
| 69 | depends on BR2_arm |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 70 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Fabio Porcedda | 7bcb494 | 2012-09-10 00:02:57 +0000 | [diff] [blame] | 71 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 78f136a | 2012-11-04 07:34:09 +0000 | [diff] [blame] | 72 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Fabio Porcedda | 7bcb494 | 2012-09-10 00:02:57 +0000 | [diff] [blame] | 73 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 74 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Fabio Porcedda | 7bcb494 | 2012-09-10 00:02:57 +0000 | [diff] [blame] | 75 | help |
| 76 | Sourcery CodeBench toolchain for the ARM architecture, from |
| 77 | Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53, glibc |
| 78 | 2.15 and gdb 7.2.50, kernel headers 3.2.10. It has support |
| 79 | for the following variants: |
| 80 | - ARMv5TE, little endian, soft-float, glibc |
| 81 | Select ARM926T, ARM10T, XScale or another ARMv5 core |
| 82 | Select BR2_SOFT_FLOAT |
| 83 | - ARMv4T, little endian, soft-float, glibc |
| 84 | Select ARM720T, ARM920T, ARM922T or another ARMv4 core |
| 85 | Select BR2_SOFT_FLOAT |
| 86 | - ARMv7-A, Thumb 2, little endian, soft-float, glibc |
| 87 | Select Cortex-A8, Cortex-A9 or another ARMv7-A core |
| 88 | Select BR2_SOFT_FLOAT |
| 89 | Set BR2_TARGET_OPTIMIZATION to -mthumb |
| 90 | |
Thomas Petazzoni | 102c6b5 | 2011-12-31 12:18:23 +0100 | [diff] [blame] | 91 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109 |
| 92 | bool "Sourcery CodeBench ARM 2011.09" |
| 93 | depends on BR2_arm |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 94 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 102c6b5 | 2011-12-31 12:18:23 +0100 | [diff] [blame] | 95 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 96 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 102c6b5 | 2011-12-31 12:18:23 +0100 | [diff] [blame] | 97 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 98 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 102c6b5 | 2011-12-31 12:18:23 +0100 | [diff] [blame] | 99 | help |
| 100 | Sourcery CodeBench toolchain for the ARM architecture, from |
| 101 | Mentor Graphics. It uses gcc 4.6.1, binutils 2.21.53, glibc |
| 102 | 2.13 and gdb 7.2.50, kernel headers 3.0.1. It has support |
| 103 | for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 104 | - ARMv5TE, little endian, soft-float, glibc |
| 105 | Select ARM926T, ARM10T, XScale or another ARMv5 core |
| 106 | Select BR2_SOFT_FLOAT |
| 107 | - ARMv4T, little endian, soft-float, glibc |
| 108 | Select ARM720T, ARM920T, ARM922T or another ARMv4 core |
| 109 | Select BR2_SOFT_FLOAT |
| 110 | - ARMv7-A, Thumb 2, little endian, soft-float, glibc |
| 111 | Select Cortex-A8, Cortex-A9 or another ARMv7-A core |
| 112 | Select BR2_SOFT_FLOAT |
| 113 | Set BR2_TARGET_OPTIMIZATION to -mthumb |
Thomas Petazzoni | 102c6b5 | 2011-12-31 12:18:23 +0100 | [diff] [blame] | 114 | |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 115 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209 |
| 116 | bool "Sourcery CodeBench MIPS 2012.09" |
| 117 | depends on BR2_mips || BR2_mipsel |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 118 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 119 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 120 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 121 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 122 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 123 | help |
| 124 | Sourcery CodeBench toolchain for the MIPS architecture, from |
| 125 | Mentor Graphics. It uses gcc 4.7.2, binutils 2.23.51, glibc |
| 126 | 2.16, uClibc 0.9.30 and gdb 7.4.50, kernel headers |
| 127 | 3.5.4. It has support for the following variants: |
| 128 | - MIPS32 O32 big endian glibc |
| 129 | Select a MIPS generic core |
| 130 | Disable BR2_SOFT_FLOAT |
| 131 | - MIPS64 big endian glibc |
| 132 | Select a MIPS generic core |
| 133 | Select the n64 ABI |
| 134 | Disable BR2_SOFT_FLOAT |
| 135 | - MIPS32 O32 little endian glibc |
| 136 | Select a MIPS generic core |
| 137 | Disable BR2_SOFT_FLOAT |
| 138 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 139 | - MIPS64 little endian glibc |
| 140 | Select a MIPS generic core |
| 141 | Select the n64 ABI |
| 142 | Disable BR2_SOFT_FLOAT |
| 143 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 144 | - MIPS32 big endian soft float glibc |
| 145 | Select a MIPS generic core |
| 146 | Select BR2_SOFT_FLOAT |
| 147 | - MIPS64 big endian soft float glibc |
| 148 | Select a MIPS generic core |
| 149 | Select the n64 ABI |
| 150 | Select BR2_SOFT_FLOAT |
| 151 | - MIPS32 little endian soft float glibc |
| 152 | Select a MIPS generic core |
| 153 | Select BR2_SOFT_FLOAT |
| 154 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 155 | - MIPS64 little endian soft float glibc |
| 156 | Select a MIPS generic core |
| 157 | Select the n64 ABI |
| 158 | Select BR2_SOFT_FLOAT |
| 159 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 160 | - MIPS32 big endian microMIPS glibc |
| 161 | Select a MIPS generic core |
| 162 | Disable BR2_SOFT_FLOAT |
| 163 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 164 | - MIPS32 little endian microMIPS glibc |
| 165 | Select a MIPS generic core |
| 166 | Disable BR2_SOFT_FLOAT |
| 167 | Set BR2_TARGET_OPTIMIZATION to -EL -mips16 |
| 168 | - MIPS32 big endian soft float microMIPS glibc |
| 169 | Select a MIPS generic core |
| 170 | Select BR2_SOFT_FLOAT |
| 171 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 172 | - MIPS32 little endian soft float microMIPS glibc |
| 173 | Select a MIPS generic core |
| 174 | Select BR2_SOFT_FLOAT |
| 175 | Set BR2_TARGET_OPTIMIZATION to -EL -mips16 |
| 176 | - MIPS32 big endian uclibc |
| 177 | Not usable in Buildroot yet. |
| 178 | - MIPS32 little endian uclibc |
| 179 | Not usable in Buildroot yet. |
| 180 | - MIPS32 big endian soft float uclibc |
| 181 | Not usable in Buildroot yet. |
| 182 | - MIPS32 little endian soft float uclibc |
| 183 | Not usable in Buildroot yet. |
| 184 | |
Thomas Petazzoni | 60e26e3 | 2012-12-20 13:23:20 +0000 | [diff] [blame] | 185 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201203 |
| 186 | bool "Sourcery CodeBench MIPS 2012.03" |
| 187 | depends on BR2_mips || BR2_mipsel |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 188 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 60e26e3 | 2012-12-20 13:23:20 +0000 | [diff] [blame] | 189 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 190 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 191 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 192 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 60e26e3 | 2012-12-20 13:23:20 +0000 | [diff] [blame] | 193 | help |
| 194 | Sourcery CodeBench toolchain for the MIPS architecture, from |
| 195 | Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53, glibc |
| 196 | 2.15, uClibc 0.9.30 and gdb 7.2.50, kernel headers |
| 197 | 3.2.10. It has support for the following variants: |
| 198 | - MIPS32 O32 big endian glibc |
| 199 | Select a MIPS generic core |
| 200 | Disable BR2_SOFT_FLOAT |
| 201 | - MIPS64 big endian glibc |
| 202 | Select a MIPS generic core |
| 203 | Select the n64 ABI |
| 204 | Disable BR2_SOFT_FLOAT |
| 205 | - MIPS32 O32 little endian glibc |
| 206 | Select a MIPS generic core |
| 207 | Disable BR2_SOFT_FLOAT |
| 208 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 209 | - MIPS64 little endian glibc |
| 210 | Select a MIPS generic core |
| 211 | Select the n64 ABI |
| 212 | Disable BR2_SOFT_FLOAT |
| 213 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 214 | - MIPS32 big endian soft float glibc |
| 215 | Select a MIPS generic core |
| 216 | Select BR2_SOFT_FLOAT |
| 217 | - MIPS64 big endian soft float glibc |
| 218 | Select a MIPS generic core |
| 219 | Select the n64 ABI |
| 220 | Select BR2_SOFT_FLOAT |
| 221 | - MIPS32 little endian soft float glibc |
| 222 | Select a MIPS generic core |
| 223 | Select BR2_SOFT_FLOAT |
| 224 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 225 | - MIPS64 little endian soft float glibc |
| 226 | Select a MIPS generic core |
| 227 | Select the n64 ABI |
| 228 | Select BR2_SOFT_FLOAT |
| 229 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 230 | - MIPS32 big endian microMIPS glibc |
| 231 | Select a MIPS generic core |
| 232 | Disable BR2_SOFT_FLOAT |
| 233 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 234 | - MIPS32 little endian microMIPS glibc |
| 235 | Select a MIPS generic core |
| 236 | Disable BR2_SOFT_FLOAT |
| 237 | Set BR2_TARGET_OPTIMIZATION to -EL -mips16 |
| 238 | - MIPS32 big endian soft float microMIPS glibc |
| 239 | Select a MIPS generic core |
| 240 | Select BR2_SOFT_FLOAT |
| 241 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 242 | - MIPS32 little endian soft float microMIPS glibc |
| 243 | Select a MIPS generic core |
| 244 | Select BR2_SOFT_FLOAT |
| 245 | Set BR2_TARGET_OPTIMIZATION to -EL -mips16 |
| 246 | - MIPS32 big endian uclibc |
| 247 | Not usable in Buildroot yet. |
| 248 | - MIPS32 little endian uclibc |
| 249 | Not usable in Buildroot yet. |
| 250 | - MIPS32 big endian soft float uclibc |
| 251 | Not usable in Buildroot yet. |
| 252 | - MIPS32 little endian soft float uclibc |
| 253 | Not usable in Buildroot yet. |
| 254 | |
Thomas Petazzoni | e89b262 | 2011-05-13 11:38:43 +0200 | [diff] [blame] | 255 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103 |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 256 | bool "Sourcery CodeBench ARM 2011.03" |
Thomas Petazzoni | e89b262 | 2011-05-13 11:38:43 +0200 | [diff] [blame] | 257 | depends on BR2_arm |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 258 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | e89b262 | 2011-05-13 11:38:43 +0200 | [diff] [blame] | 259 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 260 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | e89b262 | 2011-05-13 11:38:43 +0200 | [diff] [blame] | 261 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 262 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | e89b262 | 2011-05-13 11:38:43 +0200 | [diff] [blame] | 263 | help |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 264 | Sourcery CodeBench toolchain for the ARM architecture, from |
| 265 | Mentor Graphics. It uses gcc 4.5.2, binutils 2.20.51, glibc |
| 266 | 2.13 and gdb 7.2.50, kernel headers 2.6.38. It has support |
| 267 | for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 268 | - ARMv5TE, little endian, soft-float, glibc |
| 269 | Select ARM926T, ARM10T, XScale or another ARMv5 core |
| 270 | Select BR2_SOFT_FLOAT |
| 271 | - ARMv4T, little endian, soft-float, glibc |
| 272 | Select ARM720T, ARM920T, ARM922T or another ARMv4 core |
| 273 | Select BR2_SOFT_FLOAT |
| 274 | - ARMv7-A, Thumb 2, little endian, soft-float, glibc |
| 275 | Select Cortex-A8, Cortex-A9 or another ARMv7-A core |
| 276 | Select BR2_SOFT_FLOAT |
| 277 | Set BR2_TARGET_OPTIMIZATION to -mthumb |
Thomas Petazzoni | e89b262 | 2011-05-13 11:38:43 +0200 | [diff] [blame] | 278 | |
Thomas Petazzoni | 5cc4924 | 2012-06-03 16:04:40 +0200 | [diff] [blame] | 279 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201109 |
| 280 | bool "Sourcery CodeBench MIPS 2011.09" |
| 281 | depends on BR2_mips || BR2_mipsel |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 282 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 5cc4924 | 2012-06-03 16:04:40 +0200 | [diff] [blame] | 283 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 284 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 5cc4924 | 2012-06-03 16:04:40 +0200 | [diff] [blame] | 285 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 286 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 5cc4924 | 2012-06-03 16:04:40 +0200 | [diff] [blame] | 287 | help |
| 288 | Sourcery CodeBench toolchain for the MIPS architecture, from |
| 289 | Mentor Graphics. It uses gcc 4.5.2, binutils 2.21.53, glibc |
| 290 | 2.13, uClibc 0.9.30 and gdb 7.2.50, kernel headers |
| 291 | 3.0.1. It has support for the following variants: |
| 292 | - MIPS32 O32 big endian glibc |
| 293 | Select a MIPS generic core |
| 294 | Disable BR2_SOFT_FLOAT |
| 295 | - MIPS64 big endian glibc |
| 296 | Select a MIPS generic core |
| 297 | Select the n64 ABI |
| 298 | Disable BR2_SOFT_FLOAT |
| 299 | - MIPS32 O32 little endian glibc |
| 300 | Select a MIPS generic core |
| 301 | Disable BR2_SOFT_FLOAT |
| 302 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 303 | - MIPS64 little endian glibc |
| 304 | Select a MIPS generic core |
| 305 | Select the n64 ABI |
| 306 | Disable BR2_SOFT_FLOAT |
| 307 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 308 | - MIPS32 big endian soft float glibc |
| 309 | Select a MIPS generic core |
| 310 | Select BR2_SOFT_FLOAT |
| 311 | - MIPS64 big endian soft float glibc |
| 312 | Select a MIPS generic core |
| 313 | Select the n64 ABI |
| 314 | Select BR2_SOFT_FLOAT |
| 315 | - MIPS32 little endian soft float glibc |
| 316 | Select a MIPS generic core |
| 317 | Select BR2_SOFT_FLOAT |
| 318 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 319 | - MIPS64 little endian soft float glibc |
| 320 | Select a MIPS generic core |
| 321 | Select the n64 ABI |
| 322 | Select BR2_SOFT_FLOAT |
| 323 | Set BR2_TARGET_OPTIMIZATION to -EL |
| 324 | - MIPS32 big endian microMIPS glibc |
| 325 | Select a MIPS generic core |
| 326 | Disable BR2_SOFT_FLOAT |
| 327 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 328 | - MIPS32 little endian microMIPS glibc |
| 329 | Select a MIPS generic core |
| 330 | Disable BR2_SOFT_FLOAT |
| 331 | Set BR2_TARGET_OPTIMIZATION to -EL -mips16 |
| 332 | - MIPS32 big endian soft float microMIPS glibc |
| 333 | Select a MIPS generic core |
| 334 | Select BR2_SOFT_FLOAT |
| 335 | Set BR2_TARGET_OPTIMIZATION to -mips16 |
| 336 | - MIPS32 little endian soft float microMIPS glibc |
| 337 | Select a MIPS generic core |
| 338 | Select BR2_SOFT_FLOAT |
| 339 | Set BR2_TARGET_OPTIMIZATION to -EL -mips16 |
| 340 | - MIPS32 big endian uclibc |
| 341 | Not usable in Buildroot yet. |
| 342 | - MIPS32 little endian uclibc |
| 343 | Not usable in Buildroot yet. |
| 344 | - MIPS32 big endian soft float uclibc |
| 345 | Not usable in Buildroot yet. |
| 346 | - MIPS32 little endian soft float uclibc |
| 347 | Not usable in Buildroot yet. |
| 348 | |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 349 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 |
| 350 | bool "Sourcery CodeBench PowerPC 2011.03" |
| 351 | depends on BR2_powerpc |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 352 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 353 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 354 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 355 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 356 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 357 | help |
| 358 | Sourcery CodeBench toolchain for the PowerPC architecture, |
| 359 | from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20.51, |
| 360 | glibc 2.13, gdb 7.2.50 and kernel headers 2.6.38. It has |
| 361 | support for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 362 | - 603 glibc, 32 bits |
Thomas Petazzoni | c5c1064 | 2011-12-31 15:38:22 +0100 | [diff] [blame] | 363 | Select a generic PowerPC core |
| 364 | Disable BR2_SOFT_FLOAT |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 365 | - 603 soft float glibc, 32 bits |
Thomas Petazzoni | c5c1064 | 2011-12-31 15:38:22 +0100 | [diff] [blame] | 366 | Select a generic PowerPC core |
| 367 | Enable BR2_SOFT_FLOAT |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 368 | - e600 altivec glibc, 32 bits |
| 369 | Set BR2_TARGET_OPTIMIZATION to -te600 |
| 370 | - e500v1 glibc, 32 bits |
| 371 | Set BR2_TARGET_OPTIMIZATION to -te500v1 |
| 372 | - e500v2 glibc, 32 bits |
| 373 | Set BR2_TARGET_OPTIMIZATION to -te500v2 |
| 374 | - e500mc glibc, 32 bits |
| 375 | Set BR2_TARGET_OPTIMIZATION to -te500mc |
| 376 | - 970 glibc hard-float, 64 bits |
| 377 | Set BR2_TARGET_OPTIMIZATION to -m64 |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 378 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 379 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 380 | bool "Sourcery CodeBench PowerPC 2010.09" |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 381 | depends on BR2_powerpc |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 382 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 383 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 384 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 6b578c8 | 2010-12-13 17:27:41 +0100 | [diff] [blame] | 385 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 386 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 387 | help |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 388 | Sourcery CodeBench toolchain for the PowerPC architecture, |
Thomas Petazzoni | 2ec3e6d | 2012-01-15 20:02:11 +0100 | [diff] [blame] | 389 | from Mentor Graphics. It uses gcc 4.5.1, binutils 2.20, |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 390 | glibc 2.11, gdb 7.2.50 and kernel headers 2.6.35.2. It has |
| 391 | support for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 392 | - 603 glibc, 32 bits |
Thomas Petazzoni | c5c1064 | 2011-12-31 15:38:22 +0100 | [diff] [blame] | 393 | Select a generic PowerPC core |
| 394 | Disable BR2_SOFT_FLOAT |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 395 | - 603 soft float glibc, 32 bits |
Thomas Petazzoni | c5c1064 | 2011-12-31 15:38:22 +0100 | [diff] [blame] | 396 | Select a generic PowerPC core |
| 397 | Enable BR2_SOFT_FLOAT |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 398 | - e600 altivec glibc, 32 bits |
| 399 | Set BR2_TARGET_OPTIMIZATION to -te600 |
| 400 | - e500v1 glibc, 32 bits |
| 401 | Set BR2_TARGET_OPTIMIZATION to -te500v1 |
| 402 | - e500v2 glibc, 32 bits |
| 403 | Set BR2_TARGET_OPTIMIZATION to -te500v2 |
| 404 | - e500mc glibc, 32 bits |
| 405 | Set BR2_TARGET_OPTIMIZATION to -te500mc |
| 406 | - 970 glibc hard-float, 64 bits |
| 407 | Set BR2_TARGET_OPTIMIZATION to -m64 |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 408 | |
Thomas Petazzoni | e067a44 | 2012-11-04 07:34:21 +0000 | [diff] [blame] | 409 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209 |
| 410 | bool "Sourcery CodeBench SH 2012.09" |
| 411 | depends on BR2_sh4a || BR2_sh4aeb |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 412 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | e067a44 | 2012-11-04 07:34:21 +0000 | [diff] [blame] | 413 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 414 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 415 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 416 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | e067a44 | 2012-11-04 07:34:21 +0000 | [diff] [blame] | 417 | help |
| 418 | Sourcery CodeBench toolchain for the SuperH architecture, |
| 419 | from Mentor Graphics. It uses gcc 4.7.2, binutils 2.23.51, |
| 420 | glibc 2.16, uClibc 0.9.30, gdb 7.4.50 and kernel headers |
| 421 | 3.5.4. It has support for the following variants: |
| 422 | - SH4A, glibc, little endian |
| 423 | Default. |
| 424 | - SH4A, glibc, big endian |
| 425 | Add -mb to BR2_TARGET_OPTIMIZATION |
| 426 | - SH4A, uClibc, little endian |
| 427 | Not usable in Buildroot yet. |
| 428 | - SH4A, uClibc, big endian |
| 429 | Not usable in Buildroot yet. |
| 430 | |
Thomas Petazzoni | 41d85c0 | 2012-11-04 07:34:19 +0000 | [diff] [blame] | 431 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203 |
| 432 | bool "Sourcery CodeBench SH 2012.03" |
| 433 | depends on BR2_sh4a || BR2_sh4aeb |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 434 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 41d85c0 | 2012-11-04 07:34:19 +0000 | [diff] [blame] | 435 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 436 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 437 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 41d85c0 | 2012-11-04 07:34:19 +0000 | [diff] [blame] | 438 | help |
| 439 | Sourcery CodeBench toolchain for the SuperH architecture, |
| 440 | from Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53, |
| 441 | glibc 2.15, uClibc 0.9.30, gdb 7.2.50 and kernel headers |
| 442 | 3.2.10. It has support for the following variants: |
| 443 | - SH4A, glibc, little endian |
| 444 | Default. |
| 445 | - SH4A, glibc, big endian |
| 446 | Add -mb to BR2_TARGET_OPTIMIZATION |
| 447 | - SH4A, uClibc, little endian |
| 448 | Not usable in Buildroot yet. |
| 449 | - SH4A, uClibc, big endian |
| 450 | Not usable in Buildroot yet. |
| 451 | |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 452 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103 |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 453 | bool "Sourcery CodeBench SH 2011.03" |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 454 | depends on BR2_sh4a || BR2_sh4aeb |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 455 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 456 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 457 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 458 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 459 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 460 | help |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 461 | Sourcery CodeBench toolchain for the SuperH architecture, |
| 462 | from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20, |
| 463 | glibc 2.13, uClibc 0.9.30, gdb 7.2.50 and kernel headers |
| 464 | 2.6.38. It has support for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 465 | - SH4A, glibc, little endian |
| 466 | Default. |
| 467 | - SH4A, glibc, big endian |
| 468 | Add -mb to BR2_TARGET_OPTIMIZATION |
| 469 | - SH4A, uClibc, little endian |
| 470 | Not usable in Buildroot yet. |
| 471 | - SH4A, uClibc, big endian |
| 472 | Not usable in Buildroot yet. |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 473 | |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 474 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103 |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 475 | bool "Sourcery CodeBench SH 2011.03" |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 476 | depends on BR2_sh2a |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 477 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 478 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
| 479 | select BR2_LARGEFILE |
Thomas Petazzoni | 0858e00 | 2012-11-03 18:47:49 +0100 | [diff] [blame] | 480 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 481 | select BR2_USE_WCHAR |
| 482 | select BR2_TOOLCHAIN_HAS_THREADS |
Peter Korsgaard | 5931db0 | 2011-11-24 14:26:52 +0100 | [diff] [blame] | 483 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 484 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 485 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 486 | help |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 487 | Sourcery CodeBench toolchain for the SuperH architecture, |
| 488 | from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20, |
| 489 | uClibc 0.9.30, gdb 7.2.50 and kernel headers 2.6.38. It has |
| 490 | support for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 491 | - SH2A, uClibc, big endian |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 492 | |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 493 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009 |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 494 | bool "Sourcery CodeBench SH 2010.09" |
Phil Edworthy | d5247aa | 2011-05-09 14:12:53 +0100 | [diff] [blame] | 495 | depends on BR2_sh2a |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 496 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 497 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
Thomas Petazzoni | d63a817 | 2011-07-30 00:00:37 +0200 | [diff] [blame] | 498 | select BR2_LARGEFILE |
Thomas Petazzoni | 0858e00 | 2012-11-03 18:47:49 +0100 | [diff] [blame] | 499 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | d63a817 | 2011-07-30 00:00:37 +0200 | [diff] [blame] | 500 | select BR2_USE_WCHAR |
| 501 | select BR2_TOOLCHAIN_HAS_THREADS |
Peter Korsgaard | 5931db0 | 2011-11-24 14:26:52 +0100 | [diff] [blame] | 502 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +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 |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 505 | help |
Thomas Petazzoni | 3a71493 | 2011-10-02 21:20:15 +0200 | [diff] [blame] | 506 | Sourcery CodeBench toolchain for the SuperH architecture, |
| 507 | from Mentor Graphics. It uses gcc 4.5.1, binutils 2.20, |
| 508 | uClibc 0.9.30, gdb 7.2.50 and kernel headers 2.6.35.2. It |
| 509 | has support for the following variants: |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 510 | - SH2A, uClibc, big endian |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 511 | |
Thomas Petazzoni | 1c81123 | 2012-11-04 07:34:22 +0000 | [diff] [blame] | 512 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209 |
| 513 | bool "Sourcery CodeBench x86/x86_64 2012.09" |
| 514 | depends on BR2_i386 || BR2_x86_64 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 515 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 1c81123 | 2012-11-04 07:34:22 +0000 | [diff] [blame] | 516 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 517 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 518 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 519 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 1c81123 | 2012-11-04 07:34:22 +0000 | [diff] [blame] | 520 | help |
| 521 | Sourcery CodeBench toolchain for the x86/x86_64 |
| 522 | architectures, from Mentor Graphics. It uses gcc 4.7.2, |
| 523 | binutils 2.23.51, glibc 2.16, gdb 7.4.50 and kernel headers |
| 524 | 3.5.4. It has support for the following variants: |
| 525 | - Intel Pentium 4, glibc, 32 bits |
| 526 | Default for x86, nothing special to do. |
| 527 | - Intel Atom, glibc, 32 bits |
| 528 | Select an Atom core |
| 529 | - Intel Xeon, glibc, 64 bits |
| 530 | Default for x86_64, nothing special to do. |
| 531 | - Intel Core 2, glibc, 64 bits |
| 532 | Select a Core 2 core |
| 533 | Other architecture variants (beyond Pentium-4/Xeon) are |
| 534 | supported as well, but glibc is not optimised for it. |
| 535 | |
Thomas Petazzoni | 363cb60 | 2012-11-04 07:34:20 +0000 | [diff] [blame] | 536 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203 |
| 537 | bool "Sourcery CodeBench x86/x86_64 2012.03" |
| 538 | depends on BR2_i386 || BR2_x86_64 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 539 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 363cb60 | 2012-11-04 07:34:20 +0000 | [diff] [blame] | 540 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 541 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 542 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 363cb60 | 2012-11-04 07:34:20 +0000 | [diff] [blame] | 543 | help |
| 544 | Sourcery CodeBench toolchain for the x86/x86_64 |
| 545 | architectures, from Mentor Graphics. It uses gcc 4.6.3, |
| 546 | binutils 2.21.53, glibc 2.15, gdb 7.2.50 and kernel headers |
| 547 | 3.2.10. It has support for the following variants: |
| 548 | - Intel Pentium 4, glibc, 32 bits |
| 549 | Default for x86, nothing special to do. |
| 550 | - Intel Atom, glibc, 32 bits |
| 551 | Select an Atom core |
| 552 | - Intel Xeon, glibc, 64 bits |
| 553 | Default for x86_64, nothing special to do. |
| 554 | - Intel Core 2, glibc, 64 bits |
| 555 | Select a Core 2 core |
| 556 | Other architecture variants (beyond Pentium-4/Xeon) are |
| 557 | supported as well, but glibc is not optimised for it. |
| 558 | |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 559 | config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109 |
| 560 | bool "Sourcery CodeBench x86/x86_64 2011.09" |
| 561 | depends on BR2_i386 || BR2_x86_64 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 562 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 563 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 564 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 565 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 566 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 567 | help |
| 568 | Sourcery CodeBench toolchain for the x86/x86_64 |
| 569 | architectures, from Mentor Graphics. It uses gcc 4.6.1, |
| 570 | binutils 2.21.53, glibc 2.13, gdb 7.2.50 and kernel headers |
| 571 | 3.0.1. It has support for the following variants: |
| 572 | - Intel Pentium 4, glibc, 32 bits |
Arnout Vandecappelle (Essensium/Mind) | a22dc0f | 2012-03-13 23:30:00 +0100 | [diff] [blame] | 573 | Default for x86, nothing special to do. |
| 574 | - Intel Atom, glibc, 32 bits |
| 575 | Select an Atom core |
| 576 | - Intel Xeon, glibc, 64 bits |
| 577 | Default for x86_64, nothing special to do. |
| 578 | - Intel Core 2, glibc, 64 bits |
| 579 | Select a Core 2 core |
| 580 | Other architecture variants (beyond Pentium-4/Xeon) are |
| 581 | supported as well, but glibc is not optimised for it. |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 582 | |
Gustavo Zacarias | 82e39a2 | 2013-02-01 03:04:50 +0000 | [diff] [blame^] | 583 | config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 |
| 584 | bool "Blackfin.uclinux.org 2012R2-RC2" |
| 585 | depends on BR2_bfin |
| 586 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
| 587 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
| 588 | select BR2_INSTALL_LIBSTDCPP |
| 589 | select BR2_LARGEFILE |
| 590 | select BR2_INET_IPV6 |
| 591 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
| 592 | select BR2_USE_WCHAR |
| 593 | select BR2_TOOLCHAIN_HAS_THREADS |
| 594 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
| 595 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
| 596 | help |
| 597 | Toolchain for the Blackfin architecture, from |
| 598 | http://blackfin.uclinux.org. |
| 599 | |
| 600 | config BR2_TOOLCHAIN_EXTERNAL_BLACKFI_UCLINUX_2012R1 |
| 601 | bool "Blackfin.uclinux.org 2012R1-RC2" |
Thomas Petazzoni | adf586e | 2012-06-03 16:04:39 +0200 | [diff] [blame] | 602 | depends on BR2_bfin |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 603 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | adf586e | 2012-06-03 16:04:39 +0200 | [diff] [blame] | 604 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
| 605 | select BR2_INSTALL_LIBSTDCPP |
| 606 | select BR2_LARGEFILE |
| 607 | select BR2_INET_IPV6 |
Thomas Petazzoni | 0858e00 | 2012-11-03 18:47:49 +0100 | [diff] [blame] | 608 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | adf586e | 2012-06-03 16:04:39 +0200 | [diff] [blame] | 609 | select BR2_USE_WCHAR |
| 610 | select BR2_TOOLCHAIN_HAS_THREADS |
| 611 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 612 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | adf586e | 2012-06-03 16:04:39 +0200 | [diff] [blame] | 613 | help |
| 614 | Toolchain for the Blackfin architecture, from |
| 615 | http://blackfin.uclinux.org. |
| 616 | |
Thomas Petazzoni | 91d4336 | 2011-12-31 12:39:12 +0100 | [diff] [blame] | 617 | config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1 |
| 618 | bool "Blackfin.uclinux.org 2011R1-RC4" |
| 619 | depends on BR2_bfin |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 620 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 91d4336 | 2011-12-31 12:39:12 +0100 | [diff] [blame] | 621 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
| 622 | select BR2_INSTALL_LIBSTDCPP |
| 623 | select BR2_LARGEFILE |
| 624 | select BR2_INET_IPV6 |
Thomas Petazzoni | 0858e00 | 2012-11-03 18:47:49 +0100 | [diff] [blame] | 625 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 91d4336 | 2011-12-31 12:39:12 +0100 | [diff] [blame] | 626 | select BR2_USE_WCHAR |
| 627 | select BR2_TOOLCHAIN_HAS_THREADS |
| 628 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 629 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 91d4336 | 2011-12-31 12:39:12 +0100 | [diff] [blame] | 630 | help |
| 631 | Toolchain for the Blackfin architecture, from |
| 632 | http://blackfin.uclinux.org. |
| 633 | |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 634 | config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2 |
| 635 | bool "Xilinx Little Endian Microblaze GNU Tools" |
| 636 | depends on BR2_microblazeel |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 637 | depends on BR2_HOSTARCH = "x86_64" |
Thomas Petazzoni | 1f6e2b4 | 2012-08-01 23:47:04 +0200 | [diff] [blame] | 638 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 639 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 640 | help |
| 641 | Toolchain for the Microblaze architecture, from |
| 642 | http://wiki.xilinx.com/mb-gnu-tools |
| 643 | |
| 644 | config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2 |
| 645 | bool "Xilinx Big Endian Microblaze GNU Tools" |
| 646 | depends on BR2_microblazebe |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 647 | depends on BR2_HOSTARCH = "x86_64" |
Thomas Petazzoni | 1f6e2b4 | 2012-08-01 23:47:04 +0200 | [diff] [blame] | 648 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 649 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 650 | help |
| 651 | Toolchain for the Microblaze architecture, from |
| 652 | http://wiki.xilinx.com/mb-gnu-tools |
| 653 | |
Thomas Petazzoni | 8fa0a06 | 2012-12-20 13:23:26 +0000 | [diff] [blame] | 654 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_12 |
| 655 | bool "Linaro AArch64 12.12" |
| 656 | depends on BR2_aarch64 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 657 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 8fa0a06 | 2012-12-20 13:23:26 +0000 | [diff] [blame] | 658 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 659 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 660 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 8fa0a06 | 2012-12-20 13:23:26 +0000 | [diff] [blame] | 661 | help |
| 662 | Toolchain for the AArch64 architecture, from |
| 663 | http://www.linaro.org/engineering/armv8/ |
| 664 | |
Thomas Petazzoni | 6a0adce | 2012-12-20 13:23:25 +0000 | [diff] [blame] | 665 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_11 |
| 666 | bool "Linaro AArch64 12.11" |
| 667 | depends on BR2_aarch64 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 668 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 6a0adce | 2012-12-20 13:23:25 +0000 | [diff] [blame] | 669 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 670 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 671 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 6a0adce | 2012-12-20 13:23:25 +0000 | [diff] [blame] | 672 | help |
| 673 | Toolchain for the AArch64 architecture, from |
| 674 | http://www.linaro.org/engineering/armv8/ |
| 675 | |
Thomas Petazzoni | 7c7512d | 2012-10-28 17:40:32 +0100 | [diff] [blame] | 676 | config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_10 |
| 677 | bool "Linaro AArch64 12.10" |
| 678 | depends on BR2_aarch64 |
Thomas Petazzoni | 4eff1f2 | 2012-12-29 06:14:48 +0000 | [diff] [blame] | 679 | depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" |
Thomas Petazzoni | 7c7512d | 2012-10-28 17:40:32 +0100 | [diff] [blame] | 680 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
| 681 | select BR2_INSTALL_LIBSTDCPP |
Thomas Petazzoni | 2d16ba9 | 2012-12-29 06:14:50 +0000 | [diff] [blame] | 682 | select BR2_HOSTARCH_NEEDS_IA32_LIBS |
Thomas Petazzoni | 7c7512d | 2012-10-28 17:40:32 +0100 | [diff] [blame] | 683 | help |
| 684 | Toolchain for the AArch64 architecture, from |
| 685 | http://www.linaro.org/engineering/armv8/ |
| 686 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 687 | config BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
Thomas De Schampheleire | 5022fa8 | 2012-06-22 07:42:37 +0200 | [diff] [blame] | 688 | bool "Custom toolchain" |
| 689 | help |
| 690 | Use this option to use a custom toolchain pre-installed on |
| 691 | your system. |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 692 | |
| 693 | endchoice |
| 694 | |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 695 | choice |
| 696 | prompt "Toolchain origin" |
Thomas Petazzoni | 7019407 | 2012-07-22 20:57:26 +0200 | [diff] [blame] | 697 | # Keep compatibility with old defconfig files that are using |
| 698 | # custom toolchains, and which are therefore assuming that |
| 699 | # "preinstalled" in the default choice. |
| 700 | default BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED if BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 701 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 702 | config BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 703 | bool "Toolchain to be downloaded and installed" |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 704 | help |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 705 | Select this option if you want Buildroot to download and install the |
| 706 | toolchain. If you have selected a custom toolchain, specify the URL |
| 707 | in BR2_TOOLCHAIN_EXTERNAL_URL. |
| 708 | |
| 709 | config BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED |
| 710 | bool "Pre-installed toolchain" |
| 711 | help |
| 712 | Select this option if you want to use a pre-installed toolchain. |
| 713 | Specify the path to this toolchain in BR2_TOOLCHAIN_EXTERNAL_PATH. |
| 714 | |
| 715 | endchoice |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 716 | |
| 717 | config BR2_TOOLCHAIN_EXTERNAL_PATH |
| 718 | string "Toolchain path" |
| 719 | default "/path/to/toolchain/usr" |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 720 | depends on BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 721 | help |
| 722 | Path to where the external toolchain is installed. |
| 723 | |
Thomas De Schampheleire | df0c125 | 2012-06-22 07:42:38 +0200 | [diff] [blame] | 724 | config BR2_TOOLCHAIN_EXTERNAL_URL |
| 725 | string "Toolchain URL" |
| 726 | depends on BR2_TOOLCHAIN_EXTERNAL_CUSTOM && BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD |
| 727 | help |
| 728 | URL of the custom toolchain tarball to download and install. |
| 729 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 730 | config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX |
| 731 | string "Toolchain prefix" |
| 732 | depends on BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
| 733 | default "$(ARCH)-linux" |
| 734 | |
| 735 | config BR2_TOOLCHAIN_EXTERNAL_PREFIX |
| 736 | string |
Thomas Petazzoni | 94ca09c | 2012-10-25 22:20:25 +0000 | [diff] [blame] | 737 | default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_10 |
Thomas Petazzoni | 008f635 | 2012-11-27 04:07:01 +0000 | [diff] [blame] | 738 | default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_11 |
Thomas Petazzoni | e658cdf | 2012-12-20 13:23:27 +0000 | [diff] [blame] | 739 | default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_12 |
Thomas Petazzoni | e89b262 | 2011-05-13 11:38:43 +0200 | [diff] [blame] | 740 | default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103 |
Thomas Petazzoni | 102c6b5 | 2011-12-31 12:18:23 +0100 | [diff] [blame] | 741 | default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109 |
Fabio Porcedda | 7bcb494 | 2012-09-10 00:02:57 +0000 | [diff] [blame] | 742 | default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203 |
Thomas Petazzoni | 7c7512d | 2012-10-28 17:40:32 +0100 | [diff] [blame] | 743 | default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_10 |
Thomas Petazzoni | 6a0adce | 2012-12-20 13:23:25 +0000 | [diff] [blame] | 744 | default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_11 |
Thomas Petazzoni | 8fa0a06 | 2012-12-20 13:23:26 +0000 | [diff] [blame] | 745 | default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_12 |
Alvaro G. M | bb7788f | 2012-03-16 14:42:55 +0100 | [diff] [blame] | 746 | default "microblazeel-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2 |
| 747 | default "microblaze-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2 |
Thomas Petazzoni | 5cc4924 | 2012-06-03 16:04:40 +0200 | [diff] [blame] | 748 | default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201109 |
Thomas Petazzoni | 60e26e3 | 2012-12-20 13:23:20 +0000 | [diff] [blame] | 749 | default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201203 |
Thomas Petazzoni | 8de1f57 | 2012-12-20 13:23:21 +0000 | [diff] [blame] | 750 | default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209 |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 751 | default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009 |
Thomas Petazzoni | 22e0698 | 2011-12-31 12:28:34 +0100 | [diff] [blame] | 752 | default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 |
Thomas Petazzoni | 42c0fb4 | 2011-10-02 21:20:13 +0200 | [diff] [blame] | 753 | default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103 |
Thomas Petazzoni | 41d85c0 | 2012-11-04 07:34:19 +0000 | [diff] [blame] | 754 | default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203 |
Thomas Petazzoni | e067a44 | 2012-11-04 07:34:21 +0000 | [diff] [blame] | 755 | default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209 |
Phil Edworthy | 9515745 | 2011-05-06 15:23:04 +0100 | [diff] [blame] | 756 | default "sh-uclinux" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009 |
Thomas Petazzoni | ae23646 | 2011-10-02 21:20:11 +0200 | [diff] [blame] | 757 | default "sh-uclinux" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103 |
Thomas Petazzoni | d00bd2a | 2011-12-31 12:34:33 +0100 | [diff] [blame] | 758 | default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109 |
Thomas Petazzoni | 363cb60 | 2012-11-04 07:34:20 +0000 | [diff] [blame] | 759 | default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203 |
Thomas Petazzoni | 1c81123 | 2012-11-04 07:34:22 +0000 | [diff] [blame] | 760 | default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209 |
Thomas Petazzoni | 91d4336 | 2011-12-31 12:39:12 +0100 | [diff] [blame] | 761 | default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1 && !BR2_BFIN_FDPIC |
| 762 | default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1 && BR2_BFIN_FDPIC |
Thomas Petazzoni | adf586e | 2012-06-03 16:04:39 +0200 | [diff] [blame] | 763 | default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 && !BR2_BFIN_FDPIC |
| 764 | default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 && BR2_BFIN_FDPIC |
Gustavo Zacarias | 82e39a2 | 2013-02-01 03:04:50 +0000 | [diff] [blame^] | 765 | default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && !BR2_BFIN_FDPIC |
| 766 | default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && BR2_BFIN_FDPIC |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 767 | default $(BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX) \ |
| 768 | if BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
Thomas Petazzoni | 643aa23 | 2009-05-29 18:37:41 +0200 | [diff] [blame] | 769 | |
| 770 | config BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 771 | bool |
Thomas Petazzoni | fff7117 | 2010-12-13 17:27:37 +0100 | [diff] [blame] | 772 | select BR2_LARGEFILE |
| 773 | select BR2_INET_IPV6 |
Thomas Petazzoni | fff7117 | 2010-12-13 17:27:37 +0100 | [diff] [blame] | 774 | select BR2_USE_WCHAR |
| 775 | select BR2_ENABLE_LOCALE |
Thomas Petazzoni | 9eaad20 | 2010-12-13 17:27:44 +0100 | [diff] [blame] | 776 | select BR2_TOOLCHAIN_HAS_THREADS |
Peter Korsgaard | 5931db0 | 2011-11-24 14:26:52 +0100 | [diff] [blame] | 777 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
Thomas Petazzoni | b988292 | 2011-05-30 23:56:57 +0200 | [diff] [blame] | 778 | select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS |
Thomas Petazzoni | 643aa23 | 2009-05-29 18:37:41 +0200 | [diff] [blame] | 779 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 780 | config BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
| 781 | bool |
| 782 | |
| 783 | if BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
| 784 | |
| 785 | choice |
| 786 | prompt "External toolchain C library" |
| 787 | default BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC |
| 788 | |
| 789 | config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC |
| 790 | bool "uClibc" |
| 791 | select BR2_TOOLCHAIN_EXTERNAL_UCLIBC |
Thomas Petazzoni | b988292 | 2011-05-30 23:56:57 +0200 | [diff] [blame] | 792 | # For the time being, we assume that all custom external |
| 793 | # toolchains have shadow password support. |
| 794 | select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 795 | |
| 796 | config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC |
Baruch Siach | 9668893 | 2012-09-27 09:27:42 +0000 | [diff] [blame] | 797 | bool "glibc/eglibc" |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 798 | select BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Baruch Siach | 9668893 | 2012-09-27 09:27:42 +0000 | [diff] [blame] | 799 | help |
| 800 | Note: eglibc is a variant of glibc that (among other things) can be |
| 801 | configured to exclude some of its features. Using a toolchain with |
| 802 | eglibc configured to exclude key features may cause build failures to |
| 803 | some packages. |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 804 | |
Thomas Petazzoni | 643aa23 | 2009-05-29 18:37:41 +0200 | [diff] [blame] | 805 | endchoice |
"Steven J. Hill" | 02f71aa | 2007-02-06 18:19:38 +0000 | [diff] [blame] | 806 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 807 | if BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC |
Thomas Petazzoni | fff7117 | 2010-12-13 17:27:37 +0100 | [diff] [blame] | 808 | |
| 809 | config BR2_TOOLCHAIN_EXTERNAL_LARGEFILE |
| 810 | bool "Toolchain has large file support?" |
| 811 | select BR2_LARGEFILE |
| 812 | help |
| 813 | Select this option if your external toolchain supports |
| 814 | largefile. If you don't know, leave the default value, |
| 815 | Buildroot will tell you if it's correct or not. |
| 816 | |
| 817 | config BR2_TOOLCHAIN_EXTERNAL_INET_IPV6 |
| 818 | bool "Toolchain has IPv6 support?" |
| 819 | select BR2_INET_IPV6 |
| 820 | help |
| 821 | Select this option if your external toolchain supports |
| 822 | IPv6. If you don't know, leave the default value, Buildroot |
| 823 | will tell you if it's correct or not. |
| 824 | |
Thomas Petazzoni | fff7117 | 2010-12-13 17:27:37 +0100 | [diff] [blame] | 825 | config BR2_TOOLCHAIN_EXTERNAL_WCHAR |
| 826 | bool "Toolchain has WCHAR support?" |
| 827 | select BR2_USE_WCHAR |
| 828 | help |
| 829 | Select this option if your external toolchain supports |
| 830 | WCHAR. If you don't know, leave the default value, Buildroot |
| 831 | will tell you if it's correct or not. |
| 832 | |
| 833 | config BR2_TOOLCHAIN_EXTERNAL_LOCALE |
| 834 | bool "Toolchain has locale support?" |
| 835 | select BR2_TOOLCHAIN_EXTERNAL_WCHAR |
| 836 | select BR2_ENABLE_LOCALE |
| 837 | help |
| 838 | Select this option if your external toolchain has locale |
| 839 | support. If you don't know, leave the default value, |
| 840 | Buildroot will tell you if it's correct or not. |
| 841 | |
Thomas Petazzoni | 9eaad20 | 2010-12-13 17:27:44 +0100 | [diff] [blame] | 842 | config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS |
| 843 | bool "Toolchain has threads support?" |
| 844 | select BR2_TOOLCHAIN_HAS_THREADS |
Peter Korsgaard | 04d0689 | 2011-07-26 15:28:19 +0200 | [diff] [blame] | 845 | default y |
Thomas Petazzoni | 9eaad20 | 2010-12-13 17:27:44 +0100 | [diff] [blame] | 846 | help |
| 847 | Select this option if your external toolchain has thread |
| 848 | support. If you don't know, leave the default value, |
| 849 | Buildroot will tell you if it's correct or not. |
| 850 | |
Peter Korsgaard | 5931db0 | 2011-11-24 14:26:52 +0100 | [diff] [blame] | 851 | config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG |
| 852 | bool "Toolchain has threads debugging support?" |
| 853 | depends on BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS |
| 854 | select BR2_TOOLCHAIN_HAS_THREADS_DEBUG |
| 855 | default y |
| 856 | help |
| 857 | Select this option if your external toolchain has thread |
| 858 | debugging support. If you don't know, leave the default |
| 859 | value, Buildroot will tell you if it's correct or not. |
| 860 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 861 | endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC |
| 862 | |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 863 | config BR2_TOOLCHAIN_EXTERNAL_INET_RPC |
| 864 | bool "Toolchain has RPC support?" |
| 865 | select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
Thomas Petazzoni | 3a843a3 | 2012-11-04 07:34:29 +0000 | [diff] [blame] | 866 | default y if BR2_TOOLCHAIN_EXTERNAL_GLIBC |
Thomas Petazzoni | 9fbdf06 | 2012-11-03 18:47:50 +0100 | [diff] [blame] | 867 | help |
| 868 | Select this option if your external toolchain supports |
| 869 | RPC. If you don't know, leave the default value, Buildroot |
| 870 | will tell you if it's correct or not. |
| 871 | |
Thomas Petazzoni | 6b578c8 | 2010-12-13 17:27:41 +0100 | [diff] [blame] | 872 | config BR2_TOOLCHAIN_EXTERNAL_CXX |
| 873 | bool "Toolchain has C++ support?" |
| 874 | select BR2_INSTALL_LIBSTDCPP |
| 875 | help |
| 876 | Select this option if your external toolchain has C++ |
| 877 | support. If you don't know, leave the default value, |
| 878 | Buildroot will tell you if it's correct or not. |
| 879 | |
Thomas De Schampheleire | c72f54b | 2011-10-02 21:20:10 +0200 | [diff] [blame] | 880 | config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS |
| 881 | string "Extra toolchain libraries to be copied to target" |
| 882 | help |
| 883 | If your external toolchain provides extra libraries that |
| 884 | need to be copied to the target filesystem, enter them |
| 885 | here, separated by spaces. They will be copied to the |
| 886 | target's /lib directory. |
| 887 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 888 | endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM |
Thomas Petazzoni | fff7117 | 2010-12-13 17:27:37 +0100 | [diff] [blame] | 889 | |
Thomas Petazzoni | 6c492d5 | 2010-12-13 17:27:39 +0100 | [diff] [blame] | 890 | endif # BR2_TOOLCHAIN_EXTERNAL |
| 891 | |