|
@@ -44,7 +44,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCH_SUPPORTS
|
|
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 && BR2_X86_CPU_HAS_AVX512
|
|
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 && BR2_X86_CPU_HAS_AVX512
|
|
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
|
|
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_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
|
|
|
|
|
|
+ default y if BR2_i386 && !BR2_x86_i486 && !BR2_x86_i586 && !BR2_x86_x1000 && !BR2_x86_pentium_mmx && !BR2_x86_geode && !BR2_x86_c3 && !BR2_x86_winchip_c6 && !BR2_x86_winchip2
|
|
default y if BR2_xtensa && BR2_XTENSA_CUSTOM && BR2_XTENSA_LITTLE_ENDIAN
|
|
default y if BR2_xtensa && BR2_XTENSA_CUSTOM && BR2_XTENSA_LITTLE_ENDIAN
|
|
|
|
|
|
if BR2_TOOLCHAIN_EXTERNAL_BOOTLIN
|
|
if BR2_TOOLCHAIN_EXTERNAL_BOOTLIN
|
|
@@ -4668,6 +4668,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_x1000
|
|
depends on !BR2_x86_x1000
|
|
|
|
+ depends on !BR2_x86_pentium_mmx
|
|
|
|
+ depends on !BR2_x86_geode
|
|
|
|
+ depends on !BR2_x86_c3
|
|
|
|
+ depends on !BR2_x86_winchip_c6
|
|
|
|
+ depends on !BR2_x86_winchip2
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
@@ -4695,6 +4700,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_x1000
|
|
depends on !BR2_x86_x1000
|
|
|
|
+ depends on !BR2_x86_pentium_mmx
|
|
|
|
+ depends on !BR2_x86_geode
|
|
|
|
+ depends on !BR2_x86_c3
|
|
|
|
+ depends on !BR2_x86_winchip_c6
|
|
|
|
+ depends on !BR2_x86_winchip2
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
@@ -4722,6 +4732,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_BLEEDING_EDGE
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_x1000
|
|
depends on !BR2_x86_x1000
|
|
|
|
+ depends on !BR2_x86_pentium_mmx
|
|
|
|
+ depends on !BR2_x86_geode
|
|
|
|
+ depends on !BR2_x86_c3
|
|
|
|
+ depends on !BR2_x86_winchip_c6
|
|
|
|
+ depends on !BR2_x86_winchip2
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
@@ -4747,6 +4762,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_x1000
|
|
depends on !BR2_x86_x1000
|
|
|
|
+ depends on !BR2_x86_pentium_mmx
|
|
|
|
+ depends on !BR2_x86_geode
|
|
|
|
+ depends on !BR2_x86_c3
|
|
|
|
+ depends on !BR2_x86_winchip_c6
|
|
|
|
+ depends on !BR2_x86_winchip2
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
@@ -4771,6 +4791,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_BLEEDING_EDGE
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_x1000
|
|
depends on !BR2_x86_x1000
|
|
|
|
+ depends on !BR2_x86_pentium_mmx
|
|
|
|
+ depends on !BR2_x86_geode
|
|
|
|
+ depends on !BR2_x86_c3
|
|
|
|
+ depends on !BR2_x86_winchip_c6
|
|
|
|
+ depends on !BR2_x86_winchip2
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
select BR2_USE_WCHAR
|
|
select BR2_USE_WCHAR
|
|
@@ -4797,6 +4822,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_STABLE
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i486
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_i586
|
|
depends on !BR2_x86_x1000
|
|
depends on !BR2_x86_x1000
|
|
|
|
+ depends on !BR2_x86_pentium_mmx
|
|
|
|
+ depends on !BR2_x86_geode
|
|
|
|
+ depends on !BR2_x86_c3
|
|
|
|
+ depends on !BR2_x86_winchip_c6
|
|
|
|
+ depends on !BR2_x86_winchip2
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
select BR2_USE_WCHAR
|
|
select BR2_USE_WCHAR
|