Skip to content

Commit

Permalink
auto merge of #10206 : brson/rust/configure, r=brson
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Oct 31, 2013
2 parents b2f62ac + 424e91a commit 23df6f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 23df6f9

Please sign in to comment.