1# This file was auto-generated by support/scripts/gen-bootlin-toolchains
2# Do not edit
3config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCH_SUPPORTS
4	bool
5	default y if BR2_aarch64
6	default y if BR2_aarch64_be
7	default y if BR2_arcle && BR2_arc750d
8	default y if BR2_arcle && BR2_archs38
9	default y if BR2_ARM_CPU_ARMV5 && BR2_ARM_EABI
10	default y if BR2_ARM_CPU_ARMV6 && BR2_ARM_EABIHF
11	default y if BR2_ARM_CPU_ARMV7A && BR2_ARM_EABIHF
12	default y if BR2_ARM_CPU_ARMV7M
13	default y if BR2_m68k_m68k
14	default y if BR2_m68k_cf
15	default y if BR2_microblazebe
16	default y if BR2_microblazeel
17	default y if BR2_mips && BR2_mips_32 && !BR2_MIPS_SOFT_FLOAT
18	default y if BR2_mipsel && BR2_mips_32 && !BR2_MIPS_SOFT_FLOAT
19	default y if BR2_mipsel && BR2_mips_32r5 && !BR2_MIPS_SOFT_FLOAT
20	default y if BR2_mipsel && BR2_mips_32r6 && !BR2_MIPS_SOFT_FLOAT
21	default y if BR2_mips64 && BR2_mips_64 && !BR2_MIPS_SOFT_FLOAT
22	default y if BR2_mips64 && BR2_mips_64 && BR2_MIPS_NABI32 && !BR2_MIPS_SOFT_FLOAT
23	default y if BR2_mips64el && BR2_mips_64 && BR2_MIPS_NABI32 && !BR2_MIPS_SOFT_FLOAT
24	default y if BR2_mips64el && BR2_mips_64r6 && BR2_MIPS_NABI32 && !BR2_MIPS_SOFT_FLOAT
25	default y if BR2_nios2
26	default y if BR2_or1k
27	default y if BR2_powerpc && BR2_powerpc_440fp
28	default y if BR2_powerpc && BR2_powerpc_e300c3
29	default y if BR2_powerpc && BR2_powerpc_e500mc
30	default y if BR2_powerpc64 && BR2_powerpc_e5500
31	default y if BR2_powerpc64 && BR2_powerpc_e6500
32	default y if BR2_powerpc64 && BR2_powerpc_power8
33	default y if BR2_powerpc64le && BR2_powerpc_power8
34	default y if BR2_riscv && BR2_riscv_g && BR2_RISCV_32 && BR2_RISCV_ABI_ILP32D
35	default y if BR2_riscv && BR2_riscv_g && BR2_RISCV_64 && BR2_RISCV_ABI_LP64
36	default y if BR2_sh && BR2_sh4
37	default y if BR2_sh && BR2_sh4aeb
38	default y if BR2_sparc64 && BR2_sparc_v9
39	default y if BR2_sparc && BR2_sparc_v8
40	default y if BR2_x86_64 && BR2_X86_CPU_HAS_MMX && BR2_X86_CPU_HAS_SSE && BR2_X86_CPU_HAS_SSE2 && BR2_X86_CPU_HAS_SSE3 && BR2_X86_CPU_HAS_SSSE3 && BR2_X86_CPU_HAS_SSE4 && BR2_X86_CPU_HAS_SSE42
41	default y if BR2_i386 && BR2_X86_CPU_HAS_MMX && BR2_X86_CPU_HAS_SSE && BR2_X86_CPU_HAS_SSE2 && BR2_X86_CPU_HAS_SSE3 && BR2_X86_CPU_HAS_SSSE3
42	default y if BR2_i386 && !BR2_x86_i486 && !BR2_x86_i586 && !BR2_x86_x1000
43	default y if BR2_xtensa && BR2_XTENSA_CUSTOM && BR2_XTENSA_LITTLE_ENDIAN
44
45if BR2_TOOLCHAIN_EXTERNAL_BOOTLIN
46
47config BR2_TOOLCHAIN_EXTERNAL_PREFIX
48	default "$(ARCH)-linux"
49
50config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
51	default "toolchain-external-bootlin"
52
53choice
54	prompt "Bootlin toolchain variant"
55config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_BLEEDING_EDGE
56	bool "aarch64 glibc bleeding-edge 2020.08-1"
57	depends on BR2_aarch64
58	depends on BR2_USE_MMU
59	depends on !BR2_STATIC_LIBS
60	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
61	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
62	select BR2_INSTALL_LIBSTDCPP
63	select BR2_TOOLCHAIN_HAS_FORTRAN
64	select BR2_TOOLCHAIN_HAS_SSP
65	select BR2_TOOLCHAIN_HAS_THREADS
66	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
67	select BR2_TOOLCHAIN_HAS_THREADS
68	select BR2_TOOLCHAIN_HAS_THREADS
69	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
70	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
71	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
72	help
73	  Bootlin toolchain for the aarch64 architecture, using the
74	  glibc C library. This is a bleeding-edge version, which
75	  means it is using the latest versions of gcc, gdb and
76	  binutils.
77
78	  https://toolchains.bootlin.com/
79
80config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE
81	bool "aarch64 glibc stable 2020.08-1"
82	depends on BR2_aarch64
83	depends on BR2_USE_MMU
84	depends on !BR2_STATIC_LIBS
85	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
86	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
87	select BR2_INSTALL_LIBSTDCPP
88	select BR2_TOOLCHAIN_HAS_FORTRAN
89	select BR2_TOOLCHAIN_HAS_SSP
90	select BR2_TOOLCHAIN_HAS_THREADS
91	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
92	select BR2_TOOLCHAIN_HAS_THREADS
93	select BR2_TOOLCHAIN_HAS_THREADS
94	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
95	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
96	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
97	help
98	  Bootlin toolchain for the aarch64 architecture, using the
99	  glibc C library. This is a stable version, which means it
100	  is using stable and proven versions of gcc, gdb and
101	  binutils.
102
103	  https://toolchains.bootlin.com/
104
105config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_BLEEDING_EDGE
106	bool "aarch64 musl bleeding-edge 2020.08-1"
107	depends on BR2_aarch64
108	depends on BR2_USE_MMU
109	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
110	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
111	select BR2_INSTALL_LIBSTDCPP
112	select BR2_TOOLCHAIN_HAS_FORTRAN
113	select BR2_TOOLCHAIN_HAS_SSP
114	select BR2_TOOLCHAIN_HAS_THREADS
115	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
116	select BR2_TOOLCHAIN_HAS_THREADS
117	select BR2_TOOLCHAIN_HAS_THREADS
118	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
119	select BR2_TOOLCHAIN_EXTERNAL_MUSL
120	help
121	  Bootlin toolchain for the aarch64 architecture, using the
122	  musl C library. This is a bleeding-edge version, which
123	  means it is using the latest versions of gcc, gdb and
124	  binutils.
125
126	  https://toolchains.bootlin.com/
127
128config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_STABLE
129	bool "aarch64 musl stable 2020.08-1"
130	depends on BR2_aarch64
131	depends on BR2_USE_MMU
132	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
133	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
134	select BR2_INSTALL_LIBSTDCPP
135	select BR2_TOOLCHAIN_HAS_FORTRAN
136	select BR2_TOOLCHAIN_HAS_SSP
137	select BR2_TOOLCHAIN_HAS_THREADS
138	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
139	select BR2_TOOLCHAIN_HAS_THREADS
140	select BR2_TOOLCHAIN_HAS_THREADS
141	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
142	select BR2_TOOLCHAIN_EXTERNAL_MUSL
143	help
144	  Bootlin toolchain for the aarch64 architecture, using the
145	  musl C library. This is a stable version, which means it is
146	  using stable and proven versions of gcc, gdb and binutils.
147
148	  https://toolchains.bootlin.com/
149
150config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_BLEEDING_EDGE
151	bool "aarch64 uclibc bleeding-edge 2020.08-1"
152	depends on BR2_aarch64
153	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
154	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
155	select BR2_USE_WCHAR
156	select BR2_ENABLE_LOCALE
157	select BR2_INSTALL_LIBSTDCPP
158	select BR2_TOOLCHAIN_HAS_FORTRAN
159	select BR2_TOOLCHAIN_HAS_THREADS
160	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
161	select BR2_TOOLCHAIN_HAS_THREADS
162	select BR2_TOOLCHAIN_HAS_THREADS
163	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
164	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
165	help
166	  Bootlin toolchain for the aarch64 architecture, using the
167	  uclibc C library. This is a bleeding-edge version, which
168	  means it is using the latest versions of gcc, gdb and
169	  binutils.
170
171	  https://toolchains.bootlin.com/
172
173config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_STABLE
174	bool "aarch64 uclibc stable 2020.08-1"
175	depends on BR2_aarch64
176	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
177	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
178	select BR2_USE_WCHAR
179	select BR2_ENABLE_LOCALE
180	select BR2_INSTALL_LIBSTDCPP
181	select BR2_TOOLCHAIN_HAS_FORTRAN
182	select BR2_TOOLCHAIN_HAS_THREADS
183	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
184	select BR2_TOOLCHAIN_HAS_THREADS
185	select BR2_TOOLCHAIN_HAS_THREADS
186	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
187	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
188	help
189	  Bootlin toolchain for the aarch64 architecture, using the
190	  uclibc C library. This is a stable version, which means it
191	  is using stable and proven versions of gcc, gdb and
192	  binutils.
193
194	  https://toolchains.bootlin.com/
195
196config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_BLEEDING_EDGE
197	bool "aarch64be glibc bleeding-edge 2020.08-1"
198	depends on BR2_aarch64_be
199	depends on BR2_USE_MMU
200	depends on !BR2_STATIC_LIBS
201	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
202	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
203	select BR2_INSTALL_LIBSTDCPP
204	select BR2_TOOLCHAIN_HAS_FORTRAN
205	select BR2_TOOLCHAIN_HAS_SSP
206	select BR2_TOOLCHAIN_HAS_THREADS
207	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
208	select BR2_TOOLCHAIN_HAS_THREADS
209	select BR2_TOOLCHAIN_HAS_THREADS
210	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
211	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
212	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
213	help
214	  Bootlin toolchain for the aarch64be architecture, using the
215	  glibc C library. This is a bleeding-edge version, which
216	  means it is using the latest versions of gcc, gdb and
217	  binutils.
218
219	  https://toolchains.bootlin.com/
220
221config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_STABLE
222	bool "aarch64be glibc stable 2020.08-1"
223	depends on BR2_aarch64_be
224	depends on BR2_USE_MMU
225	depends on !BR2_STATIC_LIBS
226	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
227	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
228	select BR2_INSTALL_LIBSTDCPP
229	select BR2_TOOLCHAIN_HAS_FORTRAN
230	select BR2_TOOLCHAIN_HAS_SSP
231	select BR2_TOOLCHAIN_HAS_THREADS
232	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
233	select BR2_TOOLCHAIN_HAS_THREADS
234	select BR2_TOOLCHAIN_HAS_THREADS
235	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
236	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
237	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
238	help
239	  Bootlin toolchain for the aarch64be architecture, using the
240	  glibc C library. This is a stable version, which means it
241	  is using stable and proven versions of gcc, gdb and
242	  binutils.
243
244	  https://toolchains.bootlin.com/
245
246config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_BLEEDING_EDGE
247	bool "aarch64be uclibc bleeding-edge 2020.08-1"
248	depends on BR2_aarch64_be
249	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
250	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
251	select BR2_USE_WCHAR
252	select BR2_ENABLE_LOCALE
253	select BR2_INSTALL_LIBSTDCPP
254	select BR2_TOOLCHAIN_HAS_FORTRAN
255	select BR2_TOOLCHAIN_HAS_THREADS
256	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
257	select BR2_TOOLCHAIN_HAS_THREADS
258	select BR2_TOOLCHAIN_HAS_THREADS
259	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
260	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
261	help
262	  Bootlin toolchain for the aarch64be architecture, using the
263	  uclibc C library. This is a bleeding-edge version, which
264	  means it is using the latest versions of gcc, gdb and
265	  binutils.
266
267	  https://toolchains.bootlin.com/
268
269config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_STABLE
270	bool "aarch64be uclibc stable 2020.08-1"
271	depends on BR2_aarch64_be
272	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
273	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
274	select BR2_USE_WCHAR
275	select BR2_ENABLE_LOCALE
276	select BR2_INSTALL_LIBSTDCPP
277	select BR2_TOOLCHAIN_HAS_FORTRAN
278	select BR2_TOOLCHAIN_HAS_THREADS
279	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
280	select BR2_TOOLCHAIN_HAS_THREADS
281	select BR2_TOOLCHAIN_HAS_THREADS
282	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
283	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
284	help
285	  Bootlin toolchain for the aarch64be architecture, using the
286	  uclibc C library. This is a stable version, which means it
287	  is using stable and proven versions of gcc, gdb and
288	  binutils.
289
290	  https://toolchains.bootlin.com/
291
292config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_BLEEDING_EDGE
293	bool "arcle-750d uclibc bleeding-edge 2020.08-1"
294	depends on BR2_arcle
295	depends on BR2_arc750d
296	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
297	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
298	select BR2_USE_WCHAR
299	select BR2_ENABLE_LOCALE
300	select BR2_INSTALL_LIBSTDCPP
301	select BR2_TOOLCHAIN_HAS_FORTRAN
302	select BR2_TOOLCHAIN_HAS_THREADS
303	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
304	select BR2_TOOLCHAIN_HAS_THREADS
305	select BR2_TOOLCHAIN_HAS_THREADS
306	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
307	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
308	help
309	  Bootlin toolchain for the arcle-750d architecture, using
310	  the uclibc C library. This is a bleeding-edge version,
311	  which means it is using the latest versions of gcc, gdb and
312	  binutils.
313
314	  https://toolchains.bootlin.com/
315
316config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_STABLE
317	bool "arcle-750d uclibc stable 2020.08-1"
318	depends on BR2_arcle
319	depends on BR2_arc750d
320	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
321	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
322	select BR2_USE_WCHAR
323	select BR2_ENABLE_LOCALE
324	select BR2_INSTALL_LIBSTDCPP
325	select BR2_TOOLCHAIN_HAS_FORTRAN
326	select BR2_TOOLCHAIN_HAS_THREADS
327	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
328	select BR2_TOOLCHAIN_HAS_THREADS
329	select BR2_TOOLCHAIN_HAS_THREADS
330	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
331	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
332	help
333	  Bootlin toolchain for the arcle-750d architecture, using
334	  the uclibc C library. This is a stable version, which means
335	  it is using stable and proven versions of gcc, gdb and
336	  binutils.
337
338	  https://toolchains.bootlin.com/
339
340config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_BLEEDING_EDGE
341	bool "arcle-hs38 glibc bleeding-edge 2020.08-1"
342	depends on BR2_arcle
343	depends on BR2_archs38
344	depends on BR2_USE_MMU
345	depends on !BR2_STATIC_LIBS
346	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
347	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
348	select BR2_INSTALL_LIBSTDCPP
349	select BR2_TOOLCHAIN_HAS_FORTRAN
350	select BR2_TOOLCHAIN_HAS_SSP
351	select BR2_TOOLCHAIN_HAS_THREADS
352	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
353	select BR2_TOOLCHAIN_HAS_THREADS
354	select BR2_TOOLCHAIN_HAS_THREADS
355	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
356	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
357	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
358	help
359	  Bootlin toolchain for the arcle-hs38 architecture, using
360	  the glibc C library. This is a bleeding-edge version, which
361	  means it is using the latest versions of gcc, gdb and
362	  binutils.
363
364	  https://toolchains.bootlin.com/
365
366config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_STABLE
367	bool "arcle-hs38 glibc stable 2020.08-1"
368	depends on BR2_arcle
369	depends on BR2_archs38
370	depends on BR2_USE_MMU
371	depends on !BR2_STATIC_LIBS
372	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
373	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
374	select BR2_INSTALL_LIBSTDCPP
375	select BR2_TOOLCHAIN_HAS_FORTRAN
376	select BR2_TOOLCHAIN_HAS_SSP
377	select BR2_TOOLCHAIN_HAS_THREADS
378	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
379	select BR2_TOOLCHAIN_HAS_THREADS
380	select BR2_TOOLCHAIN_HAS_THREADS
381	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
382	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
383	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
384	help
385	  Bootlin toolchain for the arcle-hs38 architecture, using
386	  the glibc C library. This is a stable version, which means
387	  it is using stable and proven versions of gcc, gdb and
388	  binutils.
389
390	  https://toolchains.bootlin.com/
391
392config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_BLEEDING_EDGE
393	bool "arcle-hs38 uclibc bleeding-edge 2020.08-1"
394	depends on BR2_arcle
395	depends on BR2_archs38
396	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
397	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
398	select BR2_USE_WCHAR
399	select BR2_ENABLE_LOCALE
400	select BR2_INSTALL_LIBSTDCPP
401	select BR2_TOOLCHAIN_HAS_FORTRAN
402	select BR2_TOOLCHAIN_HAS_THREADS
403	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
404	select BR2_TOOLCHAIN_HAS_THREADS
405	select BR2_TOOLCHAIN_HAS_THREADS
406	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
407	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
408	help
409	  Bootlin toolchain for the arcle-hs38 architecture, using
410	  the uclibc C library. This is a bleeding-edge version,
411	  which means it is using the latest versions of gcc, gdb and
412	  binutils.
413
414	  https://toolchains.bootlin.com/
415
416config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_STABLE
417	bool "arcle-hs38 uclibc stable 2020.08-1"
418	depends on BR2_arcle
419	depends on BR2_archs38
420	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
421	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
422	select BR2_USE_WCHAR
423	select BR2_ENABLE_LOCALE
424	select BR2_INSTALL_LIBSTDCPP
425	select BR2_TOOLCHAIN_HAS_FORTRAN
426	select BR2_TOOLCHAIN_HAS_THREADS
427	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
428	select BR2_TOOLCHAIN_HAS_THREADS
429	select BR2_TOOLCHAIN_HAS_THREADS
430	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
431	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
432	help
433	  Bootlin toolchain for the arcle-hs38 architecture, using
434	  the uclibc C library. This is a stable version, which means
435	  it is using stable and proven versions of gcc, gdb and
436	  binutils.
437
438	  https://toolchains.bootlin.com/
439
440config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_BLEEDING_EDGE
441	bool "armv5-eabi glibc bleeding-edge 2020.08-1"
442	depends on BR2_ARM_CPU_ARMV5
443	depends on BR2_ARM_EABI
444	depends on BR2_USE_MMU
445	depends on !BR2_STATIC_LIBS
446	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
447	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
448	select BR2_INSTALL_LIBSTDCPP
449	select BR2_TOOLCHAIN_HAS_FORTRAN
450	select BR2_TOOLCHAIN_HAS_SSP
451	select BR2_TOOLCHAIN_HAS_THREADS
452	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
453	select BR2_TOOLCHAIN_HAS_THREADS
454	select BR2_TOOLCHAIN_HAS_THREADS
455	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
456	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
457	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
458	help
459	  Bootlin toolchain for the armv5-eabi architecture, using
460	  the glibc C library. This is a bleeding-edge version, which
461	  means it is using the latest versions of gcc, gdb and
462	  binutils.
463
464	  https://toolchains.bootlin.com/
465
466config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE
467	bool "armv5-eabi glibc stable 2020.08-1"
468	depends on BR2_ARM_CPU_ARMV5
469	depends on BR2_ARM_EABI
470	depends on BR2_USE_MMU
471	depends on !BR2_STATIC_LIBS
472	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
473	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
474	select BR2_INSTALL_LIBSTDCPP
475	select BR2_TOOLCHAIN_HAS_FORTRAN
476	select BR2_TOOLCHAIN_HAS_SSP
477	select BR2_TOOLCHAIN_HAS_THREADS
478	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
479	select BR2_TOOLCHAIN_HAS_THREADS
480	select BR2_TOOLCHAIN_HAS_THREADS
481	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
482	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
483	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
484	help
485	  Bootlin toolchain for the armv5-eabi architecture, using
486	  the glibc C library. This is a stable version, which means
487	  it is using stable and proven versions of gcc, gdb and
488	  binutils.
489
490	  https://toolchains.bootlin.com/
491
492config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_BLEEDING_EDGE
493	bool "armv5-eabi musl bleeding-edge 2020.08-1"
494	depends on BR2_ARM_CPU_ARMV5
495	depends on BR2_ARM_EABI
496	depends on BR2_USE_MMU
497	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
498	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
499	select BR2_INSTALL_LIBSTDCPP
500	select BR2_TOOLCHAIN_HAS_FORTRAN
501	select BR2_TOOLCHAIN_HAS_SSP
502	select BR2_TOOLCHAIN_HAS_THREADS
503	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
504	select BR2_TOOLCHAIN_HAS_THREADS
505	select BR2_TOOLCHAIN_HAS_THREADS
506	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
507	select BR2_TOOLCHAIN_EXTERNAL_MUSL
508	help
509	  Bootlin toolchain for the armv5-eabi architecture, using
510	  the musl C library. This is a bleeding-edge version, which
511	  means it is using the latest versions of gcc, gdb and
512	  binutils.
513
514	  https://toolchains.bootlin.com/
515
516config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_STABLE
517	bool "armv5-eabi musl stable 2020.08-1"
518	depends on BR2_ARM_CPU_ARMV5
519	depends on BR2_ARM_EABI
520	depends on BR2_USE_MMU
521	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
522	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
523	select BR2_INSTALL_LIBSTDCPP
524	select BR2_TOOLCHAIN_HAS_FORTRAN
525	select BR2_TOOLCHAIN_HAS_SSP
526	select BR2_TOOLCHAIN_HAS_THREADS
527	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
528	select BR2_TOOLCHAIN_HAS_THREADS
529	select BR2_TOOLCHAIN_HAS_THREADS
530	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
531	select BR2_TOOLCHAIN_EXTERNAL_MUSL
532	help
533	  Bootlin toolchain for the armv5-eabi architecture, using
534	  the musl C library. This is a stable version, which means
535	  it is using stable and proven versions of gcc, gdb and
536	  binutils.
537
538	  https://toolchains.bootlin.com/
539
540config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_BLEEDING_EDGE
541	bool "armv5-eabi uclibc bleeding-edge 2020.08-1"
542	depends on BR2_ARM_CPU_ARMV5
543	depends on BR2_ARM_EABI
544	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
545	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
546	select BR2_USE_WCHAR
547	select BR2_ENABLE_LOCALE
548	select BR2_INSTALL_LIBSTDCPP
549	select BR2_TOOLCHAIN_HAS_FORTRAN
550	select BR2_TOOLCHAIN_HAS_THREADS
551	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
552	select BR2_TOOLCHAIN_HAS_THREADS
553	select BR2_TOOLCHAIN_HAS_THREADS
554	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
555	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
556	help
557	  Bootlin toolchain for the armv5-eabi architecture, using
558	  the uclibc C library. This is a bleeding-edge version,
559	  which means it is using the latest versions of gcc, gdb and
560	  binutils.
561
562	  https://toolchains.bootlin.com/
563
564config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_STABLE
565	bool "armv5-eabi uclibc stable 2020.08-1"
566	depends on BR2_ARM_CPU_ARMV5
567	depends on BR2_ARM_EABI
568	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
569	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
570	select BR2_USE_WCHAR
571	select BR2_ENABLE_LOCALE
572	select BR2_INSTALL_LIBSTDCPP
573	select BR2_TOOLCHAIN_HAS_FORTRAN
574	select BR2_TOOLCHAIN_HAS_THREADS
575	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
576	select BR2_TOOLCHAIN_HAS_THREADS
577	select BR2_TOOLCHAIN_HAS_THREADS
578	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
579	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
580	help
581	  Bootlin toolchain for the armv5-eabi architecture, using
582	  the uclibc C library. This is a stable version, which means
583	  it is using stable and proven versions of gcc, gdb and
584	  binutils.
585
586	  https://toolchains.bootlin.com/
587
588config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_BLEEDING_EDGE
589	bool "armv6-eabihf glibc bleeding-edge 2020.08-1"
590	depends on BR2_ARM_CPU_ARMV6
591	depends on BR2_ARM_EABIHF
592	depends on BR2_USE_MMU
593	depends on !BR2_STATIC_LIBS
594	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
595	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
596	select BR2_INSTALL_LIBSTDCPP
597	select BR2_TOOLCHAIN_HAS_FORTRAN
598	select BR2_TOOLCHAIN_HAS_SSP
599	select BR2_TOOLCHAIN_HAS_THREADS
600	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
601	select BR2_TOOLCHAIN_HAS_THREADS
602	select BR2_TOOLCHAIN_HAS_THREADS
603	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
604	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
605	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
606	help
607	  Bootlin toolchain for the armv6-eabihf architecture, using
608	  the glibc C library. This is a bleeding-edge version, which
609	  means it is using the latest versions of gcc, gdb and
610	  binutils.
611
612	  https://toolchains.bootlin.com/
613
614config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_STABLE
615	bool "armv6-eabihf glibc stable 2020.08-1"
616	depends on BR2_ARM_CPU_ARMV6
617	depends on BR2_ARM_EABIHF
618	depends on BR2_USE_MMU
619	depends on !BR2_STATIC_LIBS
620	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
621	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
622	select BR2_INSTALL_LIBSTDCPP
623	select BR2_TOOLCHAIN_HAS_FORTRAN
624	select BR2_TOOLCHAIN_HAS_SSP
625	select BR2_TOOLCHAIN_HAS_THREADS
626	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
627	select BR2_TOOLCHAIN_HAS_THREADS
628	select BR2_TOOLCHAIN_HAS_THREADS
629	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
630	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
631	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
632	help
633	  Bootlin toolchain for the armv6-eabihf architecture, using
634	  the glibc C library. This is a stable version, which means
635	  it is using stable and proven versions of gcc, gdb and
636	  binutils.
637
638	  https://toolchains.bootlin.com/
639
640config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_BLEEDING_EDGE
641	bool "armv6-eabihf musl bleeding-edge 2020.08-1"
642	depends on BR2_ARM_CPU_ARMV6
643	depends on BR2_ARM_EABIHF
644	depends on BR2_USE_MMU
645	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
646	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
647	select BR2_INSTALL_LIBSTDCPP
648	select BR2_TOOLCHAIN_HAS_FORTRAN
649	select BR2_TOOLCHAIN_HAS_SSP
650	select BR2_TOOLCHAIN_HAS_THREADS
651	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
652	select BR2_TOOLCHAIN_HAS_THREADS
653	select BR2_TOOLCHAIN_HAS_THREADS
654	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
655	select BR2_TOOLCHAIN_EXTERNAL_MUSL
656	help
657	  Bootlin toolchain for the armv6-eabihf architecture, using
658	  the musl C library. This is a bleeding-edge version, which
659	  means it is using the latest versions of gcc, gdb and
660	  binutils.
661
662	  https://toolchains.bootlin.com/
663
664config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_STABLE
665	bool "armv6-eabihf musl stable 2020.08-1"
666	depends on BR2_ARM_CPU_ARMV6
667	depends on BR2_ARM_EABIHF
668	depends on BR2_USE_MMU
669	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
670	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
671	select BR2_INSTALL_LIBSTDCPP
672	select BR2_TOOLCHAIN_HAS_FORTRAN
673	select BR2_TOOLCHAIN_HAS_SSP
674	select BR2_TOOLCHAIN_HAS_THREADS
675	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
676	select BR2_TOOLCHAIN_HAS_THREADS
677	select BR2_TOOLCHAIN_HAS_THREADS
678	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
679	select BR2_TOOLCHAIN_EXTERNAL_MUSL
680	help
681	  Bootlin toolchain for the armv6-eabihf architecture, using
682	  the musl C library. This is a stable version, which means
683	  it is using stable and proven versions of gcc, gdb and
684	  binutils.
685
686	  https://toolchains.bootlin.com/
687
688config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_BLEEDING_EDGE
689	bool "armv6-eabihf uclibc bleeding-edge 2020.08-1"
690	depends on BR2_ARM_CPU_ARMV6
691	depends on BR2_ARM_EABIHF
692	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
693	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
694	select BR2_USE_WCHAR
695	select BR2_ENABLE_LOCALE
696	select BR2_INSTALL_LIBSTDCPP
697	select BR2_TOOLCHAIN_HAS_FORTRAN
698	select BR2_TOOLCHAIN_HAS_THREADS
699	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
700	select BR2_TOOLCHAIN_HAS_THREADS
701	select BR2_TOOLCHAIN_HAS_THREADS
702	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
703	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
704	help
705	  Bootlin toolchain for the armv6-eabihf architecture, using
706	  the uclibc C library. This is a bleeding-edge version,
707	  which means it is using the latest versions of gcc, gdb and
708	  binutils.
709
710	  https://toolchains.bootlin.com/
711
712config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_STABLE
713	bool "armv6-eabihf uclibc stable 2020.08-1"
714	depends on BR2_ARM_CPU_ARMV6
715	depends on BR2_ARM_EABIHF
716	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
717	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
718	select BR2_USE_WCHAR
719	select BR2_ENABLE_LOCALE
720	select BR2_INSTALL_LIBSTDCPP
721	select BR2_TOOLCHAIN_HAS_FORTRAN
722	select BR2_TOOLCHAIN_HAS_THREADS
723	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
724	select BR2_TOOLCHAIN_HAS_THREADS
725	select BR2_TOOLCHAIN_HAS_THREADS
726	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
727	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
728	help
729	  Bootlin toolchain for the armv6-eabihf architecture, using
730	  the uclibc C library. This is a stable version, which means
731	  it is using stable and proven versions of gcc, gdb and
732	  binutils.
733
734	  https://toolchains.bootlin.com/
735
736config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_BLEEDING_EDGE
737	bool "armv7-eabihf glibc bleeding-edge 2020.08-1"
738	depends on BR2_ARM_CPU_ARMV7A
739	depends on BR2_ARM_EABIHF
740	depends on BR2_USE_MMU
741	depends on !BR2_STATIC_LIBS
742	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
743	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
744	select BR2_INSTALL_LIBSTDCPP
745	select BR2_TOOLCHAIN_HAS_FORTRAN
746	select BR2_TOOLCHAIN_HAS_SSP
747	select BR2_TOOLCHAIN_HAS_THREADS
748	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
749	select BR2_TOOLCHAIN_HAS_THREADS
750	select BR2_TOOLCHAIN_HAS_THREADS
751	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
752	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
753	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
754	help
755	  Bootlin toolchain for the armv7-eabihf architecture, using
756	  the glibc C library. This is a bleeding-edge version, which
757	  means it is using the latest versions of gcc, gdb and
758	  binutils.
759
760	  https://toolchains.bootlin.com/
761
762config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE
763	bool "armv7-eabihf glibc stable 2020.08-1"
764	depends on BR2_ARM_CPU_ARMV7A
765	depends on BR2_ARM_EABIHF
766	depends on BR2_USE_MMU
767	depends on !BR2_STATIC_LIBS
768	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
769	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
770	select BR2_INSTALL_LIBSTDCPP
771	select BR2_TOOLCHAIN_HAS_FORTRAN
772	select BR2_TOOLCHAIN_HAS_SSP
773	select BR2_TOOLCHAIN_HAS_THREADS
774	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
775	select BR2_TOOLCHAIN_HAS_THREADS
776	select BR2_TOOLCHAIN_HAS_THREADS
777	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
778	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
779	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
780	help
781	  Bootlin toolchain for the armv7-eabihf architecture, using
782	  the glibc C library. This is a stable version, which means
783	  it is using stable and proven versions of gcc, gdb and
784	  binutils.
785
786	  https://toolchains.bootlin.com/
787
788config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_BLEEDING_EDGE
789	bool "armv7-eabihf musl bleeding-edge 2020.08-1"
790	depends on BR2_ARM_CPU_ARMV7A
791	depends on BR2_ARM_EABIHF
792	depends on BR2_USE_MMU
793	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
794	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
795	select BR2_INSTALL_LIBSTDCPP
796	select BR2_TOOLCHAIN_HAS_FORTRAN
797	select BR2_TOOLCHAIN_HAS_SSP
798	select BR2_TOOLCHAIN_HAS_THREADS
799	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
800	select BR2_TOOLCHAIN_HAS_THREADS
801	select BR2_TOOLCHAIN_HAS_THREADS
802	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
803	select BR2_TOOLCHAIN_EXTERNAL_MUSL
804	help
805	  Bootlin toolchain for the armv7-eabihf architecture, using
806	  the musl C library. This is a bleeding-edge version, which
807	  means it is using the latest versions of gcc, gdb and
808	  binutils.
809
810	  https://toolchains.bootlin.com/
811
812config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_STABLE
813	bool "armv7-eabihf musl stable 2020.08-1"
814	depends on BR2_ARM_CPU_ARMV7A
815	depends on BR2_ARM_EABIHF
816	depends on BR2_USE_MMU
817	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
818	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
819	select BR2_INSTALL_LIBSTDCPP
820	select BR2_TOOLCHAIN_HAS_FORTRAN
821	select BR2_TOOLCHAIN_HAS_SSP
822	select BR2_TOOLCHAIN_HAS_THREADS
823	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
824	select BR2_TOOLCHAIN_HAS_THREADS
825	select BR2_TOOLCHAIN_HAS_THREADS
826	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
827	select BR2_TOOLCHAIN_EXTERNAL_MUSL
828	help
829	  Bootlin toolchain for the armv7-eabihf architecture, using
830	  the musl C library. This is a stable version, which means
831	  it is using stable and proven versions of gcc, gdb and
832	  binutils.
833
834	  https://toolchains.bootlin.com/
835
836config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_BLEEDING_EDGE
837	bool "armv7-eabihf uclibc bleeding-edge 2020.08-1"
838	depends on BR2_ARM_CPU_ARMV7A
839	depends on BR2_ARM_EABIHF
840	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
841	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
842	select BR2_USE_WCHAR
843	select BR2_ENABLE_LOCALE
844	select BR2_INSTALL_LIBSTDCPP
845	select BR2_TOOLCHAIN_HAS_FORTRAN
846	select BR2_TOOLCHAIN_HAS_THREADS
847	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
848	select BR2_TOOLCHAIN_HAS_THREADS
849	select BR2_TOOLCHAIN_HAS_THREADS
850	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
851	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
852	help
853	  Bootlin toolchain for the armv7-eabihf architecture, using
854	  the uclibc C library. This is a bleeding-edge version,
855	  which means it is using the latest versions of gcc, gdb and
856	  binutils.
857
858	  https://toolchains.bootlin.com/
859
860config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_STABLE
861	bool "armv7-eabihf uclibc stable 2020.08-1"
862	depends on BR2_ARM_CPU_ARMV7A
863	depends on BR2_ARM_EABIHF
864	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
865	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
866	select BR2_USE_WCHAR
867	select BR2_ENABLE_LOCALE
868	select BR2_INSTALL_LIBSTDCPP
869	select BR2_TOOLCHAIN_HAS_FORTRAN
870	select BR2_TOOLCHAIN_HAS_THREADS
871	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
872	select BR2_TOOLCHAIN_HAS_THREADS
873	select BR2_TOOLCHAIN_HAS_THREADS
874	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
875	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
876	help
877	  Bootlin toolchain for the armv7-eabihf architecture, using
878	  the uclibc C library. This is a stable version, which means
879	  it is using stable and proven versions of gcc, gdb and
880	  binutils.
881
882	  https://toolchains.bootlin.com/
883
884config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_BLEEDING_EDGE
885	bool "armv7m uclibc bleeding-edge 2020.08-1"
886	depends on BR2_ARM_CPU_ARMV7M
887	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
888	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
889	select BR2_USE_WCHAR
890	select BR2_ENABLE_LOCALE
891	select BR2_INSTALL_LIBSTDCPP
892	select BR2_TOOLCHAIN_HAS_FORTRAN
893	select BR2_TOOLCHAIN_HAS_THREADS
894	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
895	select BR2_TOOLCHAIN_HAS_THREADS
896	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
897	help
898	  Bootlin toolchain for the armv7m architecture, using the
899	  uclibc C library. This is a bleeding-edge version, which
900	  means it is using the latest versions of gcc, gdb and
901	  binutils.
902
903	  https://toolchains.bootlin.com/
904
905config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE
906	bool "armv7m uclibc stable 2020.08-1"
907	depends on BR2_ARM_CPU_ARMV7M
908	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
909	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
910	select BR2_USE_WCHAR
911	select BR2_ENABLE_LOCALE
912	select BR2_INSTALL_LIBSTDCPP
913	select BR2_TOOLCHAIN_HAS_FORTRAN
914	select BR2_TOOLCHAIN_HAS_THREADS
915	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
916	select BR2_TOOLCHAIN_HAS_THREADS
917	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
918	help
919	  Bootlin toolchain for the armv7m architecture, using the
920	  uclibc C library. This is a stable version, which means it
921	  is using stable and proven versions of gcc, gdb and
922	  binutils.
923
924	  https://toolchains.bootlin.com/
925
926config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_UCLIBC_BLEEDING_EDGE
927	bool "m68k-68xxx uclibc bleeding-edge 2020.08-1"
928	depends on BR2_m68k_m68k
929	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
930	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
931	select BR2_USE_WCHAR
932	select BR2_ENABLE_LOCALE
933	select BR2_INSTALL_LIBSTDCPP
934	select BR2_TOOLCHAIN_HAS_FORTRAN
935	select BR2_TOOLCHAIN_HAS_THREADS
936	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
937	select BR2_TOOLCHAIN_HAS_THREADS
938	select BR2_TOOLCHAIN_HAS_THREADS
939	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
940	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
941	help
942	  Bootlin toolchain for the m68k-68xxx architecture, using
943	  the uclibc C library. This is a bleeding-edge version,
944	  which means it is using the latest versions of gcc, gdb and
945	  binutils.
946
947	  https://toolchains.bootlin.com/
948
949config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_UCLIBC_STABLE
950	bool "m68k-68xxx uclibc stable 2020.08-1"
951	depends on BR2_m68k_m68k
952	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
953	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
954	select BR2_USE_WCHAR
955	select BR2_ENABLE_LOCALE
956	select BR2_INSTALL_LIBSTDCPP
957	select BR2_TOOLCHAIN_HAS_FORTRAN
958	select BR2_TOOLCHAIN_HAS_THREADS
959	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
960	select BR2_TOOLCHAIN_HAS_THREADS
961	select BR2_TOOLCHAIN_HAS_THREADS
962	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
963	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
964	help
965	  Bootlin toolchain for the m68k-68xxx architecture, using
966	  the uclibc C library. This is a stable version, which means
967	  it is using stable and proven versions of gcc, gdb and
968	  binutils.
969
970	  https://toolchains.bootlin.com/
971
972config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_COLDFIRE_UCLIBC_BLEEDING_EDGE
973	bool "m68k-coldfire uclibc bleeding-edge 2020.08-1"
974	depends on BR2_m68k_cf
975	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
976	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
977	select BR2_USE_WCHAR
978	select BR2_ENABLE_LOCALE
979	select BR2_INSTALL_LIBSTDCPP
980	select BR2_TOOLCHAIN_HAS_FORTRAN
981	select BR2_TOOLCHAIN_HAS_THREADS
982	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
983	select BR2_TOOLCHAIN_HAS_THREADS
984	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
985	help
986	  Bootlin toolchain for the m68k-coldfire architecture, using
987	  the uclibc C library. This is a bleeding-edge version,
988	  which means it is using the latest versions of gcc, gdb and
989	  binutils.
990
991	  https://toolchains.bootlin.com/
992
993config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_COLDFIRE_UCLIBC_STABLE
994	bool "m68k-coldfire uclibc stable 2020.08-1"
995	depends on BR2_m68k_cf
996	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
997	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
998	select BR2_USE_WCHAR
999	select BR2_ENABLE_LOCALE
1000	select BR2_INSTALL_LIBSTDCPP
1001	select BR2_TOOLCHAIN_HAS_FORTRAN
1002	select BR2_TOOLCHAIN_HAS_THREADS
1003	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1004	select BR2_TOOLCHAIN_HAS_THREADS
1005	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1006	help
1007	  Bootlin toolchain for the m68k-coldfire architecture, using
1008	  the uclibc C library. This is a stable version, which means
1009	  it is using stable and proven versions of gcc, gdb and
1010	  binutils.
1011
1012	  https://toolchains.bootlin.com/
1013
1014config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_BLEEDING_EDGE
1015	bool "microblazebe glibc bleeding-edge 2020.08-1"
1016	depends on BR2_microblazebe
1017	depends on BR2_USE_MMU
1018	depends on !BR2_STATIC_LIBS
1019	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1020	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1021	select BR2_INSTALL_LIBSTDCPP
1022	select BR2_TOOLCHAIN_HAS_FORTRAN
1023	select BR2_TOOLCHAIN_HAS_THREADS
1024	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1025	select BR2_TOOLCHAIN_HAS_THREADS
1026	select BR2_TOOLCHAIN_HAS_THREADS
1027	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1028	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1029	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1030	help
1031	  Bootlin toolchain for the microblazebe architecture, using
1032	  the glibc C library. This is a bleeding-edge version, which
1033	  means it is using the latest versions of gcc, gdb and
1034	  binutils.
1035
1036	  https://toolchains.bootlin.com/
1037
1038config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_STABLE
1039	bool "microblazebe glibc stable 2020.08-1"
1040	depends on BR2_microblazebe
1041	depends on BR2_USE_MMU
1042	depends on !BR2_STATIC_LIBS
1043	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1044	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1045	select BR2_INSTALL_LIBSTDCPP
1046	select BR2_TOOLCHAIN_HAS_FORTRAN
1047	select BR2_TOOLCHAIN_HAS_THREADS
1048	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1049	select BR2_TOOLCHAIN_HAS_THREADS
1050	select BR2_TOOLCHAIN_HAS_THREADS
1051	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1052	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1053	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1054	help
1055	  Bootlin toolchain for the microblazebe architecture, using
1056	  the glibc C library. This is a stable version, which means
1057	  it is using stable and proven versions of gcc, gdb and
1058	  binutils.
1059
1060	  https://toolchains.bootlin.com/
1061
1062config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_BLEEDING_EDGE
1063	bool "microblazebe musl bleeding-edge 2020.08-1"
1064	depends on BR2_microblazebe
1065	depends on BR2_USE_MMU
1066	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1067	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1068	select BR2_INSTALL_LIBSTDCPP
1069	select BR2_TOOLCHAIN_HAS_FORTRAN
1070	select BR2_TOOLCHAIN_HAS_THREADS
1071	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1072	select BR2_TOOLCHAIN_HAS_THREADS
1073	select BR2_TOOLCHAIN_HAS_THREADS
1074	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1075	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1076	help
1077	  Bootlin toolchain for the microblazebe architecture, using
1078	  the musl C library. This is a bleeding-edge version, which
1079	  means it is using the latest versions of gcc, gdb and
1080	  binutils.
1081
1082	  https://toolchains.bootlin.com/
1083
1084config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_STABLE
1085	bool "microblazebe musl stable 2020.08-1"
1086	depends on BR2_microblazebe
1087	depends on BR2_USE_MMU
1088	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1089	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1090	select BR2_INSTALL_LIBSTDCPP
1091	select BR2_TOOLCHAIN_HAS_FORTRAN
1092	select BR2_TOOLCHAIN_HAS_THREADS
1093	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1094	select BR2_TOOLCHAIN_HAS_THREADS
1095	select BR2_TOOLCHAIN_HAS_THREADS
1096	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1097	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1098	help
1099	  Bootlin toolchain for the microblazebe architecture, using
1100	  the musl C library. This is a stable version, which means
1101	  it is using stable and proven versions of gcc, gdb and
1102	  binutils.
1103
1104	  https://toolchains.bootlin.com/
1105
1106config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_BLEEDING_EDGE
1107	bool "microblazebe uclibc bleeding-edge 2020.08-1"
1108	depends on BR2_microblazebe
1109	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1110	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1111	select BR2_USE_WCHAR
1112	select BR2_ENABLE_LOCALE
1113	select BR2_INSTALL_LIBSTDCPP
1114	select BR2_TOOLCHAIN_HAS_FORTRAN
1115	select BR2_TOOLCHAIN_HAS_THREADS
1116	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1117	select BR2_TOOLCHAIN_HAS_THREADS
1118	select BR2_TOOLCHAIN_HAS_THREADS
1119	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1120	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1121	help
1122	  Bootlin toolchain for the microblazebe architecture, using
1123	  the uclibc C library. This is a bleeding-edge version,
1124	  which means it is using the latest versions of gcc, gdb and
1125	  binutils.
1126
1127	  https://toolchains.bootlin.com/
1128
1129config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_STABLE
1130	bool "microblazebe uclibc stable 2020.08-1"
1131	depends on BR2_microblazebe
1132	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1133	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1134	select BR2_USE_WCHAR
1135	select BR2_ENABLE_LOCALE
1136	select BR2_INSTALL_LIBSTDCPP
1137	select BR2_TOOLCHAIN_HAS_FORTRAN
1138	select BR2_TOOLCHAIN_HAS_THREADS
1139	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1140	select BR2_TOOLCHAIN_HAS_THREADS
1141	select BR2_TOOLCHAIN_HAS_THREADS
1142	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1143	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1144	help
1145	  Bootlin toolchain for the microblazebe architecture, using
1146	  the uclibc C library. This is a stable version, which means
1147	  it is using stable and proven versions of gcc, gdb and
1148	  binutils.
1149
1150	  https://toolchains.bootlin.com/
1151
1152config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_BLEEDING_EDGE
1153	bool "microblazeel glibc bleeding-edge 2020.08-1"
1154	depends on BR2_microblazeel
1155	depends on BR2_USE_MMU
1156	depends on !BR2_STATIC_LIBS
1157	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1158	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1159	select BR2_INSTALL_LIBSTDCPP
1160	select BR2_TOOLCHAIN_HAS_FORTRAN
1161	select BR2_TOOLCHAIN_HAS_THREADS
1162	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1163	select BR2_TOOLCHAIN_HAS_THREADS
1164	select BR2_TOOLCHAIN_HAS_THREADS
1165	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1166	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1167	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1168	help
1169	  Bootlin toolchain for the microblazeel architecture, using
1170	  the glibc C library. This is a bleeding-edge version, which
1171	  means it is using the latest versions of gcc, gdb and
1172	  binutils.
1173
1174	  https://toolchains.bootlin.com/
1175
1176config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_STABLE
1177	bool "microblazeel glibc stable 2020.08-1"
1178	depends on BR2_microblazeel
1179	depends on BR2_USE_MMU
1180	depends on !BR2_STATIC_LIBS
1181	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1182	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1183	select BR2_INSTALL_LIBSTDCPP
1184	select BR2_TOOLCHAIN_HAS_FORTRAN
1185	select BR2_TOOLCHAIN_HAS_THREADS
1186	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1187	select BR2_TOOLCHAIN_HAS_THREADS
1188	select BR2_TOOLCHAIN_HAS_THREADS
1189	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1190	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1191	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1192	help
1193	  Bootlin toolchain for the microblazeel architecture, using
1194	  the glibc C library. This is a stable version, which means
1195	  it is using stable and proven versions of gcc, gdb and
1196	  binutils.
1197
1198	  https://toolchains.bootlin.com/
1199
1200config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_BLEEDING_EDGE
1201	bool "microblazeel musl bleeding-edge 2020.08-1"
1202	depends on BR2_microblazeel
1203	depends on BR2_USE_MMU
1204	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1205	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1206	select BR2_INSTALL_LIBSTDCPP
1207	select BR2_TOOLCHAIN_HAS_FORTRAN
1208	select BR2_TOOLCHAIN_HAS_THREADS
1209	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1210	select BR2_TOOLCHAIN_HAS_THREADS
1211	select BR2_TOOLCHAIN_HAS_THREADS
1212	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1213	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1214	help
1215	  Bootlin toolchain for the microblazeel architecture, using
1216	  the musl C library. This is a bleeding-edge version, which
1217	  means it is using the latest versions of gcc, gdb and
1218	  binutils.
1219
1220	  https://toolchains.bootlin.com/
1221
1222config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_STABLE
1223	bool "microblazeel musl stable 2020.08-1"
1224	depends on BR2_microblazeel
1225	depends on BR2_USE_MMU
1226	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1227	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1228	select BR2_INSTALL_LIBSTDCPP
1229	select BR2_TOOLCHAIN_HAS_FORTRAN
1230	select BR2_TOOLCHAIN_HAS_THREADS
1231	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1232	select BR2_TOOLCHAIN_HAS_THREADS
1233	select BR2_TOOLCHAIN_HAS_THREADS
1234	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1235	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1236	help
1237	  Bootlin toolchain for the microblazeel architecture, using
1238	  the musl C library. This is a stable version, which means
1239	  it is using stable and proven versions of gcc, gdb and
1240	  binutils.
1241
1242	  https://toolchains.bootlin.com/
1243
1244config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_BLEEDING_EDGE
1245	bool "microblazeel uclibc bleeding-edge 2020.08-1"
1246	depends on BR2_microblazeel
1247	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1248	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1249	select BR2_USE_WCHAR
1250	select BR2_ENABLE_LOCALE
1251	select BR2_INSTALL_LIBSTDCPP
1252	select BR2_TOOLCHAIN_HAS_FORTRAN
1253	select BR2_TOOLCHAIN_HAS_THREADS
1254	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1255	select BR2_TOOLCHAIN_HAS_THREADS
1256	select BR2_TOOLCHAIN_HAS_THREADS
1257	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1258	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1259	help
1260	  Bootlin toolchain for the microblazeel architecture, using
1261	  the uclibc C library. This is a bleeding-edge version,
1262	  which means it is using the latest versions of gcc, gdb and
1263	  binutils.
1264
1265	  https://toolchains.bootlin.com/
1266
1267config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_STABLE
1268	bool "microblazeel uclibc stable 2020.08-1"
1269	depends on BR2_microblazeel
1270	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1271	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1272	select BR2_USE_WCHAR
1273	select BR2_ENABLE_LOCALE
1274	select BR2_INSTALL_LIBSTDCPP
1275	select BR2_TOOLCHAIN_HAS_FORTRAN
1276	select BR2_TOOLCHAIN_HAS_THREADS
1277	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1278	select BR2_TOOLCHAIN_HAS_THREADS
1279	select BR2_TOOLCHAIN_HAS_THREADS
1280	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1281	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1282	help
1283	  Bootlin toolchain for the microblazeel architecture, using
1284	  the uclibc C library. This is a stable version, which means
1285	  it is using stable and proven versions of gcc, gdb and
1286	  binutils.
1287
1288	  https://toolchains.bootlin.com/
1289
1290config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_BLEEDING_EDGE
1291	bool "mips32 glibc bleeding-edge 2020.08-1"
1292	depends on BR2_mips
1293	depends on BR2_mips_32
1294	depends on !BR2_MIPS_SOFT_FLOAT
1295	depends on BR2_USE_MMU
1296	depends on !BR2_STATIC_LIBS
1297	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1298	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1299	select BR2_INSTALL_LIBSTDCPP
1300	select BR2_TOOLCHAIN_HAS_FORTRAN
1301	select BR2_TOOLCHAIN_HAS_SSP
1302	select BR2_TOOLCHAIN_HAS_THREADS
1303	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1304	select BR2_TOOLCHAIN_HAS_THREADS
1305	select BR2_TOOLCHAIN_HAS_THREADS
1306	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1307	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1308	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1309	help
1310	  Bootlin toolchain for the mips32 architecture, using the
1311	  glibc C library. This is a bleeding-edge version, which
1312	  means it is using the latest versions of gcc, gdb and
1313	  binutils.
1314
1315	  https://toolchains.bootlin.com/
1316
1317config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_STABLE
1318	bool "mips32 glibc stable 2020.08-1"
1319	depends on BR2_mips
1320	depends on BR2_mips_32
1321	depends on !BR2_MIPS_SOFT_FLOAT
1322	depends on BR2_USE_MMU
1323	depends on !BR2_STATIC_LIBS
1324	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1325	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1326	select BR2_INSTALL_LIBSTDCPP
1327	select BR2_TOOLCHAIN_HAS_FORTRAN
1328	select BR2_TOOLCHAIN_HAS_SSP
1329	select BR2_TOOLCHAIN_HAS_THREADS
1330	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1331	select BR2_TOOLCHAIN_HAS_THREADS
1332	select BR2_TOOLCHAIN_HAS_THREADS
1333	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1334	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1335	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1336	help
1337	  Bootlin toolchain for the mips32 architecture, using the
1338	  glibc C library. This is a stable version, which means it
1339	  is using stable and proven versions of gcc, gdb and
1340	  binutils.
1341
1342	  https://toolchains.bootlin.com/
1343
1344config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_BLEEDING_EDGE
1345	bool "mips32 musl bleeding-edge 2020.08-1"
1346	depends on BR2_mips
1347	depends on BR2_mips_32
1348	depends on !BR2_MIPS_SOFT_FLOAT
1349	depends on BR2_USE_MMU
1350	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1351	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1352	select BR2_INSTALL_LIBSTDCPP
1353	select BR2_TOOLCHAIN_HAS_FORTRAN
1354	select BR2_TOOLCHAIN_HAS_SSP
1355	select BR2_TOOLCHAIN_HAS_THREADS
1356	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1357	select BR2_TOOLCHAIN_HAS_THREADS
1358	select BR2_TOOLCHAIN_HAS_THREADS
1359	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1360	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1361	help
1362	  Bootlin toolchain for the mips32 architecture, using the
1363	  musl C library. This is a bleeding-edge version, which
1364	  means it is using the latest versions of gcc, gdb and
1365	  binutils.
1366
1367	  https://toolchains.bootlin.com/
1368
1369config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_STABLE
1370	bool "mips32 musl stable 2020.08-1"
1371	depends on BR2_mips
1372	depends on BR2_mips_32
1373	depends on !BR2_MIPS_SOFT_FLOAT
1374	depends on BR2_USE_MMU
1375	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1376	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1377	select BR2_INSTALL_LIBSTDCPP
1378	select BR2_TOOLCHAIN_HAS_FORTRAN
1379	select BR2_TOOLCHAIN_HAS_SSP
1380	select BR2_TOOLCHAIN_HAS_THREADS
1381	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1382	select BR2_TOOLCHAIN_HAS_THREADS
1383	select BR2_TOOLCHAIN_HAS_THREADS
1384	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1385	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1386	help
1387	  Bootlin toolchain for the mips32 architecture, using the
1388	  musl C library. This is a stable version, which means it is
1389	  using stable and proven versions of gcc, gdb and binutils.
1390
1391	  https://toolchains.bootlin.com/
1392
1393config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_BLEEDING_EDGE
1394	bool "mips32 uclibc bleeding-edge 2020.08-1"
1395	depends on BR2_mips
1396	depends on BR2_mips_32
1397	depends on !BR2_MIPS_SOFT_FLOAT
1398	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1399	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1400	select BR2_USE_WCHAR
1401	select BR2_ENABLE_LOCALE
1402	select BR2_INSTALL_LIBSTDCPP
1403	select BR2_TOOLCHAIN_HAS_FORTRAN
1404	select BR2_TOOLCHAIN_HAS_THREADS
1405	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1406	select BR2_TOOLCHAIN_HAS_THREADS
1407	select BR2_TOOLCHAIN_HAS_THREADS
1408	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1409	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1410	help
1411	  Bootlin toolchain for the mips32 architecture, using the
1412	  uclibc C library. This is a bleeding-edge version, which
1413	  means it is using the latest versions of gcc, gdb and
1414	  binutils.
1415
1416	  https://toolchains.bootlin.com/
1417
1418config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_STABLE
1419	bool "mips32 uclibc stable 2020.08-1"
1420	depends on BR2_mips
1421	depends on BR2_mips_32
1422	depends on !BR2_MIPS_SOFT_FLOAT
1423	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1424	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1425	select BR2_USE_WCHAR
1426	select BR2_ENABLE_LOCALE
1427	select BR2_INSTALL_LIBSTDCPP
1428	select BR2_TOOLCHAIN_HAS_FORTRAN
1429	select BR2_TOOLCHAIN_HAS_THREADS
1430	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1431	select BR2_TOOLCHAIN_HAS_THREADS
1432	select BR2_TOOLCHAIN_HAS_THREADS
1433	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1434	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1435	help
1436	  Bootlin toolchain for the mips32 architecture, using the
1437	  uclibc C library. This is a stable version, which means it
1438	  is using stable and proven versions of gcc, gdb and
1439	  binutils.
1440
1441	  https://toolchains.bootlin.com/
1442
1443config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_BLEEDING_EDGE
1444	bool "mips32el glibc bleeding-edge 2020.08-1"
1445	depends on BR2_mipsel
1446	depends on BR2_mips_32
1447	depends on !BR2_MIPS_SOFT_FLOAT
1448	depends on BR2_USE_MMU
1449	depends on !BR2_STATIC_LIBS
1450	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1451	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1452	select BR2_INSTALL_LIBSTDCPP
1453	select BR2_TOOLCHAIN_HAS_FORTRAN
1454	select BR2_TOOLCHAIN_HAS_SSP
1455	select BR2_TOOLCHAIN_HAS_THREADS
1456	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1457	select BR2_TOOLCHAIN_HAS_THREADS
1458	select BR2_TOOLCHAIN_HAS_THREADS
1459	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1460	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1461	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1462	help
1463	  Bootlin toolchain for the mips32el architecture, using the
1464	  glibc C library. This is a bleeding-edge version, which
1465	  means it is using the latest versions of gcc, gdb and
1466	  binutils.
1467
1468	  https://toolchains.bootlin.com/
1469
1470config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_STABLE
1471	bool "mips32el glibc stable 2020.08-1"
1472	depends on BR2_mipsel
1473	depends on BR2_mips_32
1474	depends on !BR2_MIPS_SOFT_FLOAT
1475	depends on BR2_USE_MMU
1476	depends on !BR2_STATIC_LIBS
1477	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1478	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1479	select BR2_INSTALL_LIBSTDCPP
1480	select BR2_TOOLCHAIN_HAS_FORTRAN
1481	select BR2_TOOLCHAIN_HAS_SSP
1482	select BR2_TOOLCHAIN_HAS_THREADS
1483	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1484	select BR2_TOOLCHAIN_HAS_THREADS
1485	select BR2_TOOLCHAIN_HAS_THREADS
1486	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1487	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1488	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1489	help
1490	  Bootlin toolchain for the mips32el architecture, using the
1491	  glibc C library. This is a stable version, which means it
1492	  is using stable and proven versions of gcc, gdb and
1493	  binutils.
1494
1495	  https://toolchains.bootlin.com/
1496
1497config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_BLEEDING_EDGE
1498	bool "mips32el musl bleeding-edge 2020.08-1"
1499	depends on BR2_mipsel
1500	depends on BR2_mips_32
1501	depends on !BR2_MIPS_SOFT_FLOAT
1502	depends on BR2_USE_MMU
1503	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1504	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1505	select BR2_INSTALL_LIBSTDCPP
1506	select BR2_TOOLCHAIN_HAS_FORTRAN
1507	select BR2_TOOLCHAIN_HAS_SSP
1508	select BR2_TOOLCHAIN_HAS_THREADS
1509	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1510	select BR2_TOOLCHAIN_HAS_THREADS
1511	select BR2_TOOLCHAIN_HAS_THREADS
1512	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1513	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1514	help
1515	  Bootlin toolchain for the mips32el architecture, using the
1516	  musl C library. This is a bleeding-edge version, which
1517	  means it is using the latest versions of gcc, gdb and
1518	  binutils.
1519
1520	  https://toolchains.bootlin.com/
1521
1522config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_STABLE
1523	bool "mips32el musl stable 2020.08-1"
1524	depends on BR2_mipsel
1525	depends on BR2_mips_32
1526	depends on !BR2_MIPS_SOFT_FLOAT
1527	depends on BR2_USE_MMU
1528	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1529	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1530	select BR2_INSTALL_LIBSTDCPP
1531	select BR2_TOOLCHAIN_HAS_FORTRAN
1532	select BR2_TOOLCHAIN_HAS_SSP
1533	select BR2_TOOLCHAIN_HAS_THREADS
1534	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1535	select BR2_TOOLCHAIN_HAS_THREADS
1536	select BR2_TOOLCHAIN_HAS_THREADS
1537	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1538	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1539	help
1540	  Bootlin toolchain for the mips32el architecture, using the
1541	  musl C library. This is a stable version, which means it is
1542	  using stable and proven versions of gcc, gdb and binutils.
1543
1544	  https://toolchains.bootlin.com/
1545
1546config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_BLEEDING_EDGE
1547	bool "mips32el uclibc bleeding-edge 2020.08-1"
1548	depends on BR2_mipsel
1549	depends on BR2_mips_32
1550	depends on !BR2_MIPS_SOFT_FLOAT
1551	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1552	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1553	select BR2_USE_WCHAR
1554	select BR2_ENABLE_LOCALE
1555	select BR2_INSTALL_LIBSTDCPP
1556	select BR2_TOOLCHAIN_HAS_FORTRAN
1557	select BR2_TOOLCHAIN_HAS_THREADS
1558	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1559	select BR2_TOOLCHAIN_HAS_THREADS
1560	select BR2_TOOLCHAIN_HAS_THREADS
1561	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1562	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1563	help
1564	  Bootlin toolchain for the mips32el architecture, using the
1565	  uclibc C library. This is a bleeding-edge version, which
1566	  means it is using the latest versions of gcc, gdb and
1567	  binutils.
1568
1569	  https://toolchains.bootlin.com/
1570
1571config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_STABLE
1572	bool "mips32el uclibc stable 2020.08-1"
1573	depends on BR2_mipsel
1574	depends on BR2_mips_32
1575	depends on !BR2_MIPS_SOFT_FLOAT
1576	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1577	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1578	select BR2_USE_WCHAR
1579	select BR2_ENABLE_LOCALE
1580	select BR2_INSTALL_LIBSTDCPP
1581	select BR2_TOOLCHAIN_HAS_FORTRAN
1582	select BR2_TOOLCHAIN_HAS_THREADS
1583	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1584	select BR2_TOOLCHAIN_HAS_THREADS
1585	select BR2_TOOLCHAIN_HAS_THREADS
1586	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1587	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1588	help
1589	  Bootlin toolchain for the mips32el architecture, using the
1590	  uclibc C library. This is a stable version, which means it
1591	  is using stable and proven versions of gcc, gdb and
1592	  binutils.
1593
1594	  https://toolchains.bootlin.com/
1595
1596config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_BLEEDING_EDGE
1597	bool "mips32r5el glibc bleeding-edge 2020.08-1"
1598	depends on BR2_mipsel
1599	depends on BR2_mips_32r5
1600	depends on !BR2_MIPS_SOFT_FLOAT
1601	depends on BR2_USE_MMU
1602	depends on !BR2_STATIC_LIBS
1603	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1604	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1605	select BR2_INSTALL_LIBSTDCPP
1606	select BR2_TOOLCHAIN_HAS_FORTRAN
1607	select BR2_TOOLCHAIN_HAS_SSP
1608	select BR2_TOOLCHAIN_HAS_THREADS
1609	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1610	select BR2_TOOLCHAIN_HAS_THREADS
1611	select BR2_TOOLCHAIN_HAS_THREADS
1612	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1613	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1614	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1615	help
1616	  Bootlin toolchain for the mips32r5el architecture, using
1617	  the glibc C library. This is a bleeding-edge version, which
1618	  means it is using the latest versions of gcc, gdb and
1619	  binutils.
1620
1621	  https://toolchains.bootlin.com/
1622
1623config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_STABLE
1624	bool "mips32r5el glibc stable 2020.08-1"
1625	depends on BR2_mipsel
1626	depends on BR2_mips_32r5
1627	depends on !BR2_MIPS_SOFT_FLOAT
1628	depends on BR2_USE_MMU
1629	depends on !BR2_STATIC_LIBS
1630	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1631	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1632	select BR2_INSTALL_LIBSTDCPP
1633	select BR2_TOOLCHAIN_HAS_FORTRAN
1634	select BR2_TOOLCHAIN_HAS_SSP
1635	select BR2_TOOLCHAIN_HAS_THREADS
1636	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1637	select BR2_TOOLCHAIN_HAS_THREADS
1638	select BR2_TOOLCHAIN_HAS_THREADS
1639	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1640	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1641	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1642	help
1643	  Bootlin toolchain for the mips32r5el architecture, using
1644	  the glibc C library. This is a stable version, which means
1645	  it is using stable and proven versions of gcc, gdb and
1646	  binutils.
1647
1648	  https://toolchains.bootlin.com/
1649
1650config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_BLEEDING_EDGE
1651	bool "mips32r5el musl bleeding-edge 2020.08-1"
1652	depends on BR2_mipsel
1653	depends on BR2_mips_32r5
1654	depends on !BR2_MIPS_SOFT_FLOAT
1655	depends on BR2_USE_MMU
1656	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1657	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1658	select BR2_INSTALL_LIBSTDCPP
1659	select BR2_TOOLCHAIN_HAS_FORTRAN
1660	select BR2_TOOLCHAIN_HAS_SSP
1661	select BR2_TOOLCHAIN_HAS_THREADS
1662	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1663	select BR2_TOOLCHAIN_HAS_THREADS
1664	select BR2_TOOLCHAIN_HAS_THREADS
1665	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1666	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1667	help
1668	  Bootlin toolchain for the mips32r5el architecture, using
1669	  the musl C library. This is a bleeding-edge version, which
1670	  means it is using the latest versions of gcc, gdb and
1671	  binutils.
1672
1673	  https://toolchains.bootlin.com/
1674
1675config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_STABLE
1676	bool "mips32r5el musl stable 2020.08-1"
1677	depends on BR2_mipsel
1678	depends on BR2_mips_32r5
1679	depends on !BR2_MIPS_SOFT_FLOAT
1680	depends on BR2_USE_MMU
1681	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1682	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1683	select BR2_INSTALL_LIBSTDCPP
1684	select BR2_TOOLCHAIN_HAS_FORTRAN
1685	select BR2_TOOLCHAIN_HAS_SSP
1686	select BR2_TOOLCHAIN_HAS_THREADS
1687	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1688	select BR2_TOOLCHAIN_HAS_THREADS
1689	select BR2_TOOLCHAIN_HAS_THREADS
1690	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1691	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1692	help
1693	  Bootlin toolchain for the mips32r5el architecture, using
1694	  the musl C library. This is a stable version, which means
1695	  it is using stable and proven versions of gcc, gdb and
1696	  binutils.
1697
1698	  https://toolchains.bootlin.com/
1699
1700config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_BLEEDING_EDGE
1701	bool "mips32r5el uclibc bleeding-edge 2020.08-1"
1702	depends on BR2_mipsel
1703	depends on BR2_mips_32r5
1704	depends on !BR2_MIPS_SOFT_FLOAT
1705	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1706	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1707	select BR2_USE_WCHAR
1708	select BR2_ENABLE_LOCALE
1709	select BR2_INSTALL_LIBSTDCPP
1710	select BR2_TOOLCHAIN_HAS_FORTRAN
1711	select BR2_TOOLCHAIN_HAS_THREADS
1712	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1713	select BR2_TOOLCHAIN_HAS_THREADS
1714	select BR2_TOOLCHAIN_HAS_THREADS
1715	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1716	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1717	help
1718	  Bootlin toolchain for the mips32r5el architecture, using
1719	  the uclibc C library. This is a bleeding-edge version,
1720	  which means it is using the latest versions of gcc, gdb and
1721	  binutils.
1722
1723	  https://toolchains.bootlin.com/
1724
1725config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_STABLE
1726	bool "mips32r5el uclibc stable 2020.08-1"
1727	depends on BR2_mipsel
1728	depends on BR2_mips_32r5
1729	depends on !BR2_MIPS_SOFT_FLOAT
1730	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1731	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1732	select BR2_USE_WCHAR
1733	select BR2_ENABLE_LOCALE
1734	select BR2_INSTALL_LIBSTDCPP
1735	select BR2_TOOLCHAIN_HAS_FORTRAN
1736	select BR2_TOOLCHAIN_HAS_THREADS
1737	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1738	select BR2_TOOLCHAIN_HAS_THREADS
1739	select BR2_TOOLCHAIN_HAS_THREADS
1740	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1741	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1742	help
1743	  Bootlin toolchain for the mips32r5el architecture, using
1744	  the uclibc C library. This is a stable version, which means
1745	  it is using stable and proven versions of gcc, gdb and
1746	  binutils.
1747
1748	  https://toolchains.bootlin.com/
1749
1750config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_BLEEDING_EDGE
1751	bool "mips32r6el glibc bleeding-edge 2020.08-1"
1752	depends on BR2_mipsel
1753	depends on BR2_mips_32r6
1754	depends on !BR2_MIPS_SOFT_FLOAT
1755	depends on BR2_USE_MMU
1756	depends on !BR2_STATIC_LIBS
1757	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1758	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1759	select BR2_INSTALL_LIBSTDCPP
1760	select BR2_TOOLCHAIN_HAS_FORTRAN
1761	select BR2_TOOLCHAIN_HAS_SSP
1762	select BR2_TOOLCHAIN_HAS_THREADS
1763	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1764	select BR2_TOOLCHAIN_HAS_THREADS
1765	select BR2_TOOLCHAIN_HAS_THREADS
1766	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1767	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1768	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1769	help
1770	  Bootlin toolchain for the mips32r6el architecture, using
1771	  the glibc C library. This is a bleeding-edge version, which
1772	  means it is using the latest versions of gcc, gdb and
1773	  binutils.
1774
1775	  https://toolchains.bootlin.com/
1776
1777config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_STABLE
1778	bool "mips32r6el glibc stable 2020.08-1"
1779	depends on BR2_mipsel
1780	depends on BR2_mips_32r6
1781	depends on !BR2_MIPS_SOFT_FLOAT
1782	depends on BR2_USE_MMU
1783	depends on !BR2_STATIC_LIBS
1784	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1785	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1786	select BR2_INSTALL_LIBSTDCPP
1787	select BR2_TOOLCHAIN_HAS_FORTRAN
1788	select BR2_TOOLCHAIN_HAS_SSP
1789	select BR2_TOOLCHAIN_HAS_THREADS
1790	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1791	select BR2_TOOLCHAIN_HAS_THREADS
1792	select BR2_TOOLCHAIN_HAS_THREADS
1793	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1794	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1795	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1796	help
1797	  Bootlin toolchain for the mips32r6el architecture, using
1798	  the glibc C library. This is a stable version, which means
1799	  it is using stable and proven versions of gcc, gdb and
1800	  binutils.
1801
1802	  https://toolchains.bootlin.com/
1803
1804config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_BLEEDING_EDGE
1805	bool "mips32r6el musl bleeding-edge 2020.08-1"
1806	depends on BR2_mipsel
1807	depends on BR2_mips_32r6
1808	depends on !BR2_MIPS_SOFT_FLOAT
1809	depends on BR2_USE_MMU
1810	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1811	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1812	select BR2_INSTALL_LIBSTDCPP
1813	select BR2_TOOLCHAIN_HAS_FORTRAN
1814	select BR2_TOOLCHAIN_HAS_SSP
1815	select BR2_TOOLCHAIN_HAS_THREADS
1816	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1817	select BR2_TOOLCHAIN_HAS_THREADS
1818	select BR2_TOOLCHAIN_HAS_THREADS
1819	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1820	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1821	help
1822	  Bootlin toolchain for the mips32r6el architecture, using
1823	  the musl C library. This is a bleeding-edge version, which
1824	  means it is using the latest versions of gcc, gdb and
1825	  binutils.
1826
1827	  https://toolchains.bootlin.com/
1828
1829config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_STABLE
1830	bool "mips32r6el musl stable 2020.08-1"
1831	depends on BR2_mipsel
1832	depends on BR2_mips_32r6
1833	depends on !BR2_MIPS_SOFT_FLOAT
1834	depends on BR2_USE_MMU
1835	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1836	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1837	select BR2_INSTALL_LIBSTDCPP
1838	select BR2_TOOLCHAIN_HAS_FORTRAN
1839	select BR2_TOOLCHAIN_HAS_SSP
1840	select BR2_TOOLCHAIN_HAS_THREADS
1841	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1842	select BR2_TOOLCHAIN_HAS_THREADS
1843	select BR2_TOOLCHAIN_HAS_THREADS
1844	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1845	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1846	help
1847	  Bootlin toolchain for the mips32r6el architecture, using
1848	  the musl C library. This is a stable version, which means
1849	  it is using stable and proven versions of gcc, gdb and
1850	  binutils.
1851
1852	  https://toolchains.bootlin.com/
1853
1854config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_BLEEDING_EDGE
1855	bool "mips32r6el uclibc bleeding-edge 2020.08-1"
1856	depends on BR2_mipsel
1857	depends on BR2_mips_32r6
1858	depends on !BR2_MIPS_SOFT_FLOAT
1859	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1860	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1861	select BR2_USE_WCHAR
1862	select BR2_ENABLE_LOCALE
1863	select BR2_INSTALL_LIBSTDCPP
1864	select BR2_TOOLCHAIN_HAS_FORTRAN
1865	select BR2_TOOLCHAIN_HAS_THREADS
1866	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1867	select BR2_TOOLCHAIN_HAS_THREADS
1868	select BR2_TOOLCHAIN_HAS_THREADS
1869	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1870	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1871	help
1872	  Bootlin toolchain for the mips32r6el architecture, using
1873	  the uclibc C library. This is a bleeding-edge version,
1874	  which means it is using the latest versions of gcc, gdb and
1875	  binutils.
1876
1877	  https://toolchains.bootlin.com/
1878
1879config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_STABLE
1880	bool "mips32r6el uclibc stable 2020.08-1"
1881	depends on BR2_mipsel
1882	depends on BR2_mips_32r6
1883	depends on !BR2_MIPS_SOFT_FLOAT
1884	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1885	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1886	select BR2_USE_WCHAR
1887	select BR2_ENABLE_LOCALE
1888	select BR2_INSTALL_LIBSTDCPP
1889	select BR2_TOOLCHAIN_HAS_FORTRAN
1890	select BR2_TOOLCHAIN_HAS_THREADS
1891	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1892	select BR2_TOOLCHAIN_HAS_THREADS
1893	select BR2_TOOLCHAIN_HAS_THREADS
1894	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1895	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
1896	help
1897	  Bootlin toolchain for the mips32r6el architecture, using
1898	  the uclibc C library. This is a stable version, which means
1899	  it is using stable and proven versions of gcc, gdb and
1900	  binutils.
1901
1902	  https://toolchains.bootlin.com/
1903
1904config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_BLEEDING_EDGE
1905	bool "mips64-n32 glibc bleeding-edge 2020.08-1"
1906	depends on BR2_mips64
1907	depends on BR2_mips_64
1908	depends on BR2_MIPS_NABI32
1909	depends on !BR2_MIPS_SOFT_FLOAT
1910	depends on BR2_USE_MMU
1911	depends on !BR2_STATIC_LIBS
1912	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1913	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1914	select BR2_INSTALL_LIBSTDCPP
1915	select BR2_TOOLCHAIN_HAS_FORTRAN
1916	select BR2_TOOLCHAIN_HAS_SSP
1917	select BR2_TOOLCHAIN_HAS_THREADS
1918	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1919	select BR2_TOOLCHAIN_HAS_THREADS
1920	select BR2_TOOLCHAIN_HAS_THREADS
1921	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1922	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1923	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1924	help
1925	  Bootlin toolchain for the mips64-n32 architecture, using
1926	  the glibc C library. This is a bleeding-edge version, which
1927	  means it is using the latest versions of gcc, gdb and
1928	  binutils.
1929
1930	  https://toolchains.bootlin.com/
1931
1932config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_STABLE
1933	bool "mips64-n32 glibc stable 2020.08-1"
1934	depends on BR2_mips64
1935	depends on BR2_mips_64
1936	depends on BR2_MIPS_NABI32
1937	depends on !BR2_MIPS_SOFT_FLOAT
1938	depends on BR2_USE_MMU
1939	depends on !BR2_STATIC_LIBS
1940	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1941	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1942	select BR2_INSTALL_LIBSTDCPP
1943	select BR2_TOOLCHAIN_HAS_FORTRAN
1944	select BR2_TOOLCHAIN_HAS_SSP
1945	select BR2_TOOLCHAIN_HAS_THREADS
1946	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1947	select BR2_TOOLCHAIN_HAS_THREADS
1948	select BR2_TOOLCHAIN_HAS_THREADS
1949	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1950	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
1951	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
1952	help
1953	  Bootlin toolchain for the mips64-n32 architecture, using
1954	  the glibc C library. This is a stable version, which means
1955	  it is using stable and proven versions of gcc, gdb and
1956	  binutils.
1957
1958	  https://toolchains.bootlin.com/
1959
1960config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_BLEEDING_EDGE
1961	bool "mips64-n32 musl bleeding-edge 2020.08-1"
1962	depends on BR2_mips64
1963	depends on BR2_mips_64
1964	depends on BR2_MIPS_NABI32
1965	depends on !BR2_MIPS_SOFT_FLOAT
1966	depends on BR2_USE_MMU
1967	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
1968	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
1969	select BR2_INSTALL_LIBSTDCPP
1970	select BR2_TOOLCHAIN_HAS_FORTRAN
1971	select BR2_TOOLCHAIN_HAS_SSP
1972	select BR2_TOOLCHAIN_HAS_THREADS
1973	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
1974	select BR2_TOOLCHAIN_HAS_THREADS
1975	select BR2_TOOLCHAIN_HAS_THREADS
1976	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
1977	select BR2_TOOLCHAIN_EXTERNAL_MUSL
1978	help
1979	  Bootlin toolchain for the mips64-n32 architecture, using
1980	  the musl C library. This is a bleeding-edge version, which
1981	  means it is using the latest versions of gcc, gdb and
1982	  binutils.
1983
1984	  https://toolchains.bootlin.com/
1985
1986config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_STABLE
1987	bool "mips64-n32 musl stable 2020.08-1"
1988	depends on BR2_mips64
1989	depends on BR2_mips_64
1990	depends on BR2_MIPS_NABI32
1991	depends on !BR2_MIPS_SOFT_FLOAT
1992	depends on BR2_USE_MMU
1993	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
1994	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
1995	select BR2_INSTALL_LIBSTDCPP
1996	select BR2_TOOLCHAIN_HAS_FORTRAN
1997	select BR2_TOOLCHAIN_HAS_SSP
1998	select BR2_TOOLCHAIN_HAS_THREADS
1999	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2000	select BR2_TOOLCHAIN_HAS_THREADS
2001	select BR2_TOOLCHAIN_HAS_THREADS
2002	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2003	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2004	help
2005	  Bootlin toolchain for the mips64-n32 architecture, using
2006	  the musl C library. This is a stable version, which means
2007	  it is using stable and proven versions of gcc, gdb and
2008	  binutils.
2009
2010	  https://toolchains.bootlin.com/
2011
2012config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_BLEEDING_EDGE
2013	bool "mips64-n32 uclibc bleeding-edge 2020.08-1"
2014	depends on BR2_mips64
2015	depends on BR2_mips_64
2016	depends on BR2_MIPS_NABI32
2017	depends on !BR2_MIPS_SOFT_FLOAT
2018	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2019	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2020	select BR2_USE_WCHAR
2021	select BR2_ENABLE_LOCALE
2022	select BR2_INSTALL_LIBSTDCPP
2023	select BR2_TOOLCHAIN_HAS_FORTRAN
2024	select BR2_TOOLCHAIN_HAS_THREADS
2025	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2026	select BR2_TOOLCHAIN_HAS_THREADS
2027	select BR2_TOOLCHAIN_HAS_THREADS
2028	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2029	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2030	help
2031	  Bootlin toolchain for the mips64-n32 architecture, using
2032	  the uclibc C library. This is a bleeding-edge version,
2033	  which means it is using the latest versions of gcc, gdb and
2034	  binutils.
2035
2036	  https://toolchains.bootlin.com/
2037
2038config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_STABLE
2039	bool "mips64-n32 uclibc stable 2020.08-1"
2040	depends on BR2_mips64
2041	depends on BR2_mips_64
2042	depends on BR2_MIPS_NABI32
2043	depends on !BR2_MIPS_SOFT_FLOAT
2044	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2045	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2046	select BR2_USE_WCHAR
2047	select BR2_ENABLE_LOCALE
2048	select BR2_INSTALL_LIBSTDCPP
2049	select BR2_TOOLCHAIN_HAS_FORTRAN
2050	select BR2_TOOLCHAIN_HAS_THREADS
2051	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2052	select BR2_TOOLCHAIN_HAS_THREADS
2053	select BR2_TOOLCHAIN_HAS_THREADS
2054	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2055	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2056	help
2057	  Bootlin toolchain for the mips64-n32 architecture, using
2058	  the uclibc C library. This is a stable version, which means
2059	  it is using stable and proven versions of gcc, gdb and
2060	  binutils.
2061
2062	  https://toolchains.bootlin.com/
2063
2064config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_BLEEDING_EDGE
2065	bool "mips64el-n32 glibc bleeding-edge 2020.08-1"
2066	depends on BR2_mips64el
2067	depends on BR2_mips_64
2068	depends on BR2_MIPS_NABI32
2069	depends on !BR2_MIPS_SOFT_FLOAT
2070	depends on BR2_USE_MMU
2071	depends on !BR2_STATIC_LIBS
2072	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2073	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2074	select BR2_INSTALL_LIBSTDCPP
2075	select BR2_TOOLCHAIN_HAS_FORTRAN
2076	select BR2_TOOLCHAIN_HAS_SSP
2077	select BR2_TOOLCHAIN_HAS_THREADS
2078	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2079	select BR2_TOOLCHAIN_HAS_THREADS
2080	select BR2_TOOLCHAIN_HAS_THREADS
2081	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2082	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2083	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2084	help
2085	  Bootlin toolchain for the mips64el-n32 architecture, using
2086	  the glibc C library. This is a bleeding-edge version, which
2087	  means it is using the latest versions of gcc, gdb and
2088	  binutils.
2089
2090	  https://toolchains.bootlin.com/
2091
2092config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_STABLE
2093	bool "mips64el-n32 glibc stable 2020.08-1"
2094	depends on BR2_mips64el
2095	depends on BR2_mips_64
2096	depends on BR2_MIPS_NABI32
2097	depends on !BR2_MIPS_SOFT_FLOAT
2098	depends on BR2_USE_MMU
2099	depends on !BR2_STATIC_LIBS
2100	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2101	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2102	select BR2_INSTALL_LIBSTDCPP
2103	select BR2_TOOLCHAIN_HAS_FORTRAN
2104	select BR2_TOOLCHAIN_HAS_SSP
2105	select BR2_TOOLCHAIN_HAS_THREADS
2106	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2107	select BR2_TOOLCHAIN_HAS_THREADS
2108	select BR2_TOOLCHAIN_HAS_THREADS
2109	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2110	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2111	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2112	help
2113	  Bootlin toolchain for the mips64el-n32 architecture, using
2114	  the glibc C library. This is a stable version, which means
2115	  it is using stable and proven versions of gcc, gdb and
2116	  binutils.
2117
2118	  https://toolchains.bootlin.com/
2119
2120config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_BLEEDING_EDGE
2121	bool "mips64el-n32 musl bleeding-edge 2020.08-1"
2122	depends on BR2_mips64el
2123	depends on BR2_mips_64
2124	depends on BR2_MIPS_NABI32
2125	depends on !BR2_MIPS_SOFT_FLOAT
2126	depends on BR2_USE_MMU
2127	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2128	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2129	select BR2_INSTALL_LIBSTDCPP
2130	select BR2_TOOLCHAIN_HAS_FORTRAN
2131	select BR2_TOOLCHAIN_HAS_SSP
2132	select BR2_TOOLCHAIN_HAS_THREADS
2133	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2134	select BR2_TOOLCHAIN_HAS_THREADS
2135	select BR2_TOOLCHAIN_HAS_THREADS
2136	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2137	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2138	help
2139	  Bootlin toolchain for the mips64el-n32 architecture, using
2140	  the musl C library. This is a bleeding-edge version, which
2141	  means it is using the latest versions of gcc, gdb and
2142	  binutils.
2143
2144	  https://toolchains.bootlin.com/
2145
2146config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_STABLE
2147	bool "mips64el-n32 musl stable 2020.08-1"
2148	depends on BR2_mips64el
2149	depends on BR2_mips_64
2150	depends on BR2_MIPS_NABI32
2151	depends on !BR2_MIPS_SOFT_FLOAT
2152	depends on BR2_USE_MMU
2153	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2154	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2155	select BR2_INSTALL_LIBSTDCPP
2156	select BR2_TOOLCHAIN_HAS_FORTRAN
2157	select BR2_TOOLCHAIN_HAS_SSP
2158	select BR2_TOOLCHAIN_HAS_THREADS
2159	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2160	select BR2_TOOLCHAIN_HAS_THREADS
2161	select BR2_TOOLCHAIN_HAS_THREADS
2162	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2163	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2164	help
2165	  Bootlin toolchain for the mips64el-n32 architecture, using
2166	  the musl C library. This is a stable version, which means
2167	  it is using stable and proven versions of gcc, gdb and
2168	  binutils.
2169
2170	  https://toolchains.bootlin.com/
2171
2172config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_BLEEDING_EDGE
2173	bool "mips64el-n32 uclibc bleeding-edge 2020.08-1"
2174	depends on BR2_mips64el
2175	depends on BR2_mips_64
2176	depends on BR2_MIPS_NABI32
2177	depends on !BR2_MIPS_SOFT_FLOAT
2178	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2179	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2180	select BR2_USE_WCHAR
2181	select BR2_ENABLE_LOCALE
2182	select BR2_INSTALL_LIBSTDCPP
2183	select BR2_TOOLCHAIN_HAS_FORTRAN
2184	select BR2_TOOLCHAIN_HAS_THREADS
2185	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2186	select BR2_TOOLCHAIN_HAS_THREADS
2187	select BR2_TOOLCHAIN_HAS_THREADS
2188	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2189	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2190	help
2191	  Bootlin toolchain for the mips64el-n32 architecture, using
2192	  the uclibc C library. This is a bleeding-edge version,
2193	  which means it is using the latest versions of gcc, gdb and
2194	  binutils.
2195
2196	  https://toolchains.bootlin.com/
2197
2198config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_STABLE
2199	bool "mips64el-n32 uclibc stable 2020.08-1"
2200	depends on BR2_mips64el
2201	depends on BR2_mips_64
2202	depends on BR2_MIPS_NABI32
2203	depends on !BR2_MIPS_SOFT_FLOAT
2204	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2205	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2206	select BR2_USE_WCHAR
2207	select BR2_ENABLE_LOCALE
2208	select BR2_INSTALL_LIBSTDCPP
2209	select BR2_TOOLCHAIN_HAS_FORTRAN
2210	select BR2_TOOLCHAIN_HAS_THREADS
2211	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2212	select BR2_TOOLCHAIN_HAS_THREADS
2213	select BR2_TOOLCHAIN_HAS_THREADS
2214	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2215	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2216	help
2217	  Bootlin toolchain for the mips64el-n32 architecture, using
2218	  the uclibc C library. This is a stable version, which means
2219	  it is using stable and proven versions of gcc, gdb and
2220	  binutils.
2221
2222	  https://toolchains.bootlin.com/
2223
2224config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_BLEEDING_EDGE
2225	bool "mips64r6el-n32 glibc bleeding-edge 2020.08-1"
2226	depends on BR2_mips64el
2227	depends on BR2_mips_64r6
2228	depends on BR2_MIPS_NABI32
2229	depends on !BR2_MIPS_SOFT_FLOAT
2230	depends on BR2_USE_MMU
2231	depends on !BR2_STATIC_LIBS
2232	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2233	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2234	select BR2_INSTALL_LIBSTDCPP
2235	select BR2_TOOLCHAIN_HAS_FORTRAN
2236	select BR2_TOOLCHAIN_HAS_SSP
2237	select BR2_TOOLCHAIN_HAS_THREADS
2238	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2239	select BR2_TOOLCHAIN_HAS_THREADS
2240	select BR2_TOOLCHAIN_HAS_THREADS
2241	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2242	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2243	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2244	help
2245	  Bootlin toolchain for the mips64r6el-n32 architecture,
2246	  using the glibc C library. This is a bleeding-edge version,
2247	  which means it is using the latest versions of gcc, gdb and
2248	  binutils.
2249
2250	  https://toolchains.bootlin.com/
2251
2252config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_STABLE
2253	bool "mips64r6el-n32 glibc stable 2020.08-1"
2254	depends on BR2_mips64el
2255	depends on BR2_mips_64r6
2256	depends on BR2_MIPS_NABI32
2257	depends on !BR2_MIPS_SOFT_FLOAT
2258	depends on BR2_USE_MMU
2259	depends on !BR2_STATIC_LIBS
2260	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2261	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2262	select BR2_INSTALL_LIBSTDCPP
2263	select BR2_TOOLCHAIN_HAS_FORTRAN
2264	select BR2_TOOLCHAIN_HAS_SSP
2265	select BR2_TOOLCHAIN_HAS_THREADS
2266	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2267	select BR2_TOOLCHAIN_HAS_THREADS
2268	select BR2_TOOLCHAIN_HAS_THREADS
2269	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2270	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2271	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2272	help
2273	  Bootlin toolchain for the mips64r6el-n32 architecture,
2274	  using the glibc C library. This is a stable version, which
2275	  means it is using stable and proven versions of gcc, gdb
2276	  and binutils.
2277
2278	  https://toolchains.bootlin.com/
2279
2280config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_BLEEDING_EDGE
2281	bool "mips64r6el-n32 musl bleeding-edge 2020.08-1"
2282	depends on BR2_mips64el
2283	depends on BR2_mips_64r6
2284	depends on BR2_MIPS_NABI32
2285	depends on !BR2_MIPS_SOFT_FLOAT
2286	depends on BR2_USE_MMU
2287	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2288	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2289	select BR2_INSTALL_LIBSTDCPP
2290	select BR2_TOOLCHAIN_HAS_FORTRAN
2291	select BR2_TOOLCHAIN_HAS_SSP
2292	select BR2_TOOLCHAIN_HAS_THREADS
2293	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2294	select BR2_TOOLCHAIN_HAS_THREADS
2295	select BR2_TOOLCHAIN_HAS_THREADS
2296	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2297	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2298	help
2299	  Bootlin toolchain for the mips64r6el-n32 architecture,
2300	  using the musl C library. This is a bleeding-edge version,
2301	  which means it is using the latest versions of gcc, gdb and
2302	  binutils.
2303
2304	  https://toolchains.bootlin.com/
2305
2306config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_STABLE
2307	bool "mips64r6el-n32 musl stable 2020.08-1"
2308	depends on BR2_mips64el
2309	depends on BR2_mips_64r6
2310	depends on BR2_MIPS_NABI32
2311	depends on !BR2_MIPS_SOFT_FLOAT
2312	depends on BR2_USE_MMU
2313	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2314	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2315	select BR2_INSTALL_LIBSTDCPP
2316	select BR2_TOOLCHAIN_HAS_FORTRAN
2317	select BR2_TOOLCHAIN_HAS_SSP
2318	select BR2_TOOLCHAIN_HAS_THREADS
2319	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2320	select BR2_TOOLCHAIN_HAS_THREADS
2321	select BR2_TOOLCHAIN_HAS_THREADS
2322	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2323	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2324	help
2325	  Bootlin toolchain for the mips64r6el-n32 architecture,
2326	  using the musl C library. This is a stable version, which
2327	  means it is using stable and proven versions of gcc, gdb
2328	  and binutils.
2329
2330	  https://toolchains.bootlin.com/
2331
2332config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_BLEEDING_EDGE
2333	bool "mips64r6el-n32 uclibc bleeding-edge 2020.08-1"
2334	depends on BR2_mips64el
2335	depends on BR2_mips_64r6
2336	depends on BR2_MIPS_NABI32
2337	depends on !BR2_MIPS_SOFT_FLOAT
2338	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2339	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2340	select BR2_USE_WCHAR
2341	select BR2_ENABLE_LOCALE
2342	select BR2_INSTALL_LIBSTDCPP
2343	select BR2_TOOLCHAIN_HAS_FORTRAN
2344	select BR2_TOOLCHAIN_HAS_THREADS
2345	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2346	select BR2_TOOLCHAIN_HAS_THREADS
2347	select BR2_TOOLCHAIN_HAS_THREADS
2348	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2349	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2350	help
2351	  Bootlin toolchain for the mips64r6el-n32 architecture,
2352	  using the uclibc C library. This is a bleeding-edge
2353	  version, which means it is using the latest versions of
2354	  gcc, gdb and binutils.
2355
2356	  https://toolchains.bootlin.com/
2357
2358config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_STABLE
2359	bool "mips64r6el-n32 uclibc stable 2020.08-1"
2360	depends on BR2_mips64el
2361	depends on BR2_mips_64r6
2362	depends on BR2_MIPS_NABI32
2363	depends on !BR2_MIPS_SOFT_FLOAT
2364	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2365	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2366	select BR2_USE_WCHAR
2367	select BR2_ENABLE_LOCALE
2368	select BR2_INSTALL_LIBSTDCPP
2369	select BR2_TOOLCHAIN_HAS_FORTRAN
2370	select BR2_TOOLCHAIN_HAS_THREADS
2371	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2372	select BR2_TOOLCHAIN_HAS_THREADS
2373	select BR2_TOOLCHAIN_HAS_THREADS
2374	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2375	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2376	help
2377	  Bootlin toolchain for the mips64r6el-n32 architecture,
2378	  using the uclibc C library. This is a stable version, which
2379	  means it is using stable and proven versions of gcc, gdb
2380	  and binutils.
2381
2382	  https://toolchains.bootlin.com/
2383
2384config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_BLEEDING_EDGE
2385	bool "nios2 glibc bleeding-edge 2020.08-1"
2386	depends on BR2_nios2
2387	depends on BR2_USE_MMU
2388	depends on !BR2_STATIC_LIBS
2389	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2390	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2391	select BR2_INSTALL_LIBSTDCPP
2392	select BR2_TOOLCHAIN_HAS_FORTRAN
2393	select BR2_TOOLCHAIN_HAS_SSP
2394	select BR2_TOOLCHAIN_HAS_THREADS
2395	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2396	select BR2_TOOLCHAIN_HAS_THREADS
2397	select BR2_TOOLCHAIN_HAS_THREADS
2398	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2399	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2400	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2401	help
2402	  Bootlin toolchain for the nios2 architecture, using the
2403	  glibc C library. This is a bleeding-edge version, which
2404	  means it is using the latest versions of gcc, gdb and
2405	  binutils.
2406
2407	  https://toolchains.bootlin.com/
2408
2409config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_STABLE
2410	bool "nios2 glibc stable 2020.08-1"
2411	depends on BR2_nios2
2412	depends on BR2_USE_MMU
2413	depends on !BR2_STATIC_LIBS
2414	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2415	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2416	select BR2_INSTALL_LIBSTDCPP
2417	select BR2_TOOLCHAIN_HAS_FORTRAN
2418	select BR2_TOOLCHAIN_HAS_SSP
2419	select BR2_TOOLCHAIN_HAS_THREADS
2420	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2421	select BR2_TOOLCHAIN_HAS_THREADS
2422	select BR2_TOOLCHAIN_HAS_THREADS
2423	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2424	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2425	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2426	help
2427	  Bootlin toolchain for the nios2 architecture, using the
2428	  glibc C library. This is a stable version, which means it
2429	  is using stable and proven versions of gcc, gdb and
2430	  binutils.
2431
2432	  https://toolchains.bootlin.com/
2433
2434config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_BLEEDING_EDGE
2435	bool "openrisc musl bleeding-edge 2020.08-1"
2436	depends on BR2_or1k
2437	depends on BR2_USE_MMU
2438	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2439	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2440	select BR2_INSTALL_LIBSTDCPP
2441	select BR2_TOOLCHAIN_HAS_FORTRAN
2442	select BR2_TOOLCHAIN_HAS_SSP
2443	select BR2_TOOLCHAIN_HAS_THREADS
2444	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2445	select BR2_TOOLCHAIN_HAS_THREADS
2446	select BR2_TOOLCHAIN_HAS_THREADS
2447	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2448	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2449	help
2450	  Bootlin toolchain for the openrisc architecture, using the
2451	  musl C library. This is a bleeding-edge version, which
2452	  means it is using the latest versions of gcc, gdb and
2453	  binutils.
2454
2455	  https://toolchains.bootlin.com/
2456
2457config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_STABLE
2458	bool "openrisc musl stable 2020.08-1"
2459	depends on BR2_or1k
2460	depends on BR2_USE_MMU
2461	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2462	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2463	select BR2_INSTALL_LIBSTDCPP
2464	select BR2_TOOLCHAIN_HAS_FORTRAN
2465	select BR2_TOOLCHAIN_HAS_SSP
2466	select BR2_TOOLCHAIN_HAS_THREADS
2467	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2468	select BR2_TOOLCHAIN_HAS_THREADS
2469	select BR2_TOOLCHAIN_HAS_THREADS
2470	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2471	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2472	help
2473	  Bootlin toolchain for the openrisc architecture, using the
2474	  musl C library. This is a stable version, which means it is
2475	  using stable and proven versions of gcc, gdb and binutils.
2476
2477	  https://toolchains.bootlin.com/
2478
2479config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_BLEEDING_EDGE
2480	bool "openrisc uclibc bleeding-edge 2020.08-1"
2481	depends on BR2_or1k
2482	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2483	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2484	select BR2_USE_WCHAR
2485	select BR2_ENABLE_LOCALE
2486	select BR2_INSTALL_LIBSTDCPP
2487	select BR2_TOOLCHAIN_HAS_FORTRAN
2488	select BR2_TOOLCHAIN_HAS_THREADS
2489	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2490	select BR2_TOOLCHAIN_HAS_THREADS
2491	select BR2_TOOLCHAIN_HAS_THREADS
2492	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2493	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2494	help
2495	  Bootlin toolchain for the openrisc architecture, using the
2496	  uclibc C library. This is a bleeding-edge version, which
2497	  means it is using the latest versions of gcc, gdb and
2498	  binutils.
2499
2500	  https://toolchains.bootlin.com/
2501
2502config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_STABLE
2503	bool "openrisc uclibc stable 2020.08-1"
2504	depends on BR2_or1k
2505	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2506	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2507	select BR2_USE_WCHAR
2508	select BR2_ENABLE_LOCALE
2509	select BR2_INSTALL_LIBSTDCPP
2510	select BR2_TOOLCHAIN_HAS_FORTRAN
2511	select BR2_TOOLCHAIN_HAS_THREADS
2512	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2513	select BR2_TOOLCHAIN_HAS_THREADS
2514	select BR2_TOOLCHAIN_HAS_THREADS
2515	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2516	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2517	help
2518	  Bootlin toolchain for the openrisc architecture, using the
2519	  uclibc C library. This is a stable version, which means it
2520	  is using stable and proven versions of gcc, gdb and
2521	  binutils.
2522
2523	  https://toolchains.bootlin.com/
2524
2525config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_GLIBC_BLEEDING_EDGE
2526	bool "powerpc-440fp glibc bleeding-edge 2020.08-2"
2527	depends on BR2_powerpc
2528	depends on BR2_powerpc_440fp
2529	depends on BR2_USE_MMU
2530	depends on !BR2_STATIC_LIBS
2531	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2532	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2533	select BR2_INSTALL_LIBSTDCPP
2534	select BR2_TOOLCHAIN_HAS_FORTRAN
2535	select BR2_TOOLCHAIN_HAS_SSP
2536	select BR2_TOOLCHAIN_HAS_THREADS
2537	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2538	select BR2_TOOLCHAIN_HAS_THREADS
2539	select BR2_TOOLCHAIN_HAS_THREADS
2540	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2541	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2542	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2543	help
2544	  Bootlin toolchain for the powerpc-440fp architecture, using
2545	  the glibc C library. This is a bleeding-edge version, which
2546	  means it is using the latest versions of gcc, gdb and
2547	  binutils.
2548
2549	  https://toolchains.bootlin.com/
2550
2551config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_GLIBC_STABLE
2552	bool "powerpc-440fp glibc stable 2020.08-2"
2553	depends on BR2_powerpc
2554	depends on BR2_powerpc_440fp
2555	depends on BR2_USE_MMU
2556	depends on !BR2_STATIC_LIBS
2557	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2558	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2559	select BR2_INSTALL_LIBSTDCPP
2560	select BR2_TOOLCHAIN_HAS_FORTRAN
2561	select BR2_TOOLCHAIN_HAS_SSP
2562	select BR2_TOOLCHAIN_HAS_THREADS
2563	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2564	select BR2_TOOLCHAIN_HAS_THREADS
2565	select BR2_TOOLCHAIN_HAS_THREADS
2566	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2567	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2568	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2569	help
2570	  Bootlin toolchain for the powerpc-440fp architecture, using
2571	  the glibc C library. This is a stable version, which means
2572	  it is using stable and proven versions of gcc, gdb and
2573	  binutils.
2574
2575	  https://toolchains.bootlin.com/
2576
2577config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_MUSL_BLEEDING_EDGE
2578	bool "powerpc-440fp musl bleeding-edge 2020.08-2"
2579	depends on BR2_powerpc
2580	depends on BR2_powerpc_440fp
2581	depends on BR2_USE_MMU
2582	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2583	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2584	select BR2_INSTALL_LIBSTDCPP
2585	select BR2_TOOLCHAIN_HAS_FORTRAN
2586	select BR2_TOOLCHAIN_HAS_THREADS
2587	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2588	select BR2_TOOLCHAIN_HAS_THREADS
2589	select BR2_TOOLCHAIN_HAS_THREADS
2590	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2591	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2592	help
2593	  Bootlin toolchain for the powerpc-440fp architecture, using
2594	  the musl C library. This is a bleeding-edge version, which
2595	  means it is using the latest versions of gcc, gdb and
2596	  binutils.
2597
2598	  https://toolchains.bootlin.com/
2599
2600config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_MUSL_STABLE
2601	bool "powerpc-440fp musl stable 2020.08-2"
2602	depends on BR2_powerpc
2603	depends on BR2_powerpc_440fp
2604	depends on BR2_USE_MMU
2605	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2606	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2607	select BR2_INSTALL_LIBSTDCPP
2608	select BR2_TOOLCHAIN_HAS_FORTRAN
2609	select BR2_TOOLCHAIN_HAS_THREADS
2610	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2611	select BR2_TOOLCHAIN_HAS_THREADS
2612	select BR2_TOOLCHAIN_HAS_THREADS
2613	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2614	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2615	help
2616	  Bootlin toolchain for the powerpc-440fp architecture, using
2617	  the musl C library. This is a stable version, which means
2618	  it is using stable and proven versions of gcc, gdb and
2619	  binutils.
2620
2621	  https://toolchains.bootlin.com/
2622
2623config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_UCLIBC_BLEEDING_EDGE
2624	bool "powerpc-440fp uclibc bleeding-edge 2020.08-2"
2625	depends on BR2_powerpc
2626	depends on BR2_powerpc_440fp
2627	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2628	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2629	select BR2_USE_WCHAR
2630	select BR2_ENABLE_LOCALE
2631	select BR2_INSTALL_LIBSTDCPP
2632	select BR2_TOOLCHAIN_HAS_FORTRAN
2633	select BR2_TOOLCHAIN_HAS_THREADS
2634	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2635	select BR2_TOOLCHAIN_HAS_THREADS
2636	select BR2_TOOLCHAIN_HAS_THREADS
2637	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2638	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2639	help
2640	  Bootlin toolchain for the powerpc-440fp architecture, using
2641	  the uclibc C library. This is a bleeding-edge version,
2642	  which means it is using the latest versions of gcc, gdb and
2643	  binutils.
2644
2645	  https://toolchains.bootlin.com/
2646
2647config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_UCLIBC_STABLE
2648	bool "powerpc-440fp uclibc stable 2020.08-2"
2649	depends on BR2_powerpc
2650	depends on BR2_powerpc_440fp
2651	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2652	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2653	select BR2_USE_WCHAR
2654	select BR2_ENABLE_LOCALE
2655	select BR2_INSTALL_LIBSTDCPP
2656	select BR2_TOOLCHAIN_HAS_FORTRAN
2657	select BR2_TOOLCHAIN_HAS_THREADS
2658	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2659	select BR2_TOOLCHAIN_HAS_THREADS
2660	select BR2_TOOLCHAIN_HAS_THREADS
2661	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2662	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2663	help
2664	  Bootlin toolchain for the powerpc-440fp architecture, using
2665	  the uclibc C library. This is a stable version, which means
2666	  it is using stable and proven versions of gcc, gdb and
2667	  binutils.
2668
2669	  https://toolchains.bootlin.com/
2670
2671config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_GLIBC_BLEEDING_EDGE
2672	bool "powerpc-e300c3 glibc bleeding-edge 2020.08-1"
2673	depends on BR2_powerpc
2674	depends on BR2_powerpc_e300c3
2675	depends on BR2_USE_MMU
2676	depends on !BR2_STATIC_LIBS
2677	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2678	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2679	select BR2_INSTALL_LIBSTDCPP
2680	select BR2_TOOLCHAIN_HAS_FORTRAN
2681	select BR2_TOOLCHAIN_HAS_SSP
2682	select BR2_TOOLCHAIN_HAS_THREADS
2683	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2684	select BR2_TOOLCHAIN_HAS_THREADS
2685	select BR2_TOOLCHAIN_HAS_THREADS
2686	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2687	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2688	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2689	help
2690	  Bootlin toolchain for the powerpc-e300c3 architecture,
2691	  using the glibc C library. This is a bleeding-edge version,
2692	  which means it is using the latest versions of gcc, gdb and
2693	  binutils.
2694
2695	  https://toolchains.bootlin.com/
2696
2697config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_GLIBC_STABLE
2698	bool "powerpc-e300c3 glibc stable 2020.08-1"
2699	depends on BR2_powerpc
2700	depends on BR2_powerpc_e300c3
2701	depends on BR2_USE_MMU
2702	depends on !BR2_STATIC_LIBS
2703	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2704	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2705	select BR2_INSTALL_LIBSTDCPP
2706	select BR2_TOOLCHAIN_HAS_FORTRAN
2707	select BR2_TOOLCHAIN_HAS_SSP
2708	select BR2_TOOLCHAIN_HAS_THREADS
2709	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2710	select BR2_TOOLCHAIN_HAS_THREADS
2711	select BR2_TOOLCHAIN_HAS_THREADS
2712	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2713	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2714	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2715	help
2716	  Bootlin toolchain for the powerpc-e300c3 architecture,
2717	  using the glibc C library. This is a stable version, which
2718	  means it is using stable and proven versions of gcc, gdb
2719	  and binutils.
2720
2721	  https://toolchains.bootlin.com/
2722
2723config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_MUSL_BLEEDING_EDGE
2724	bool "powerpc-e300c3 musl bleeding-edge 2020.08-1"
2725	depends on BR2_powerpc
2726	depends on BR2_powerpc_e300c3
2727	depends on BR2_USE_MMU
2728	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2729	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2730	select BR2_INSTALL_LIBSTDCPP
2731	select BR2_TOOLCHAIN_HAS_FORTRAN
2732	select BR2_TOOLCHAIN_HAS_THREADS
2733	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2734	select BR2_TOOLCHAIN_HAS_THREADS
2735	select BR2_TOOLCHAIN_HAS_THREADS
2736	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2737	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2738	help
2739	  Bootlin toolchain for the powerpc-e300c3 architecture,
2740	  using the musl C library. This is a bleeding-edge version,
2741	  which means it is using the latest versions of gcc, gdb and
2742	  binutils.
2743
2744	  https://toolchains.bootlin.com/
2745
2746config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_MUSL_STABLE
2747	bool "powerpc-e300c3 musl stable 2020.08-1"
2748	depends on BR2_powerpc
2749	depends on BR2_powerpc_e300c3
2750	depends on BR2_USE_MMU
2751	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2752	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2753	select BR2_INSTALL_LIBSTDCPP
2754	select BR2_TOOLCHAIN_HAS_FORTRAN
2755	select BR2_TOOLCHAIN_HAS_THREADS
2756	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2757	select BR2_TOOLCHAIN_HAS_THREADS
2758	select BR2_TOOLCHAIN_HAS_THREADS
2759	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2760	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2761	help
2762	  Bootlin toolchain for the powerpc-e300c3 architecture,
2763	  using the musl C library. This is a stable version, which
2764	  means it is using stable and proven versions of gcc, gdb
2765	  and binutils.
2766
2767	  https://toolchains.bootlin.com/
2768
2769config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_UCLIBC_BLEEDING_EDGE
2770	bool "powerpc-e300c3 uclibc bleeding-edge 2020.08-1"
2771	depends on BR2_powerpc
2772	depends on BR2_powerpc_e300c3
2773	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2774	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2775	select BR2_USE_WCHAR
2776	select BR2_ENABLE_LOCALE
2777	select BR2_INSTALL_LIBSTDCPP
2778	select BR2_TOOLCHAIN_HAS_FORTRAN
2779	select BR2_TOOLCHAIN_HAS_THREADS
2780	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2781	select BR2_TOOLCHAIN_HAS_THREADS
2782	select BR2_TOOLCHAIN_HAS_THREADS
2783	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2784	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2785	help
2786	  Bootlin toolchain for the powerpc-e300c3 architecture,
2787	  using the uclibc C library. This is a bleeding-edge
2788	  version, which means it is using the latest versions of
2789	  gcc, gdb and binutils.
2790
2791	  https://toolchains.bootlin.com/
2792
2793config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_UCLIBC_STABLE
2794	bool "powerpc-e300c3 uclibc stable 2020.08-1"
2795	depends on BR2_powerpc
2796	depends on BR2_powerpc_e300c3
2797	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2798	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2799	select BR2_USE_WCHAR
2800	select BR2_ENABLE_LOCALE
2801	select BR2_INSTALL_LIBSTDCPP
2802	select BR2_TOOLCHAIN_HAS_FORTRAN
2803	select BR2_TOOLCHAIN_HAS_THREADS
2804	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2805	select BR2_TOOLCHAIN_HAS_THREADS
2806	select BR2_TOOLCHAIN_HAS_THREADS
2807	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2808	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2809	help
2810	  Bootlin toolchain for the powerpc-e300c3 architecture,
2811	  using the uclibc C library. This is a stable version, which
2812	  means it is using stable and proven versions of gcc, gdb
2813	  and binutils.
2814
2815	  https://toolchains.bootlin.com/
2816
2817config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_BLEEDING_EDGE
2818	bool "powerpc-e500mc glibc bleeding-edge 2020.08-1"
2819	depends on BR2_powerpc
2820	depends on BR2_powerpc_e500mc
2821	depends on BR2_USE_MMU
2822	depends on !BR2_STATIC_LIBS
2823	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2824	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2825	select BR2_INSTALL_LIBSTDCPP
2826	select BR2_TOOLCHAIN_HAS_FORTRAN
2827	select BR2_TOOLCHAIN_HAS_SSP
2828	select BR2_TOOLCHAIN_HAS_THREADS
2829	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2830	select BR2_TOOLCHAIN_HAS_THREADS
2831	select BR2_TOOLCHAIN_HAS_THREADS
2832	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2833	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2834	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2835	help
2836	  Bootlin toolchain for the powerpc-e500mc architecture,
2837	  using the glibc C library. This is a bleeding-edge version,
2838	  which means it is using the latest versions of gcc, gdb and
2839	  binutils.
2840
2841	  https://toolchains.bootlin.com/
2842
2843config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_STABLE
2844	bool "powerpc-e500mc glibc stable 2020.08-1"
2845	depends on BR2_powerpc
2846	depends on BR2_powerpc_e500mc
2847	depends on BR2_USE_MMU
2848	depends on !BR2_STATIC_LIBS
2849	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2850	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2851	select BR2_INSTALL_LIBSTDCPP
2852	select BR2_TOOLCHAIN_HAS_FORTRAN
2853	select BR2_TOOLCHAIN_HAS_SSP
2854	select BR2_TOOLCHAIN_HAS_THREADS
2855	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2856	select BR2_TOOLCHAIN_HAS_THREADS
2857	select BR2_TOOLCHAIN_HAS_THREADS
2858	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2859	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2860	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2861	help
2862	  Bootlin toolchain for the powerpc-e500mc architecture,
2863	  using the glibc C library. This is a stable version, which
2864	  means it is using stable and proven versions of gcc, gdb
2865	  and binutils.
2866
2867	  https://toolchains.bootlin.com/
2868
2869config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_BLEEDING_EDGE
2870	bool "powerpc-e500mc musl bleeding-edge 2020.08-1"
2871	depends on BR2_powerpc
2872	depends on BR2_powerpc_e500mc
2873	depends on BR2_USE_MMU
2874	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2875	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2876	select BR2_INSTALL_LIBSTDCPP
2877	select BR2_TOOLCHAIN_HAS_FORTRAN
2878	select BR2_TOOLCHAIN_HAS_THREADS
2879	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2880	select BR2_TOOLCHAIN_HAS_THREADS
2881	select BR2_TOOLCHAIN_HAS_THREADS
2882	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2883	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2884	help
2885	  Bootlin toolchain for the powerpc-e500mc architecture,
2886	  using the musl C library. This is a bleeding-edge version,
2887	  which means it is using the latest versions of gcc, gdb and
2888	  binutils.
2889
2890	  https://toolchains.bootlin.com/
2891
2892config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_STABLE
2893	bool "powerpc-e500mc musl stable 2020.08-1"
2894	depends on BR2_powerpc
2895	depends on BR2_powerpc_e500mc
2896	depends on BR2_USE_MMU
2897	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2898	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2899	select BR2_INSTALL_LIBSTDCPP
2900	select BR2_TOOLCHAIN_HAS_FORTRAN
2901	select BR2_TOOLCHAIN_HAS_THREADS
2902	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2903	select BR2_TOOLCHAIN_HAS_THREADS
2904	select BR2_TOOLCHAIN_HAS_THREADS
2905	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2906	select BR2_TOOLCHAIN_EXTERNAL_MUSL
2907	help
2908	  Bootlin toolchain for the powerpc-e500mc architecture,
2909	  using the musl C library. This is a stable version, which
2910	  means it is using stable and proven versions of gcc, gdb
2911	  and binutils.
2912
2913	  https://toolchains.bootlin.com/
2914
2915config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_BLEEDING_EDGE
2916	bool "powerpc-e500mc uclibc bleeding-edge 2020.08-1"
2917	depends on BR2_powerpc
2918	depends on BR2_powerpc_e500mc
2919	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2920	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2921	select BR2_USE_WCHAR
2922	select BR2_ENABLE_LOCALE
2923	select BR2_INSTALL_LIBSTDCPP
2924	select BR2_TOOLCHAIN_HAS_FORTRAN
2925	select BR2_TOOLCHAIN_HAS_THREADS
2926	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2927	select BR2_TOOLCHAIN_HAS_THREADS
2928	select BR2_TOOLCHAIN_HAS_THREADS
2929	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2930	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2931	help
2932	  Bootlin toolchain for the powerpc-e500mc architecture,
2933	  using the uclibc C library. This is a bleeding-edge
2934	  version, which means it is using the latest versions of
2935	  gcc, gdb and binutils.
2936
2937	  https://toolchains.bootlin.com/
2938
2939config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_STABLE
2940	bool "powerpc-e500mc uclibc stable 2020.08-1"
2941	depends on BR2_powerpc
2942	depends on BR2_powerpc_e500mc
2943	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2944	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2945	select BR2_USE_WCHAR
2946	select BR2_ENABLE_LOCALE
2947	select BR2_INSTALL_LIBSTDCPP
2948	select BR2_TOOLCHAIN_HAS_FORTRAN
2949	select BR2_TOOLCHAIN_HAS_THREADS
2950	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2951	select BR2_TOOLCHAIN_HAS_THREADS
2952	select BR2_TOOLCHAIN_HAS_THREADS
2953	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2954	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
2955	help
2956	  Bootlin toolchain for the powerpc-e500mc architecture,
2957	  using the uclibc C library. This is a stable version, which
2958	  means it is using stable and proven versions of gcc, gdb
2959	  and binutils.
2960
2961	  https://toolchains.bootlin.com/
2962
2963config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_BLEEDING_EDGE
2964	bool "powerpc64-e5500 glibc bleeding-edge 2020.08-1"
2965	depends on BR2_powerpc64
2966	depends on BR2_powerpc_e5500
2967	depends on BR2_USE_MMU
2968	depends on !BR2_STATIC_LIBS
2969	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
2970	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
2971	select BR2_INSTALL_LIBSTDCPP
2972	select BR2_TOOLCHAIN_HAS_FORTRAN
2973	select BR2_TOOLCHAIN_HAS_SSP
2974	select BR2_TOOLCHAIN_HAS_THREADS
2975	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
2976	select BR2_TOOLCHAIN_HAS_THREADS
2977	select BR2_TOOLCHAIN_HAS_THREADS
2978	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
2979	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
2980	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
2981	help
2982	  Bootlin toolchain for the powerpc64-e5500 architecture,
2983	  using the glibc C library. This is a bleeding-edge version,
2984	  which means it is using the latest versions of gcc, gdb and
2985	  binutils.
2986
2987	  https://toolchains.bootlin.com/
2988
2989config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_STABLE
2990	bool "powerpc64-e5500 glibc stable 2020.08-1"
2991	depends on BR2_powerpc64
2992	depends on BR2_powerpc_e5500
2993	depends on BR2_USE_MMU
2994	depends on !BR2_STATIC_LIBS
2995	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
2996	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
2997	select BR2_INSTALL_LIBSTDCPP
2998	select BR2_TOOLCHAIN_HAS_FORTRAN
2999	select BR2_TOOLCHAIN_HAS_SSP
3000	select BR2_TOOLCHAIN_HAS_THREADS
3001	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3002	select BR2_TOOLCHAIN_HAS_THREADS
3003	select BR2_TOOLCHAIN_HAS_THREADS
3004	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3005	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3006	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3007	help
3008	  Bootlin toolchain for the powerpc64-e5500 architecture,
3009	  using the glibc C library. This is a stable version, which
3010	  means it is using stable and proven versions of gcc, gdb
3011	  and binutils.
3012
3013	  https://toolchains.bootlin.com/
3014
3015config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_GLIBC_BLEEDING_EDGE
3016	bool "powerpc64-e6500 glibc bleeding-edge 2020.08-1"
3017	depends on BR2_powerpc64
3018	depends on BR2_powerpc_e6500
3019	depends on BR2_USE_MMU
3020	depends on !BR2_STATIC_LIBS
3021	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3022	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3023	select BR2_INSTALL_LIBSTDCPP
3024	select BR2_TOOLCHAIN_HAS_FORTRAN
3025	select BR2_TOOLCHAIN_HAS_SSP
3026	select BR2_TOOLCHAIN_HAS_THREADS
3027	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3028	select BR2_TOOLCHAIN_HAS_THREADS
3029	select BR2_TOOLCHAIN_HAS_THREADS
3030	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3031	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3032	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3033	help
3034	  Bootlin toolchain for the powerpc64-e6500 architecture,
3035	  using the glibc C library. This is a bleeding-edge version,
3036	  which means it is using the latest versions of gcc, gdb and
3037	  binutils.
3038
3039	  https://toolchains.bootlin.com/
3040
3041config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_GLIBC_STABLE
3042	bool "powerpc64-e6500 glibc stable 2020.08-1"
3043	depends on BR2_powerpc64
3044	depends on BR2_powerpc_e6500
3045	depends on BR2_USE_MMU
3046	depends on !BR2_STATIC_LIBS
3047	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3048	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3049	select BR2_INSTALL_LIBSTDCPP
3050	select BR2_TOOLCHAIN_HAS_FORTRAN
3051	select BR2_TOOLCHAIN_HAS_SSP
3052	select BR2_TOOLCHAIN_HAS_THREADS
3053	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3054	select BR2_TOOLCHAIN_HAS_THREADS
3055	select BR2_TOOLCHAIN_HAS_THREADS
3056	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3057	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3058	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3059	help
3060	  Bootlin toolchain for the powerpc64-e6500 architecture,
3061	  using the glibc C library. This is a stable version, which
3062	  means it is using stable and proven versions of gcc, gdb
3063	  and binutils.
3064
3065	  https://toolchains.bootlin.com/
3066
3067config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_MUSL_BLEEDING_EDGE
3068	bool "powerpc64-e6500 musl bleeding-edge 2020.08-1"
3069	depends on BR2_powerpc64
3070	depends on BR2_powerpc_e6500
3071	depends on BR2_USE_MMU
3072	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3073	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3074	select BR2_INSTALL_LIBSTDCPP
3075	select BR2_TOOLCHAIN_HAS_FORTRAN
3076	select BR2_TOOLCHAIN_HAS_SSP
3077	select BR2_TOOLCHAIN_HAS_THREADS
3078	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3079	select BR2_TOOLCHAIN_HAS_THREADS
3080	select BR2_TOOLCHAIN_HAS_THREADS
3081	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3082	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3083	help
3084	  Bootlin toolchain for the powerpc64-e6500 architecture,
3085	  using the musl C library. This is a bleeding-edge version,
3086	  which means it is using the latest versions of gcc, gdb and
3087	  binutils.
3088
3089	  https://toolchains.bootlin.com/
3090
3091config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_MUSL_STABLE
3092	bool "powerpc64-e6500 musl stable 2020.08-1"
3093	depends on BR2_powerpc64
3094	depends on BR2_powerpc_e6500
3095	depends on BR2_USE_MMU
3096	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3097	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3098	select BR2_INSTALL_LIBSTDCPP
3099	select BR2_TOOLCHAIN_HAS_FORTRAN
3100	select BR2_TOOLCHAIN_HAS_SSP
3101	select BR2_TOOLCHAIN_HAS_THREADS
3102	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3103	select BR2_TOOLCHAIN_HAS_THREADS
3104	select BR2_TOOLCHAIN_HAS_THREADS
3105	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3106	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3107	help
3108	  Bootlin toolchain for the powerpc64-e6500 architecture,
3109	  using the musl C library. This is a stable version, which
3110	  means it is using stable and proven versions of gcc, gdb
3111	  and binutils.
3112
3113	  https://toolchains.bootlin.com/
3114
3115config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_BLEEDING_EDGE
3116	bool "powerpc64-power8 glibc bleeding-edge 2020.08-1"
3117	depends on BR2_powerpc64
3118	depends on BR2_powerpc_power8
3119	depends on BR2_USE_MMU
3120	depends on !BR2_STATIC_LIBS
3121	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3122	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3123	select BR2_INSTALL_LIBSTDCPP
3124	select BR2_TOOLCHAIN_HAS_FORTRAN
3125	select BR2_TOOLCHAIN_HAS_SSP
3126	select BR2_TOOLCHAIN_HAS_THREADS
3127	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3128	select BR2_TOOLCHAIN_HAS_THREADS
3129	select BR2_TOOLCHAIN_HAS_THREADS
3130	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3131	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3132	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3133	help
3134	  Bootlin toolchain for the powerpc64-power8 architecture,
3135	  using the glibc C library. This is a bleeding-edge version,
3136	  which means it is using the latest versions of gcc, gdb and
3137	  binutils.
3138
3139	  https://toolchains.bootlin.com/
3140
3141config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_STABLE
3142	bool "powerpc64-power8 glibc stable 2020.08-1"
3143	depends on BR2_powerpc64
3144	depends on BR2_powerpc_power8
3145	depends on BR2_USE_MMU
3146	depends on !BR2_STATIC_LIBS
3147	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3148	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3149	select BR2_INSTALL_LIBSTDCPP
3150	select BR2_TOOLCHAIN_HAS_FORTRAN
3151	select BR2_TOOLCHAIN_HAS_SSP
3152	select BR2_TOOLCHAIN_HAS_THREADS
3153	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3154	select BR2_TOOLCHAIN_HAS_THREADS
3155	select BR2_TOOLCHAIN_HAS_THREADS
3156	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3157	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3158	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3159	help
3160	  Bootlin toolchain for the powerpc64-power8 architecture,
3161	  using the glibc C library. This is a stable version, which
3162	  means it is using stable and proven versions of gcc, gdb
3163	  and binutils.
3164
3165	  https://toolchains.bootlin.com/
3166
3167config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_BLEEDING_EDGE
3168	bool "powerpc64-power8 musl bleeding-edge 2020.08-1"
3169	depends on BR2_powerpc64
3170	depends on BR2_powerpc_power8
3171	depends on BR2_USE_MMU
3172	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3173	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3174	select BR2_INSTALL_LIBSTDCPP
3175	select BR2_TOOLCHAIN_HAS_FORTRAN
3176	select BR2_TOOLCHAIN_HAS_SSP
3177	select BR2_TOOLCHAIN_HAS_THREADS
3178	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3179	select BR2_TOOLCHAIN_HAS_THREADS
3180	select BR2_TOOLCHAIN_HAS_THREADS
3181	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3182	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3183	help
3184	  Bootlin toolchain for the powerpc64-power8 architecture,
3185	  using the musl C library. This is a bleeding-edge version,
3186	  which means it is using the latest versions of gcc, gdb and
3187	  binutils.
3188
3189	  https://toolchains.bootlin.com/
3190
3191config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_STABLE
3192	bool "powerpc64-power8 musl stable 2020.08-1"
3193	depends on BR2_powerpc64
3194	depends on BR2_powerpc_power8
3195	depends on BR2_USE_MMU
3196	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3197	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3198	select BR2_INSTALL_LIBSTDCPP
3199	select BR2_TOOLCHAIN_HAS_FORTRAN
3200	select BR2_TOOLCHAIN_HAS_SSP
3201	select BR2_TOOLCHAIN_HAS_THREADS
3202	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3203	select BR2_TOOLCHAIN_HAS_THREADS
3204	select BR2_TOOLCHAIN_HAS_THREADS
3205	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3206	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3207	help
3208	  Bootlin toolchain for the powerpc64-power8 architecture,
3209	  using the musl C library. This is a stable version, which
3210	  means it is using stable and proven versions of gcc, gdb
3211	  and binutils.
3212
3213	  https://toolchains.bootlin.com/
3214
3215config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_BLEEDING_EDGE
3216	bool "powerpc64le-power8 glibc bleeding-edge 2020.08-1"
3217	depends on BR2_powerpc64le
3218	depends on BR2_powerpc_power8
3219	depends on BR2_USE_MMU
3220	depends on !BR2_STATIC_LIBS
3221	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3222	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3223	select BR2_INSTALL_LIBSTDCPP
3224	select BR2_TOOLCHAIN_HAS_FORTRAN
3225	select BR2_TOOLCHAIN_HAS_SSP
3226	select BR2_TOOLCHAIN_HAS_THREADS
3227	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3228	select BR2_TOOLCHAIN_HAS_THREADS
3229	select BR2_TOOLCHAIN_HAS_THREADS
3230	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3231	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3232	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3233	help
3234	  Bootlin toolchain for the powerpc64le-power8 architecture,
3235	  using the glibc C library. This is a bleeding-edge version,
3236	  which means it is using the latest versions of gcc, gdb and
3237	  binutils.
3238
3239	  https://toolchains.bootlin.com/
3240
3241config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_STABLE
3242	bool "powerpc64le-power8 glibc stable 2020.08-1"
3243	depends on BR2_powerpc64le
3244	depends on BR2_powerpc_power8
3245	depends on BR2_USE_MMU
3246	depends on !BR2_STATIC_LIBS
3247	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3248	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3249	select BR2_INSTALL_LIBSTDCPP
3250	select BR2_TOOLCHAIN_HAS_FORTRAN
3251	select BR2_TOOLCHAIN_HAS_SSP
3252	select BR2_TOOLCHAIN_HAS_THREADS
3253	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3254	select BR2_TOOLCHAIN_HAS_THREADS
3255	select BR2_TOOLCHAIN_HAS_THREADS
3256	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3257	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3258	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3259	help
3260	  Bootlin toolchain for the powerpc64le-power8 architecture,
3261	  using the glibc C library. This is a stable version, which
3262	  means it is using stable and proven versions of gcc, gdb
3263	  and binutils.
3264
3265	  https://toolchains.bootlin.com/
3266
3267config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_BLEEDING_EDGE
3268	bool "powerpc64le-power8 musl bleeding-edge 2020.08-1"
3269	depends on BR2_powerpc64le
3270	depends on BR2_powerpc_power8
3271	depends on BR2_USE_MMU
3272	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3273	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3274	select BR2_INSTALL_LIBSTDCPP
3275	select BR2_TOOLCHAIN_HAS_FORTRAN
3276	select BR2_TOOLCHAIN_HAS_SSP
3277	select BR2_TOOLCHAIN_HAS_THREADS
3278	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3279	select BR2_TOOLCHAIN_HAS_THREADS
3280	select BR2_TOOLCHAIN_HAS_THREADS
3281	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3282	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3283	help
3284	  Bootlin toolchain for the powerpc64le-power8 architecture,
3285	  using the musl C library. This is a bleeding-edge version,
3286	  which means it is using the latest versions of gcc, gdb and
3287	  binutils.
3288
3289	  https://toolchains.bootlin.com/
3290
3291config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_STABLE
3292	bool "powerpc64le-power8 musl stable 2020.08-1"
3293	depends on BR2_powerpc64le
3294	depends on BR2_powerpc_power8
3295	depends on BR2_USE_MMU
3296	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3297	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3298	select BR2_INSTALL_LIBSTDCPP
3299	select BR2_TOOLCHAIN_HAS_FORTRAN
3300	select BR2_TOOLCHAIN_HAS_SSP
3301	select BR2_TOOLCHAIN_HAS_THREADS
3302	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3303	select BR2_TOOLCHAIN_HAS_THREADS
3304	select BR2_TOOLCHAIN_HAS_THREADS
3305	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3306	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3307	help
3308	  Bootlin toolchain for the powerpc64le-power8 architecture,
3309	  using the musl C library. This is a stable version, which
3310	  means it is using stable and proven versions of gcc, gdb
3311	  and binutils.
3312
3313	  https://toolchains.bootlin.com/
3314
3315config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE
3316	bool "riscv32-ilp32d glibc bleeding-edge 2020.08-1"
3317	depends on BR2_riscv
3318	depends on BR2_riscv_g
3319	depends on BR2_RISCV_32
3320	depends on BR2_RISCV_ABI_ILP32D
3321	depends on BR2_USE_MMU
3322	depends on !BR2_STATIC_LIBS
3323	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3324	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3325	select BR2_INSTALL_LIBSTDCPP
3326	select BR2_TOOLCHAIN_HAS_FORTRAN
3327	select BR2_TOOLCHAIN_HAS_SSP
3328	select BR2_TOOLCHAIN_HAS_THREADS
3329	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3330	select BR2_TOOLCHAIN_HAS_THREADS
3331	select BR2_TOOLCHAIN_HAS_THREADS
3332	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3333	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3334	help
3335	  Bootlin toolchain for the riscv32-ilp32d architecture,
3336	  using the glibc C library. This is a bleeding-edge version,
3337	  which means it is using the latest versions of gcc, gdb and
3338	  binutils.
3339
3340	  https://toolchains.bootlin.com/
3341
3342config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_GLIBC_BLEEDING_EDGE
3343	bool "riscv64 glibc bleeding-edge 2020.08-1"
3344	depends on BR2_riscv
3345	depends on BR2_riscv_g
3346	depends on BR2_RISCV_64
3347	depends on BR2_RISCV_ABI_LP64
3348	depends on BR2_USE_MMU
3349	depends on !BR2_STATIC_LIBS
3350	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3351	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3352	select BR2_INSTALL_LIBSTDCPP
3353	select BR2_TOOLCHAIN_HAS_FORTRAN
3354	select BR2_TOOLCHAIN_HAS_SSP
3355	select BR2_TOOLCHAIN_HAS_THREADS
3356	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3357	select BR2_TOOLCHAIN_HAS_THREADS
3358	select BR2_TOOLCHAIN_HAS_THREADS
3359	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3360	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3361	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3362	help
3363	  Bootlin toolchain for the riscv64 architecture, using the
3364	  glibc C library. This is a bleeding-edge version, which
3365	  means it is using the latest versions of gcc, gdb and
3366	  binutils.
3367
3368	  https://toolchains.bootlin.com/
3369
3370config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_MUSL_BLEEDING_EDGE
3371	bool "riscv64 musl bleeding-edge 2020.08-1"
3372	depends on BR2_riscv
3373	depends on BR2_riscv_g
3374	depends on BR2_RISCV_64
3375	depends on BR2_RISCV_ABI_LP64
3376	depends on BR2_USE_MMU
3377	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3378	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3379	select BR2_INSTALL_LIBSTDCPP
3380	select BR2_TOOLCHAIN_HAS_FORTRAN
3381	select BR2_TOOLCHAIN_HAS_SSP
3382	select BR2_TOOLCHAIN_HAS_THREADS
3383	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3384	select BR2_TOOLCHAIN_HAS_THREADS
3385	select BR2_TOOLCHAIN_HAS_THREADS
3386	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3387	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3388	help
3389	  Bootlin toolchain for the riscv64 architecture, using the
3390	  musl C library. This is a bleeding-edge version, which
3391	  means it is using the latest versions of gcc, gdb and
3392	  binutils.
3393
3394	  https://toolchains.bootlin.com/
3395
3396config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_BLEEDING_EDGE
3397	bool "sh-sh4 glibc bleeding-edge 2020.08-1"
3398	depends on BR2_sh
3399	depends on BR2_sh4
3400	depends on BR2_USE_MMU
3401	depends on !BR2_STATIC_LIBS
3402	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3403	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3404	select BR2_INSTALL_LIBSTDCPP
3405	select BR2_TOOLCHAIN_HAS_FORTRAN
3406	select BR2_TOOLCHAIN_HAS_SSP
3407	select BR2_TOOLCHAIN_HAS_THREADS
3408	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3409	select BR2_TOOLCHAIN_HAS_THREADS
3410	select BR2_TOOLCHAIN_HAS_THREADS
3411	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3412	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3413	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3414	help
3415	  Bootlin toolchain for the sh-sh4 architecture, using the
3416	  glibc C library. This is a bleeding-edge version, which
3417	  means it is using the latest versions of gcc, gdb and
3418	  binutils.
3419
3420	  https://toolchains.bootlin.com/
3421
3422config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_STABLE
3423	bool "sh-sh4 glibc stable 2020.08-1"
3424	depends on BR2_sh
3425	depends on BR2_sh4
3426	depends on BR2_USE_MMU
3427	depends on !BR2_STATIC_LIBS
3428	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3429	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3430	select BR2_INSTALL_LIBSTDCPP
3431	select BR2_TOOLCHAIN_HAS_FORTRAN
3432	select BR2_TOOLCHAIN_HAS_SSP
3433	select BR2_TOOLCHAIN_HAS_THREADS
3434	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3435	select BR2_TOOLCHAIN_HAS_THREADS
3436	select BR2_TOOLCHAIN_HAS_THREADS
3437	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3438	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3439	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3440	help
3441	  Bootlin toolchain for the sh-sh4 architecture, using the
3442	  glibc C library. This is a stable version, which means it
3443	  is using stable and proven versions of gcc, gdb and
3444	  binutils.
3445
3446	  https://toolchains.bootlin.com/
3447
3448config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_BLEEDING_EDGE
3449	bool "sh-sh4 musl bleeding-edge 2020.08-1"
3450	depends on BR2_sh
3451	depends on BR2_sh4
3452	depends on BR2_USE_MMU
3453	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3454	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3455	select BR2_INSTALL_LIBSTDCPP
3456	select BR2_TOOLCHAIN_HAS_FORTRAN
3457	select BR2_TOOLCHAIN_HAS_SSP
3458	select BR2_TOOLCHAIN_HAS_THREADS
3459	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3460	select BR2_TOOLCHAIN_HAS_THREADS
3461	select BR2_TOOLCHAIN_HAS_THREADS
3462	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3463	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3464	help
3465	  Bootlin toolchain for the sh-sh4 architecture, using the
3466	  musl C library. This is a bleeding-edge version, which
3467	  means it is using the latest versions of gcc, gdb and
3468	  binutils.
3469
3470	  https://toolchains.bootlin.com/
3471
3472config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_STABLE
3473	bool "sh-sh4 musl stable 2020.08-1"
3474	depends on BR2_sh
3475	depends on BR2_sh4
3476	depends on BR2_USE_MMU
3477	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3478	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3479	select BR2_INSTALL_LIBSTDCPP
3480	select BR2_TOOLCHAIN_HAS_FORTRAN
3481	select BR2_TOOLCHAIN_HAS_SSP
3482	select BR2_TOOLCHAIN_HAS_THREADS
3483	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3484	select BR2_TOOLCHAIN_HAS_THREADS
3485	select BR2_TOOLCHAIN_HAS_THREADS
3486	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3487	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3488	help
3489	  Bootlin toolchain for the sh-sh4 architecture, using the
3490	  musl C library. This is a stable version, which means it is
3491	  using stable and proven versions of gcc, gdb and binutils.
3492
3493	  https://toolchains.bootlin.com/
3494
3495config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_BLEEDING_EDGE
3496	bool "sh-sh4 uclibc bleeding-edge 2020.08-1"
3497	depends on BR2_sh
3498	depends on BR2_sh4
3499	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3500	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3501	select BR2_USE_WCHAR
3502	select BR2_ENABLE_LOCALE
3503	select BR2_INSTALL_LIBSTDCPP
3504	select BR2_TOOLCHAIN_HAS_FORTRAN
3505	select BR2_TOOLCHAIN_HAS_THREADS
3506	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3507	select BR2_TOOLCHAIN_HAS_THREADS
3508	select BR2_TOOLCHAIN_HAS_THREADS
3509	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3510	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
3511	help
3512	  Bootlin toolchain for the sh-sh4 architecture, using the
3513	  uclibc C library. This is a bleeding-edge version, which
3514	  means it is using the latest versions of gcc, gdb and
3515	  binutils.
3516
3517	  https://toolchains.bootlin.com/
3518
3519config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_STABLE
3520	bool "sh-sh4 uclibc stable 2020.08-1"
3521	depends on BR2_sh
3522	depends on BR2_sh4
3523	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3524	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3525	select BR2_USE_WCHAR
3526	select BR2_ENABLE_LOCALE
3527	select BR2_INSTALL_LIBSTDCPP
3528	select BR2_TOOLCHAIN_HAS_FORTRAN
3529	select BR2_TOOLCHAIN_HAS_THREADS
3530	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3531	select BR2_TOOLCHAIN_HAS_THREADS
3532	select BR2_TOOLCHAIN_HAS_THREADS
3533	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3534	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
3535	help
3536	  Bootlin toolchain for the sh-sh4 architecture, using the
3537	  uclibc C library. This is a stable version, which means it
3538	  is using stable and proven versions of gcc, gdb and
3539	  binutils.
3540
3541	  https://toolchains.bootlin.com/
3542
3543config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_BLEEDING_EDGE
3544	bool "sh-sh4aeb glibc bleeding-edge 2020.08-1"
3545	depends on BR2_sh
3546	depends on BR2_sh4aeb
3547	depends on BR2_USE_MMU
3548	depends on !BR2_STATIC_LIBS
3549	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3550	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3551	select BR2_INSTALL_LIBSTDCPP
3552	select BR2_TOOLCHAIN_HAS_FORTRAN
3553	select BR2_TOOLCHAIN_HAS_SSP
3554	select BR2_TOOLCHAIN_HAS_THREADS
3555	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3556	select BR2_TOOLCHAIN_HAS_THREADS
3557	select BR2_TOOLCHAIN_HAS_THREADS
3558	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3559	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3560	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3561	help
3562	  Bootlin toolchain for the sh-sh4aeb architecture, using the
3563	  glibc C library. This is a bleeding-edge version, which
3564	  means it is using the latest versions of gcc, gdb and
3565	  binutils.
3566
3567	  https://toolchains.bootlin.com/
3568
3569config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_STABLE
3570	bool "sh-sh4aeb glibc stable 2020.08-1"
3571	depends on BR2_sh
3572	depends on BR2_sh4aeb
3573	depends on BR2_USE_MMU
3574	depends on !BR2_STATIC_LIBS
3575	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3576	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3577	select BR2_INSTALL_LIBSTDCPP
3578	select BR2_TOOLCHAIN_HAS_FORTRAN
3579	select BR2_TOOLCHAIN_HAS_SSP
3580	select BR2_TOOLCHAIN_HAS_THREADS
3581	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3582	select BR2_TOOLCHAIN_HAS_THREADS
3583	select BR2_TOOLCHAIN_HAS_THREADS
3584	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3585	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3586	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3587	help
3588	  Bootlin toolchain for the sh-sh4aeb architecture, using the
3589	  glibc C library. This is a stable version, which means it
3590	  is using stable and proven versions of gcc, gdb and
3591	  binutils.
3592
3593	  https://toolchains.bootlin.com/
3594
3595config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_BLEEDING_EDGE
3596	bool "sh-sh4aeb musl bleeding-edge 2020.08-1"
3597	depends on BR2_sh
3598	depends on BR2_sh4aeb
3599	depends on BR2_USE_MMU
3600	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3601	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3602	select BR2_INSTALL_LIBSTDCPP
3603	select BR2_TOOLCHAIN_HAS_FORTRAN
3604	select BR2_TOOLCHAIN_HAS_SSP
3605	select BR2_TOOLCHAIN_HAS_THREADS
3606	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3607	select BR2_TOOLCHAIN_HAS_THREADS
3608	select BR2_TOOLCHAIN_HAS_THREADS
3609	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3610	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3611	help
3612	  Bootlin toolchain for the sh-sh4aeb architecture, using the
3613	  musl C library. This is a bleeding-edge version, which
3614	  means it is using the latest versions of gcc, gdb and
3615	  binutils.
3616
3617	  https://toolchains.bootlin.com/
3618
3619config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_STABLE
3620	bool "sh-sh4aeb musl stable 2020.08-1"
3621	depends on BR2_sh
3622	depends on BR2_sh4aeb
3623	depends on BR2_USE_MMU
3624	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3625	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3626	select BR2_INSTALL_LIBSTDCPP
3627	select BR2_TOOLCHAIN_HAS_FORTRAN
3628	select BR2_TOOLCHAIN_HAS_SSP
3629	select BR2_TOOLCHAIN_HAS_THREADS
3630	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3631	select BR2_TOOLCHAIN_HAS_THREADS
3632	select BR2_TOOLCHAIN_HAS_THREADS
3633	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3634	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3635	help
3636	  Bootlin toolchain for the sh-sh4aeb architecture, using the
3637	  musl C library. This is a stable version, which means it is
3638	  using stable and proven versions of gcc, gdb and binutils.
3639
3640	  https://toolchains.bootlin.com/
3641
3642config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_BLEEDING_EDGE
3643	bool "sparc64 glibc bleeding-edge 2020.08-1"
3644	depends on BR2_sparc64
3645	depends on BR2_sparc_v9
3646	depends on BR2_USE_MMU
3647	depends on !BR2_STATIC_LIBS
3648	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3649	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3650	select BR2_INSTALL_LIBSTDCPP
3651	select BR2_TOOLCHAIN_HAS_FORTRAN
3652	select BR2_TOOLCHAIN_HAS_SSP
3653	select BR2_TOOLCHAIN_HAS_THREADS
3654	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3655	select BR2_TOOLCHAIN_HAS_THREADS
3656	select BR2_TOOLCHAIN_HAS_THREADS
3657	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3658	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3659	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3660	help
3661	  Bootlin toolchain for the sparc64 architecture, using the
3662	  glibc C library. This is a bleeding-edge version, which
3663	  means it is using the latest versions of gcc, gdb and
3664	  binutils.
3665
3666	  https://toolchains.bootlin.com/
3667
3668config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_STABLE
3669	bool "sparc64 glibc stable 2020.08-1"
3670	depends on BR2_sparc64
3671	depends on BR2_sparc_v9
3672	depends on BR2_USE_MMU
3673	depends on !BR2_STATIC_LIBS
3674	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3675	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3676	select BR2_INSTALL_LIBSTDCPP
3677	select BR2_TOOLCHAIN_HAS_FORTRAN
3678	select BR2_TOOLCHAIN_HAS_SSP
3679	select BR2_TOOLCHAIN_HAS_THREADS
3680	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3681	select BR2_TOOLCHAIN_HAS_THREADS
3682	select BR2_TOOLCHAIN_HAS_THREADS
3683	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3684	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3685	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3686	help
3687	  Bootlin toolchain for the sparc64 architecture, using the
3688	  glibc C library. This is a stable version, which means it
3689	  is using stable and proven versions of gcc, gdb and
3690	  binutils.
3691
3692	  https://toolchains.bootlin.com/
3693
3694config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_BLEEDING_EDGE
3695	bool "sparcv8 uclibc bleeding-edge 2020.08-1"
3696	depends on BR2_sparc
3697	depends on BR2_sparc_v8
3698	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3699	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3700	select BR2_USE_WCHAR
3701	select BR2_ENABLE_LOCALE
3702	select BR2_INSTALL_LIBSTDCPP
3703	select BR2_TOOLCHAIN_HAS_FORTRAN
3704	select BR2_TOOLCHAIN_HAS_THREADS
3705	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3706	select BR2_TOOLCHAIN_HAS_THREADS
3707	select BR2_TOOLCHAIN_HAS_THREADS
3708	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3709	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
3710	help
3711	  Bootlin toolchain for the sparcv8 architecture, using the
3712	  uclibc C library. This is a bleeding-edge version, which
3713	  means it is using the latest versions of gcc, gdb and
3714	  binutils.
3715
3716	  https://toolchains.bootlin.com/
3717
3718config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_STABLE
3719	bool "sparcv8 uclibc stable 2020.08-1"
3720	depends on BR2_sparc
3721	depends on BR2_sparc_v8
3722	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3723	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3724	select BR2_USE_WCHAR
3725	select BR2_ENABLE_LOCALE
3726	select BR2_INSTALL_LIBSTDCPP
3727	select BR2_TOOLCHAIN_HAS_FORTRAN
3728	select BR2_TOOLCHAIN_HAS_THREADS
3729	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3730	select BR2_TOOLCHAIN_HAS_THREADS
3731	select BR2_TOOLCHAIN_HAS_THREADS
3732	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3733	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
3734	help
3735	  Bootlin toolchain for the sparcv8 architecture, using the
3736	  uclibc C library. This is a stable version, which means it
3737	  is using stable and proven versions of gcc, gdb and
3738	  binutils.
3739
3740	  https://toolchains.bootlin.com/
3741
3742config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
3743	bool "x86-64-core-i7 glibc bleeding-edge 2020.08-1"
3744	depends on BR2_x86_64
3745	depends on BR2_X86_CPU_HAS_MMX
3746	depends on BR2_X86_CPU_HAS_SSE
3747	depends on BR2_X86_CPU_HAS_SSE2
3748	depends on BR2_X86_CPU_HAS_SSE3
3749	depends on BR2_X86_CPU_HAS_SSSE3
3750	depends on BR2_X86_CPU_HAS_SSE4
3751	depends on BR2_X86_CPU_HAS_SSE42
3752	depends on BR2_USE_MMU
3753	depends on !BR2_STATIC_LIBS
3754	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3755	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3756	select BR2_INSTALL_LIBSTDCPP
3757	select BR2_TOOLCHAIN_HAS_FORTRAN
3758	select BR2_TOOLCHAIN_HAS_SSP
3759	select BR2_TOOLCHAIN_HAS_THREADS
3760	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3761	select BR2_TOOLCHAIN_HAS_THREADS
3762	select BR2_TOOLCHAIN_HAS_THREADS
3763	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3764	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3765	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3766	help
3767	  Bootlin toolchain for the x86-64-core-i7 architecture,
3768	  using the glibc C library. This is a bleeding-edge version,
3769	  which means it is using the latest versions of gcc, gdb and
3770	  binutils.
3771
3772	  https://toolchains.bootlin.com/
3773
3774config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_STABLE
3775	bool "x86-64-core-i7 glibc stable 2020.08-1"
3776	depends on BR2_x86_64
3777	depends on BR2_X86_CPU_HAS_MMX
3778	depends on BR2_X86_CPU_HAS_SSE
3779	depends on BR2_X86_CPU_HAS_SSE2
3780	depends on BR2_X86_CPU_HAS_SSE3
3781	depends on BR2_X86_CPU_HAS_SSSE3
3782	depends on BR2_X86_CPU_HAS_SSE4
3783	depends on BR2_X86_CPU_HAS_SSE42
3784	depends on BR2_USE_MMU
3785	depends on !BR2_STATIC_LIBS
3786	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3787	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3788	select BR2_INSTALL_LIBSTDCPP
3789	select BR2_TOOLCHAIN_HAS_FORTRAN
3790	select BR2_TOOLCHAIN_HAS_SSP
3791	select BR2_TOOLCHAIN_HAS_THREADS
3792	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3793	select BR2_TOOLCHAIN_HAS_THREADS
3794	select BR2_TOOLCHAIN_HAS_THREADS
3795	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3796	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3797	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3798	help
3799	  Bootlin toolchain for the x86-64-core-i7 architecture,
3800	  using the glibc C library. This is a stable version, which
3801	  means it is using stable and proven versions of gcc, gdb
3802	  and binutils.
3803
3804	  https://toolchains.bootlin.com/
3805
3806config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_BLEEDING_EDGE
3807	bool "x86-64-core-i7 musl bleeding-edge 2020.08-1"
3808	depends on BR2_x86_64
3809	depends on BR2_X86_CPU_HAS_MMX
3810	depends on BR2_X86_CPU_HAS_SSE
3811	depends on BR2_X86_CPU_HAS_SSE2
3812	depends on BR2_X86_CPU_HAS_SSE3
3813	depends on BR2_X86_CPU_HAS_SSSE3
3814	depends on BR2_X86_CPU_HAS_SSE4
3815	depends on BR2_X86_CPU_HAS_SSE42
3816	depends on BR2_USE_MMU
3817	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3818	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3819	select BR2_INSTALL_LIBSTDCPP
3820	select BR2_TOOLCHAIN_HAS_FORTRAN
3821	select BR2_TOOLCHAIN_HAS_SSP
3822	select BR2_TOOLCHAIN_HAS_THREADS
3823	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3824	select BR2_TOOLCHAIN_HAS_THREADS
3825	select BR2_TOOLCHAIN_HAS_THREADS
3826	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3827	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3828	help
3829	  Bootlin toolchain for the x86-64-core-i7 architecture,
3830	  using the musl C library. This is a bleeding-edge version,
3831	  which means it is using the latest versions of gcc, gdb and
3832	  binutils.
3833
3834	  https://toolchains.bootlin.com/
3835
3836config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_STABLE
3837	bool "x86-64-core-i7 musl stable 2020.08-1"
3838	depends on BR2_x86_64
3839	depends on BR2_X86_CPU_HAS_MMX
3840	depends on BR2_X86_CPU_HAS_SSE
3841	depends on BR2_X86_CPU_HAS_SSE2
3842	depends on BR2_X86_CPU_HAS_SSE3
3843	depends on BR2_X86_CPU_HAS_SSSE3
3844	depends on BR2_X86_CPU_HAS_SSE4
3845	depends on BR2_X86_CPU_HAS_SSE42
3846	depends on BR2_USE_MMU
3847	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3848	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3849	select BR2_INSTALL_LIBSTDCPP
3850	select BR2_TOOLCHAIN_HAS_FORTRAN
3851	select BR2_TOOLCHAIN_HAS_SSP
3852	select BR2_TOOLCHAIN_HAS_THREADS
3853	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3854	select BR2_TOOLCHAIN_HAS_THREADS
3855	select BR2_TOOLCHAIN_HAS_THREADS
3856	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3857	select BR2_TOOLCHAIN_EXTERNAL_MUSL
3858	help
3859	  Bootlin toolchain for the x86-64-core-i7 architecture,
3860	  using the musl C library. This is a stable version, which
3861	  means it is using stable and proven versions of gcc, gdb
3862	  and binutils.
3863
3864	  https://toolchains.bootlin.com/
3865
3866config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_BLEEDING_EDGE
3867	bool "x86-64-core-i7 uclibc bleeding-edge 2020.08-1"
3868	depends on BR2_x86_64
3869	depends on BR2_X86_CPU_HAS_MMX
3870	depends on BR2_X86_CPU_HAS_SSE
3871	depends on BR2_X86_CPU_HAS_SSE2
3872	depends on BR2_X86_CPU_HAS_SSE3
3873	depends on BR2_X86_CPU_HAS_SSSE3
3874	depends on BR2_X86_CPU_HAS_SSE4
3875	depends on BR2_X86_CPU_HAS_SSE42
3876	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3877	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3878	select BR2_USE_WCHAR
3879	select BR2_ENABLE_LOCALE
3880	select BR2_INSTALL_LIBSTDCPP
3881	select BR2_TOOLCHAIN_HAS_FORTRAN
3882	select BR2_TOOLCHAIN_HAS_THREADS
3883	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3884	select BR2_TOOLCHAIN_HAS_THREADS
3885	select BR2_TOOLCHAIN_HAS_THREADS
3886	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3887	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
3888	help
3889	  Bootlin toolchain for the x86-64-core-i7 architecture,
3890	  using the uclibc C library. This is a bleeding-edge
3891	  version, which means it is using the latest versions of
3892	  gcc, gdb and binutils.
3893
3894	  https://toolchains.bootlin.com/
3895
3896config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_STABLE
3897	bool "x86-64-core-i7 uclibc stable 2020.08-1"
3898	depends on BR2_x86_64
3899	depends on BR2_X86_CPU_HAS_MMX
3900	depends on BR2_X86_CPU_HAS_SSE
3901	depends on BR2_X86_CPU_HAS_SSE2
3902	depends on BR2_X86_CPU_HAS_SSE3
3903	depends on BR2_X86_CPU_HAS_SSSE3
3904	depends on BR2_X86_CPU_HAS_SSE4
3905	depends on BR2_X86_CPU_HAS_SSE42
3906	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3907	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3908	select BR2_USE_WCHAR
3909	select BR2_ENABLE_LOCALE
3910	select BR2_INSTALL_LIBSTDCPP
3911	select BR2_TOOLCHAIN_HAS_FORTRAN
3912	select BR2_TOOLCHAIN_HAS_THREADS
3913	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3914	select BR2_TOOLCHAIN_HAS_THREADS
3915	select BR2_TOOLCHAIN_HAS_THREADS
3916	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3917	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
3918	help
3919	  Bootlin toolchain for the x86-64-core-i7 architecture,
3920	  using the uclibc C library. This is a stable version, which
3921	  means it is using stable and proven versions of gcc, gdb
3922	  and binutils.
3923
3924	  https://toolchains.bootlin.com/
3925
3926config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_BLEEDING_EDGE
3927	bool "x86-core2 glibc bleeding-edge 2020.08-1"
3928	depends on BR2_i386
3929	depends on BR2_X86_CPU_HAS_MMX
3930	depends on BR2_X86_CPU_HAS_SSE
3931	depends on BR2_X86_CPU_HAS_SSE2
3932	depends on BR2_X86_CPU_HAS_SSE3
3933	depends on BR2_X86_CPU_HAS_SSSE3
3934	depends on BR2_USE_MMU
3935	depends on !BR2_STATIC_LIBS
3936	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3937	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3938	select BR2_INSTALL_LIBSTDCPP
3939	select BR2_TOOLCHAIN_HAS_FORTRAN
3940	select BR2_TOOLCHAIN_HAS_SSP
3941	select BR2_TOOLCHAIN_HAS_THREADS
3942	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3943	select BR2_TOOLCHAIN_HAS_THREADS
3944	select BR2_TOOLCHAIN_HAS_THREADS
3945	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3946	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3947	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3948	help
3949	  Bootlin toolchain for the x86-core2 architecture, using the
3950	  glibc C library. This is a bleeding-edge version, which
3951	  means it is using the latest versions of gcc, gdb and
3952	  binutils.
3953
3954	  https://toolchains.bootlin.com/
3955
3956config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_STABLE
3957	bool "x86-core2 glibc stable 2020.08-1"
3958	depends on BR2_i386
3959	depends on BR2_X86_CPU_HAS_MMX
3960	depends on BR2_X86_CPU_HAS_SSE
3961	depends on BR2_X86_CPU_HAS_SSE2
3962	depends on BR2_X86_CPU_HAS_SSE3
3963	depends on BR2_X86_CPU_HAS_SSSE3
3964	depends on BR2_USE_MMU
3965	depends on !BR2_STATIC_LIBS
3966	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
3967	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
3968	select BR2_INSTALL_LIBSTDCPP
3969	select BR2_TOOLCHAIN_HAS_FORTRAN
3970	select BR2_TOOLCHAIN_HAS_SSP
3971	select BR2_TOOLCHAIN_HAS_THREADS
3972	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
3973	select BR2_TOOLCHAIN_HAS_THREADS
3974	select BR2_TOOLCHAIN_HAS_THREADS
3975	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
3976	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
3977	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
3978	help
3979	  Bootlin toolchain for the x86-core2 architecture, using the
3980	  glibc C library. This is a stable version, which means it
3981	  is using stable and proven versions of gcc, gdb and
3982	  binutils.
3983
3984	  https://toolchains.bootlin.com/
3985
3986config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_BLEEDING_EDGE
3987	bool "x86-core2 musl bleeding-edge 2020.08-1"
3988	depends on BR2_i386
3989	depends on BR2_X86_CPU_HAS_MMX
3990	depends on BR2_X86_CPU_HAS_SSE
3991	depends on BR2_X86_CPU_HAS_SSE2
3992	depends on BR2_X86_CPU_HAS_SSE3
3993	depends on BR2_X86_CPU_HAS_SSSE3
3994	depends on BR2_USE_MMU
3995	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
3996	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
3997	select BR2_INSTALL_LIBSTDCPP
3998	select BR2_TOOLCHAIN_HAS_FORTRAN
3999	select BR2_TOOLCHAIN_HAS_THREADS
4000	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4001	select BR2_TOOLCHAIN_HAS_THREADS
4002	select BR2_TOOLCHAIN_HAS_THREADS
4003	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4004	select BR2_TOOLCHAIN_EXTERNAL_MUSL
4005	help
4006	  Bootlin toolchain for the x86-core2 architecture, using the
4007	  musl C library. This is a bleeding-edge version, which
4008	  means it is using the latest versions of gcc, gdb and
4009	  binutils.
4010
4011	  https://toolchains.bootlin.com/
4012
4013config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_STABLE
4014	bool "x86-core2 musl stable 2020.08-1"
4015	depends on BR2_i386
4016	depends on BR2_X86_CPU_HAS_MMX
4017	depends on BR2_X86_CPU_HAS_SSE
4018	depends on BR2_X86_CPU_HAS_SSE2
4019	depends on BR2_X86_CPU_HAS_SSE3
4020	depends on BR2_X86_CPU_HAS_SSSE3
4021	depends on BR2_USE_MMU
4022	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
4023	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
4024	select BR2_INSTALL_LIBSTDCPP
4025	select BR2_TOOLCHAIN_HAS_FORTRAN
4026	select BR2_TOOLCHAIN_HAS_THREADS
4027	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4028	select BR2_TOOLCHAIN_HAS_THREADS
4029	select BR2_TOOLCHAIN_HAS_THREADS
4030	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4031	select BR2_TOOLCHAIN_EXTERNAL_MUSL
4032	help
4033	  Bootlin toolchain for the x86-core2 architecture, using the
4034	  musl C library. This is a stable version, which means it is
4035	  using stable and proven versions of gcc, gdb and binutils.
4036
4037	  https://toolchains.bootlin.com/
4038
4039config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_BLEEDING_EDGE
4040	bool "x86-core2 uclibc bleeding-edge 2020.08-1"
4041	depends on BR2_i386
4042	depends on BR2_X86_CPU_HAS_MMX
4043	depends on BR2_X86_CPU_HAS_SSE
4044	depends on BR2_X86_CPU_HAS_SSE2
4045	depends on BR2_X86_CPU_HAS_SSE3
4046	depends on BR2_X86_CPU_HAS_SSSE3
4047	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
4048	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
4049	select BR2_USE_WCHAR
4050	select BR2_ENABLE_LOCALE
4051	select BR2_INSTALL_LIBSTDCPP
4052	select BR2_TOOLCHAIN_HAS_FORTRAN
4053	select BR2_TOOLCHAIN_HAS_THREADS
4054	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4055	select BR2_TOOLCHAIN_HAS_THREADS
4056	select BR2_TOOLCHAIN_HAS_THREADS
4057	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4058	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
4059	help
4060	  Bootlin toolchain for the x86-core2 architecture, using the
4061	  uclibc C library. This is a bleeding-edge version, which
4062	  means it is using the latest versions of gcc, gdb and
4063	  binutils.
4064
4065	  https://toolchains.bootlin.com/
4066
4067config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_STABLE
4068	bool "x86-core2 uclibc stable 2020.08-1"
4069	depends on BR2_i386
4070	depends on BR2_X86_CPU_HAS_MMX
4071	depends on BR2_X86_CPU_HAS_SSE
4072	depends on BR2_X86_CPU_HAS_SSE2
4073	depends on BR2_X86_CPU_HAS_SSE3
4074	depends on BR2_X86_CPU_HAS_SSSE3
4075	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
4076	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
4077	select BR2_USE_WCHAR
4078	select BR2_ENABLE_LOCALE
4079	select BR2_INSTALL_LIBSTDCPP
4080	select BR2_TOOLCHAIN_HAS_FORTRAN
4081	select BR2_TOOLCHAIN_HAS_THREADS
4082	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4083	select BR2_TOOLCHAIN_HAS_THREADS
4084	select BR2_TOOLCHAIN_HAS_THREADS
4085	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4086	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
4087	help
4088	  Bootlin toolchain for the x86-core2 architecture, using the
4089	  uclibc C library. This is a stable version, which means it
4090	  is using stable and proven versions of gcc, gdb and
4091	  binutils.
4092
4093	  https://toolchains.bootlin.com/
4094
4095config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
4096	bool "x86-i686 glibc bleeding-edge 2020.08-1"
4097	depends on BR2_i386
4098	depends on !BR2_x86_i486
4099	depends on !BR2_x86_i586
4100	depends on !BR2_x86_x1000
4101	depends on BR2_USE_MMU
4102	depends on !BR2_STATIC_LIBS
4103	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
4104	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
4105	select BR2_INSTALL_LIBSTDCPP
4106	select BR2_TOOLCHAIN_HAS_FORTRAN
4107	select BR2_TOOLCHAIN_HAS_SSP
4108	select BR2_TOOLCHAIN_HAS_THREADS
4109	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4110	select BR2_TOOLCHAIN_HAS_THREADS
4111	select BR2_TOOLCHAIN_HAS_THREADS
4112	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4113	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
4114	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
4115	help
4116	  Bootlin toolchain for the x86-i686 architecture, using the
4117	  glibc C library. This is a bleeding-edge version, which
4118	  means it is using the latest versions of gcc, gdb and
4119	  binutils.
4120
4121	  https://toolchains.bootlin.com/
4122
4123config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
4124	bool "x86-i686 glibc stable 2020.08-1"
4125	depends on BR2_i386
4126	depends on !BR2_x86_i486
4127	depends on !BR2_x86_i586
4128	depends on !BR2_x86_x1000
4129	depends on BR2_USE_MMU
4130	depends on !BR2_STATIC_LIBS
4131	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
4132	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
4133	select BR2_INSTALL_LIBSTDCPP
4134	select BR2_TOOLCHAIN_HAS_FORTRAN
4135	select BR2_TOOLCHAIN_HAS_SSP
4136	select BR2_TOOLCHAIN_HAS_THREADS
4137	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4138	select BR2_TOOLCHAIN_HAS_THREADS
4139	select BR2_TOOLCHAIN_HAS_THREADS
4140	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4141	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
4142	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
4143	help
4144	  Bootlin toolchain for the x86-i686 architecture, using the
4145	  glibc C library. This is a stable version, which means it
4146	  is using stable and proven versions of gcc, gdb and
4147	  binutils.
4148
4149	  https://toolchains.bootlin.com/
4150
4151config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_BLEEDING_EDGE
4152	bool "x86-i686 musl bleeding-edge 2020.08-1"
4153	depends on BR2_i386
4154	depends on !BR2_x86_i486
4155	depends on !BR2_x86_i586
4156	depends on !BR2_x86_x1000
4157	depends on BR2_USE_MMU
4158	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
4159	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
4160	select BR2_INSTALL_LIBSTDCPP
4161	select BR2_TOOLCHAIN_HAS_FORTRAN
4162	select BR2_TOOLCHAIN_HAS_THREADS
4163	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4164	select BR2_TOOLCHAIN_HAS_THREADS
4165	select BR2_TOOLCHAIN_HAS_THREADS
4166	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4167	select BR2_TOOLCHAIN_EXTERNAL_MUSL
4168	help
4169	  Bootlin toolchain for the x86-i686 architecture, using the
4170	  musl C library. This is a bleeding-edge version, which
4171	  means it is using the latest versions of gcc, gdb and
4172	  binutils.
4173
4174	  https://toolchains.bootlin.com/
4175
4176config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE
4177	bool "x86-i686 musl stable 2020.08-1"
4178	depends on BR2_i386
4179	depends on !BR2_x86_i486
4180	depends on !BR2_x86_i586
4181	depends on !BR2_x86_x1000
4182	depends on BR2_USE_MMU
4183	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
4184	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
4185	select BR2_INSTALL_LIBSTDCPP
4186	select BR2_TOOLCHAIN_HAS_FORTRAN
4187	select BR2_TOOLCHAIN_HAS_THREADS
4188	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4189	select BR2_TOOLCHAIN_HAS_THREADS
4190	select BR2_TOOLCHAIN_HAS_THREADS
4191	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4192	select BR2_TOOLCHAIN_EXTERNAL_MUSL
4193	help
4194	  Bootlin toolchain for the x86-i686 architecture, using the
4195	  musl C library. This is a stable version, which means it is
4196	  using stable and proven versions of gcc, gdb and binutils.
4197
4198	  https://toolchains.bootlin.com/
4199
4200config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_BLEEDING_EDGE
4201	bool "x86-i686 uclibc bleeding-edge 2020.08-1"
4202	depends on BR2_i386
4203	depends on !BR2_x86_i486
4204	depends on !BR2_x86_i586
4205	depends on !BR2_x86_x1000
4206	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
4207	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
4208	select BR2_USE_WCHAR
4209	select BR2_ENABLE_LOCALE
4210	select BR2_INSTALL_LIBSTDCPP
4211	select BR2_TOOLCHAIN_HAS_FORTRAN
4212	select BR2_TOOLCHAIN_HAS_THREADS
4213	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4214	select BR2_TOOLCHAIN_HAS_THREADS
4215	select BR2_TOOLCHAIN_HAS_THREADS
4216	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4217	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
4218	help
4219	  Bootlin toolchain for the x86-i686 architecture, using the
4220	  uclibc C library. This is a bleeding-edge version, which
4221	  means it is using the latest versions of gcc, gdb and
4222	  binutils.
4223
4224	  https://toolchains.bootlin.com/
4225
4226config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_STABLE
4227	bool "x86-i686 uclibc stable 2020.08-1"
4228	depends on BR2_i386
4229	depends on !BR2_x86_i486
4230	depends on !BR2_x86_i586
4231	depends on !BR2_x86_x1000
4232	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
4233	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
4234	select BR2_USE_WCHAR
4235	select BR2_ENABLE_LOCALE
4236	select BR2_INSTALL_LIBSTDCPP
4237	select BR2_TOOLCHAIN_HAS_FORTRAN
4238	select BR2_TOOLCHAIN_HAS_THREADS
4239	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4240	select BR2_TOOLCHAIN_HAS_THREADS
4241	select BR2_TOOLCHAIN_HAS_THREADS
4242	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4243	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
4244	help
4245	  Bootlin toolchain for the x86-i686 architecture, using the
4246	  uclibc C library. This is a stable version, which means it
4247	  is using stable and proven versions of gcc, gdb and
4248	  binutils.
4249
4250	  https://toolchains.bootlin.com/
4251
4252config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_BLEEDING_EDGE
4253	bool "xtensa-lx60 uclibc bleeding-edge 2020.08-1"
4254	depends on BR2_xtensa
4255	depends on BR2_XTENSA_CUSTOM
4256	depends on BR2_XTENSA_LITTLE_ENDIAN
4257	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
4258	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
4259	select BR2_USE_WCHAR
4260	select BR2_ENABLE_LOCALE
4261	select BR2_INSTALL_LIBSTDCPP
4262	select BR2_TOOLCHAIN_HAS_FORTRAN
4263	select BR2_TOOLCHAIN_HAS_THREADS
4264	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4265	select BR2_TOOLCHAIN_HAS_THREADS
4266	select BR2_TOOLCHAIN_HAS_THREADS
4267	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4268	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
4269	help
4270	  Bootlin toolchain for the xtensa-lx60 architecture, using
4271	  the uclibc C library. This is a bleeding-edge version,
4272	  which means it is using the latest versions of gcc, gdb and
4273	  binutils.
4274
4275	  https://toolchains.bootlin.com/
4276
4277config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_STABLE
4278	bool "xtensa-lx60 uclibc stable 2020.08-1"
4279	depends on BR2_xtensa
4280	depends on BR2_XTENSA_CUSTOM
4281	depends on BR2_XTENSA_LITTLE_ENDIAN
4282	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
4283	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
4284	select BR2_USE_WCHAR
4285	select BR2_ENABLE_LOCALE
4286	select BR2_INSTALL_LIBSTDCPP
4287	select BR2_TOOLCHAIN_HAS_FORTRAN
4288	select BR2_TOOLCHAIN_HAS_THREADS
4289	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
4290	select BR2_TOOLCHAIN_HAS_THREADS
4291	select BR2_TOOLCHAIN_HAS_THREADS
4292	select BR2_TOOLCHAIN_HAS_THREADS_NPTL
4293	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
4294	help
4295	  Bootlin toolchain for the xtensa-lx60 architecture, using
4296	  the uclibc C library. This is a stable version, which means
4297	  it is using stable and proven versions of gcc, gdb and
4298	  binutils.
4299
4300	  https://toolchains.bootlin.com/
4301
4302endchoice
4303endif
4304