diff options
| author | Ahmed Charles <acharles@outlook.com> | 2016-08-27 01:52:32 -0700 |
|---|---|---|
| committer | Ahmed Charles <acharles@outlook.com> | 2016-09-02 01:57:31 -0700 |
| commit | cd8f0aa7f228fa37084817baba8aba1d96387d89 (patch) | |
| tree | 6dc69dc999bf8974f30b4733fcc032c36f534520 | |
| parent | 022cb6d11d7d3529fc09283d058e66017dadeb8c (diff) | |
| download | rust-cd8f0aa7f228fa37084817baba8aba1d96387d89.tar.gz rust-cd8f0aa7f228fa37084817baba8aba1d96387d89.zip | |
Remove --{enable|disable}-orbit from configure.
Fixes #35956.
| -rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 44fb3d368d2..c6b6e4da529 100755 --- a/configure +++ b/configure @@ -609,7 +609,6 @@ opt dist-host-only 0 "only install bins for the host architecture" opt inject-std-version 1 "inject the current compiler version of libstd into programs" opt llvm-version-check 1 "check if the LLVM version is supported, build anyway" opt rustbuild 0 "use the rust and cargo based build system" -opt orbit 1 "get MIR where it belongs - everywhere; most importantly, in orbit" opt codegen-tests 1 "run the src/test/codegen tests" opt option-checking 1 "complain about unrecognized options in this configure script" opt ninja 0 "build LLVM using the Ninja generator (for MSVC, requires building in the correct environment)" |
