From 1fa6b1c276bc3e8e957c3442cdca68bd893ce552 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 5 Jul 2011 09:23:46 +0200 Subject: 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 --- target/Config.in.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/Config.in.arch b/target/Config.in.arch index 7c80945f5..23946e877 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 -- cgit v1.2.3-55-g7522