mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
use 64-bit as host if on 64-bit CPU
This commit is contained in:
parent
b4c53627b1
commit
50e2e07255
4
configure
vendored
4
configure
vendored
@ -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
|
||||
;;
|
||||
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user