arch/Config.in.x86: increase x86 default CPU from i586 to i686

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Julien Olivain
2026-03-07 19:07:07 +01:00
committed by Arnout Vandecappelle
parent c6d24b6170
commit ed283567a8

View File

@@ -35,7 +35,7 @@ config BR2_X86_CPU_HAS_AVX512
# https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gcc/x86-Options.html
choice
prompt "Target Architecture Variant"
default BR2_x86_i586 if BR2_i386
default BR2_x86_i686 if BR2_i386
depends on BR2_i386 || BR2_x86_64
help
Specific CPU variant to use