We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66c2a1 commit 3ca2d66Copy full SHA for 3ca2d66
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: b4c53627b17024a51b60243f6d27cd1d3a9a9724
+refs/heads/master: 50e2e07255fd3469b0c6d8a2725983bccf0c67b2
trunk/configure
@@ -175,7 +175,6 @@ then
175
fi
176
177
178
-
179
# The goal here is to come up with the same triple as LLVM would,
180
# at least for the subset of platforms we're willing to target.
181
@@ -214,8 +213,7 @@ case $CFG_CPUTYPE in
214
213
;;
215
216
x86_64 | x86-64 | x64)
217
- # FIME: Once we do a 64-bit build this should be x86_64
218
- CFG_CPUTYPE=i686
+ CFG_CPUTYPE=x86_64
219
220
221
*)
0 commit comments