Skip to content

Commit 8e14d18

Browse files
committed
configure: Use i686 as the CPU type instead of i386
Seems to prevent the warning about linking bitcode with different triples.
1 parent 8ea6d0c commit 8e14d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)