소스 검색

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>
Peter Korsgaard 14 년 전
부모
커밋
1fa6b1c276
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target/Config.in.arch

+ 1 - 1
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