From: Peter Korsgaard Date: Tue, 5 Jul 2011 07:23:46 +0000 (+0200) Subject: target: default to i586 for x86 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fa6b1c276bc3e8e957c3442cdca68bd893ce552;p=buildroot.git target: default to i586 for x86 The i586 was introduced almost 20 years ago, and some software (NPTL, libstdc++, ..) doesn't work nicely with i386 anymore, so it is time to move on. Signed-off-by: Peter Korsgaard --- diff --git a/target/Config.in.arch b/target/Config.in.arch index 7c80945f5c..23946e8772 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -232,7 +232,7 @@ endchoice choice prompt "Target Architecture Variant" depends on BR2_i386 - default BR2_x86_i386 + default BR2_x86_i586 help Specific CPU variant to use