Skip to content

Commit

Permalink
Rollup merge of rust-lang#39774 - frewsxcv:no-rustbuild, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove '--disable-rustbuild' option from configure script.

Fixes rust-lang#39762.
  • Loading branch information
frewsxcv authored Feb 13, 2017
2 parents 1871bff + 6194a76 commit e9abf4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ opt stage0-landing-pads 1 "enable landing pads during bootstrap with stage0"
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 1 "use the rust and cargo based build system"
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)"
Expand Down

0 comments on commit e9abf4b

Please sign in to comment.