about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-07-22 17:20:15 -0700
committerBrian Anderson <banderson@mozilla.com>2014-07-23 12:04:27 -0700
commit04914fddfb772eed2fe83b7638bd04ca23eacc0a (patch)
tree6852ce03be0482d4144233f23a39a89ff60cd234
parentce20571a55ecc7915eaaa95bfedb67d389d2899c (diff)
downloadrust-04914fddfb772eed2fe83b7638bd04ca23eacc0a.tar.gz
rust-04914fddfb772eed2fe83b7638bd04ca23eacc0a.zip
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.
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index b6513cb0f74..53fb8e25c5f 100755
--- a/configure
+++ b/configure
@@ -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"