about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2011-11-30 15:44:35 -0800
committerNiko Matsakis <niko@alum.mit.edu>2011-11-30 15:44:35 -0800
commit50e2e07255fd3469b0c6d8a2725983bccf0c67b2 (patch)
tree7fc4846d7a43e425bd8727d71fc9057ec72e58a9
parentb4c53627b17024a51b60243f6d27cd1d3a9a9724 (diff)
downloadrust-50e2e07255fd3469b0c6d8a2725983bccf0c67b2.tar.gz
rust-50e2e07255fd3469b0c6d8a2725983bccf0c67b2.zip
use 64-bit as host if on 64-bit CPU
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index 0fcc7ba8694..cbdfb2c43fb 100755
--- a/configure
+++ b/configure
@@ -175,7 +175,6 @@ then
     fi
 fi
 
-
 # The goal here is to come up with the same triple as LLVM would,
 # at least for the subset of platforms we're willing to target.
 
@@ -214,8 +213,7 @@ case $CFG_CPUTYPE in
         ;;
 
     x86_64 | x86-64 | x64)
-	# FIME: Once we do a 64-bit build this should be x86_64
-        CFG_CPUTYPE=i686
+        CFG_CPUTYPE=x86_64
         ;;
 
     *)