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>
This commit is contained in:
parent
fef54db1a1
commit
1fa6b1c276
@ -232,7 +232,7 @@ endchoice
|
|||||||
choice
|
choice
|
||||||
prompt "Target Architecture Variant"
|
prompt "Target Architecture Variant"
|
||||||
depends on BR2_i386
|
depends on BR2_i386
|
||||||
default BR2_x86_i386
|
default BR2_x86_i586
|
||||||
help
|
help
|
||||||
Specific CPU variant to use
|
Specific CPU variant to use
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user