[Buildroot] [git commit] target: default to i586 for x86

Peter Korsgaard jacmet at sunsite.dk
Tue Jul 5 07:23:46 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=1fa6b1c276bc3e8e957c3442cdca68bd893ce552
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <jacmet at sunsite.dk>
---
 target/Config.in.arch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/target/Config.in.arch b/target/Config.in.arch
index 7c80945..23946e8 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
 
-- 
1.7.3.4



More information about the buildroot mailing list