Skip to content

Commit 23df6f9

Browse files
committed
auto merge of #10206 : brson/rust/configure, r=brson
2 parents b2f62ac + 424e91a commit 23df6f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure

+3-3
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ valopt mandir "${CFG_PREFIX}/share/man" "install man pages in PATH"
401401
valopt libdir "${CFG_PREFIX}/lib" "install libraries"
402402

403403
#Deprecated opts to keep compatibility
404-
valopt build-triple "${DEFAULT_BUILD}" "LLVM build triple"
405-
valopt host-triples "${CFG_BUILD}" "LLVM host triples"
406-
valopt target-triples "${CFG_HOST}" "LLVM target triples"
404+
valopt build-triple "${CFG_BUILD}" "LLVM build triple"
405+
valopt host-triples "${CFG_HOST}" "LLVM host triples"
406+
valopt target-triples "${CFG_TARGET}" "LLVM target triples"
407407

408408
# Validate Options
409409
step_msg "validating $CFG_SELF args"

0 commit comments

Comments
 (0)