target: default to i586 for x86
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 5 Jul 2011 07:23:46 +0000 (09:23 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 5 Jul 2011 07:23:46 +0000 (09:23 +0200)
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@sunsite.dk>
target/Config.in.arch

index 7c80945f5cbcb570a4ccbbb7b200ace98339c1b0..23946e8772c45113584063c1d6d1ba993a4fcecc 100644 (file)
@@ -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