mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Fix clang option in configure script
This commit is contained in:
parent
da6674baed
commit
04dd610053
2
configure
vendored
2
configure
vendored
@ -259,7 +259,7 @@ opt optimize-cxx 1 "build optimized C++ code"
|
||||
opt optimize-llvm 1 "build optimized LLVM"
|
||||
opt manage-submodules 1 "let the build manage the git submodules"
|
||||
opt mingw-cross 0 "cross-compile for win32 using mingw"
|
||||
opt clang 0 "prefer gcc to clang for building the runtime"
|
||||
opt clang 0 "prefer clang to gcc for building the runtime"
|
||||
valopt prefix "/usr/local" "set installation prefix"
|
||||
valopt llvm-root "" "set LLVM root"
|
||||
valopt host-triple "$DEFAULT_HOST_TRIPLE" "primary LLVM host triple"
|
||||
|
Loading…
Reference in New Issue
Block a user