mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Fix fallback configuration flags
This commit is contained in:
parent
b2f62acaeb
commit
424e91a47d
6
configure
vendored
6
configure
vendored
@ -401,9 +401,9 @@ valopt mandir "${CFG_PREFIX}/share/man" "install man pages in PATH"
|
||||
valopt libdir "${CFG_PREFIX}/lib" "install libraries"
|
||||
|
||||
#Deprecated opts to keep compatibility
|
||||
valopt build-triple "${DEFAULT_BUILD}" "LLVM build triple"
|
||||
valopt host-triples "${CFG_BUILD}" "LLVM host triples"
|
||||
valopt target-triples "${CFG_HOST}" "LLVM target triples"
|
||||
valopt build-triple "${CFG_BUILD}" "LLVM build triple"
|
||||
valopt host-triples "${CFG_HOST}" "LLVM host triples"
|
||||
valopt target-triples "${CFG_TARGET}" "LLVM target triples"
|
||||
|
||||
# Validate Options
|
||||
step_msg "validating $CFG_SELF args"
|
||||
|
Loading…
Reference in New Issue
Block a user