]> git.lizzy.rs Git - rust.git/commitdiff
Fix fallback configuration flags
authorBrian Anderson <banderson@mozilla.com>
Thu, 31 Oct 2013 22:27:54 +0000 (15:27 -0700)
committerBrian Anderson <banderson@mozilla.com>
Thu, 31 Oct 2013 22:27:54 +0000 (15:27 -0700)
configure

index 244014caab257bf8cbb5ff654d2ecbd970ce137f..ec14dc0dbcc483efb0af9b52f85cbcd830910766 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"