Skip to content

Commit c88866a

Browse files
committed
---
yaml --- r: 6163 b: refs/heads/master c: 8e14d18 h: refs/heads/master i: 6161: f627846 6159: f82f335 v: v3
1 parent 4621298 commit c88866a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8ea6d0c5d29da9f34b26f9af305edf09c847979f
2+
refs/heads/master: 8e14d188deb310a20ba7aa66a01f1a1eab10235e

trunk/configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ esac
204204
case $CFG_CPUTYPE in
205205

206206
i386 | i486 | i686 | i786 | x86)
207-
CFG_CPUTYPE=i386
207+
CFG_CPUTYPE=i686
208208
;;
209209

210210
xscale | arm)
@@ -213,7 +213,7 @@ case $CFG_CPUTYPE in
213213

214214
x86_64 | x86-64 | x64)
215215
# FIME: Once we do a 64-bit build this should be x86_64
216-
CFG_CPUTYPE=i386
216+
CFG_CPUTYPE=i686
217217
;;
218218

219219
*)

0 commit comments

Comments
 (0)