|
@@ -37,6 +37,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCH_SUPPORTS
|
|
|
default y if BR2_sh && BR2_sh4aeb
|
|
|
default y if BR2_sparc64 && BR2_sparc_v9
|
|
|
default y if BR2_sparc && BR2_sparc_v8
|
|
|
+ default y if BR2_x86_64 && BR2_X86_CPU_HAS_MMX && BR2_X86_CPU_HAS_SSE && BR2_X86_CPU_HAS_SSE2
|
|
|
+ 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
|
|
|
+ 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 && BR2_X86_CPU_HAS_AVX && BR2_X86_CPU_HAS_AVX2
|
|
|
+ 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 && BR2_X86_CPU_HAS_AVX && BR2_X86_CPU_HAS_AVX2
|
|
|
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
|
|
|
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
|
|
|
default y if BR2_i386 && !BR2_x86_i486 && !BR2_x86_i586 && !BR2_x86_x1000
|
|
@@ -3791,6 +3795,448 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_STABLE
|
|
|
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_BLEEDING_EDGE
|
|
|
+ bool "x86-64 glibc bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64 architecture, using the
|
|
|
+ glibc C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_STABLE
|
|
|
+ bool "x86-64 glibc stable 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64 architecture, using the
|
|
|
+ glibc C library. This is a stable version, which means it
|
|
|
+ is using stable and proven versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_BLEEDING_EDGE
|
|
|
+ bool "x86-64 musl bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64 architecture, using the
|
|
|
+ musl C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_STABLE
|
|
|
+ bool "x86-64 musl stable 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64 architecture, using the
|
|
|
+ musl C library. This is a stable version, which means it is
|
|
|
+ using stable and proven versions of gcc, gdb and binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_BLEEDING_EDGE
|
|
|
+ bool "x86-64 uclibc bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_USE_WCHAR
|
|
|
+ select BR2_ENABLE_LOCALE
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64 architecture, using the
|
|
|
+ uclibc C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_STABLE
|
|
|
+ bool "x86-64 uclibc stable 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_USE_WCHAR
|
|
|
+ select BR2_ENABLE_LOCALE
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64 architecture, using the
|
|
|
+ uclibc C library. This is a stable version, which means it
|
|
|
+ is using stable and proven versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_BLEEDING_EDGE
|
|
|
+ bool "x86-64-v2 glibc bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE4
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE42
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64-v2 architecture, using the
|
|
|
+ glibc C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_BLEEDING_EDGE
|
|
|
+ bool "x86-64-v2 musl bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE4
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE42
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64-v2 architecture, using the
|
|
|
+ musl C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_BLEEDING_EDGE
|
|
|
+ bool "x86-64-v2 uclibc bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE4
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE42
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_USE_WCHAR
|
|
|
+ select BR2_ENABLE_LOCALE
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64-v2 architecture, using the
|
|
|
+ uclibc C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_BLEEDING_EDGE
|
|
|
+ bool "x86-64-v3 glibc bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE4
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE42
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX2
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64-v3 architecture, using the
|
|
|
+ glibc C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_BLEEDING_EDGE
|
|
|
+ bool "x86-64-v3 musl bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE4
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE42
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX2
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64-v3 architecture, using the
|
|
|
+ musl C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_BLEEDING_EDGE
|
|
|
+ bool "x86-64-v3 uclibc bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE4
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE42
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX2
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_USE_WCHAR
|
|
|
+ select BR2_ENABLE_LOCALE
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64-v3 architecture, using the
|
|
|
+ uclibc C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_BLEEDING_EDGE
|
|
|
+ bool "x86-64-v4 glibc bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE4
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE42
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX2
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64-v4 architecture, using the
|
|
|
+ glibc C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_BLEEDING_EDGE
|
|
|
+ bool "x86-64-v4 musl bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE4
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE42
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX2
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64-v4 architecture, using the
|
|
|
+ musl C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_BLEEDING_EDGE
|
|
|
+ bool "x86-64-v4 uclibc bleeding-edge 2021.11-5"
|
|
|
+ depends on BR2_x86_64
|
|
|
+ depends on BR2_X86_CPU_HAS_MMX
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE2
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE4
|
|
|
+ depends on BR2_X86_CPU_HAS_SSE42
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX
|
|
|
+ depends on BR2_X86_CPU_HAS_AVX2
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_USE_WCHAR
|
|
|
+ select BR2_ENABLE_LOCALE
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the x86-64-v4 architecture, using the
|
|
|
+ uclibc C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
|
|
|
bool "x86-64-core-i7 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_x86_64
|