about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-10-31 15:36:36 -0700
committerbors <bors@rust-lang.org>2013-10-31 15:36:36 -0700
commit23df6f9775eee7a59e98873ae168a199efb4d649 (patch)
treeb25071fd042cd016f037da09ac24190f3eac00a2
parentb2f62acaebbe2aa0962c0402d467310b2571ff4e (diff)
parent424e91a47d7793f18ed9f4aa2a3bce396a26354e (diff)
auto merge of #10206 : brson/rust/configure, r=brson
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 244014caab2..ec14dc0dbcc 100755
--- 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"