projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef54db
)
target: default to i586 for x86
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 5 Jul 2011 07:23:46 +0000
(09:23 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/target/Config.in.arch
b/target/Config.in.arch
index 7c80945f5cbcb570a4ccbbb7b200ace98339c1b0..23946e8772c45113584063c1d6d1ba993a4fcecc 100644
(file)
--- 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_i
3
86
+ default BR2_x86_i
5
86
help
Specific CPU variant to use