]> git.lizzy.rs Git - rust.git/commit
configure: Remove --build detection
authorAlex Crichton <alex@alexcrichton.com>
Sun, 12 Feb 2017 19:27:39 +0000 (11:27 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 11 Mar 2017 16:41:36 +0000 (08:41 -0800)
commitf8ca805422db8ff5c5112526db0794603b259577
tree2ead485047591d74f7d5ace109a02cd99dd769dd
parent51a4238dccf39b34ea56cb02a5e01ae6dc06356e
configure: Remove --build detection

This commit removes detection of CFG_OSTYPE and CFG_CPUTYPE from the configure
script, which means that the default value of `--build` is no longer present in
the configure script. All this logic is now available in rustbuild itself, so
there's no need to duplicate it.
configure
src/bootstrap/bootstrap.py
src/bootstrap/config.rs