mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
configure: Add --enable-dist-host-only flag
This preserves the current behavior of `make dist` where we only distribute bins for the host architecture. The bots need this.
This commit is contained in:
parent
ce20571a55
commit
04914fddfb
2
configure
vendored
2
configure
vendored
@ -422,6 +422,8 @@ opt rpath 0 "build rpaths into rustc itself"
|
||||
opt nightly 0 "build nightly packages"
|
||||
opt verify-install 1 "verify installed binaries work"
|
||||
opt jemalloc 1 "build liballoc with jemalloc"
|
||||
# This is used by the automation to produce single-target nightlies
|
||||
opt dist-host-only 0 "only install bins for the host architecture"
|
||||
valopt prefix "/usr/local" "set installation prefix"
|
||||
valopt local-rust-root "/usr/local" "set prefix for local rust binary"
|
||||
valopt llvm-root "" "set LLVM root"
|
||||
|
Loading…
Reference in New Issue
Block a user