Skip to content

Commit 50e2e07

Browse files
committed
use 64-bit as host if on 64-bit CPU
1 parent b4c5362 commit 50e2e07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configure

+1-3
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ then
175175
fi
176176
fi
177177

178-
179178
# The goal here is to come up with the same triple as LLVM would,
180179
# at least for the subset of platforms we're willing to target.
181180

@@ -214,8 +213,7 @@ case $CFG_CPUTYPE in
214213
;;
215214

216215
x86_64 | x86-64 | x64)
217-
# FIME: Once we do a 64-bit build this should be x86_64
218-
CFG_CPUTYPE=i686
216+
CFG_CPUTYPE=x86_64
219217
;;
220218

221219
*)

0 commit comments

Comments
 (0)