summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorPeter Korsgaard2011-07-05 09:23:46 +0200
committerPeter Korsgaard2011-07-05 09:23:46 +0200
commit1fa6b1c276bc3e8e957c3442cdca68bd893ce552 (patch)
tree11707e4c662f545b3e78da22f86c90c31f002a71 /target
parenttoolchain/uClibc: NPTL needs i486+ for cmpxchgl instruction (diff)
downloadbuildroot-1fa6b1c276bc3e8e957c3442cdca68bd893ce552.tar.gz
buildroot-1fa6b1c276bc3e8e957c3442cdca68bd893ce552.tar.xz
buildroot-1fa6b1c276bc3e8e957c3442cdca68bd893ce552.zip
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 <jacmet@sunsite.dk>
Diffstat (limited to 'target')
-rw-r--r--target/Config.in.arch2
1 files changed, 1 insertions, 1 deletions
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