We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea6d0c commit 8e14d18Copy full SHA for 8e14d18
configure
@@ -204,7 +204,7 @@ esac
204
case $CFG_CPUTYPE in
205
206
i386 | i486 | i686 | i786 | x86)
207
- CFG_CPUTYPE=i386
+ CFG_CPUTYPE=i686
208
;;
209
210
xscale | arm)
@@ -213,7 +213,7 @@ case $CFG_CPUTYPE in
213
214
x86_64 | x86-64 | x64)
215
# FIME: Once we do a 64-bit build this should be x86_64
216
217
218
219
*)
0 commit comments