Skip to content

Commit e9abf4b

Browse files
authored
Rollup merge of #39774 - frewsxcv:no-rustbuild, r=alexcrichton
Remove '--disable-rustbuild' option from configure script. Fixes #39762.
2 parents 1871bff + 6194a76 commit e9abf4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure

-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@ opt stage0-landing-pads 1 "enable landing pads during bootstrap with stage0"
644644
opt dist-host-only 0 "only install bins for the host architecture"
645645
opt inject-std-version 1 "inject the current compiler version of libstd into programs"
646646
opt llvm-version-check 1 "check if the LLVM version is supported, build anyway"
647-
opt rustbuild 1 "use the rust and cargo based build system"
648647
opt codegen-tests 1 "run the src/test/codegen tests"
649648
opt option-checking 1 "complain about unrecognized options in this configure script"
650649
opt ninja 0 "build LLVM using the Ninja generator (for MSVC, requires building in the correct environment)"

0 commit comments

Comments
 (0)