Skip to content

Commit 3ca2d66

Browse files
committed
---
yaml --- r: 6522 b: refs/heads/master c: 50e2e07 h: refs/heads/master v: v3
1 parent b66c2a1 commit 3ca2d66

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b4c53627b17024a51b60243f6d27cd1d3a9a9724
2+
refs/heads/master: 50e2e07255fd3469b0c6d8a2725983bccf0c67b2

trunk/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)