We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2f62ac + 424e91a commit 23df6f9Copy full SHA for 23df6f9
configure
@@ -401,9 +401,9 @@ valopt mandir "${CFG_PREFIX}/share/man" "install man pages in PATH"
401
valopt libdir "${CFG_PREFIX}/lib" "install libraries"
402
403
#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"
+valopt build-triple "${CFG_BUILD}" "LLVM build triple"
+valopt host-triples "${CFG_HOST}" "LLVM host triples"
+valopt target-triples "${CFG_TARGET}" "LLVM target triples"
407
408
# Validate Options
409
step_msg "validating $CFG_SELF args"
0 commit comments