summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
authorpingplug2020-06-10 19:03:55 +0800
committerpingplug2020-06-10 19:03:55 +0800
commitf49f53bcdedab4e1a0617f157a6b522d8563613f (patch)
tree493cd4b60b9203a65ee674d9f2f283e31c9d12df /mingw-config.toml
parent6c06f5c5f8a85e128efa8fe6660688970a7806c6 (diff)
downloadaur-f49f53bcdedab4e1a0617f157a6b522d8563613f.tar.gz
Updated to 1.44.0
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index 3f1a5fdb768d..60455e6aafff 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -84,8 +84,9 @@ link-jobs = 1
link-shared = false
# When building llvm, this configures what is being appended to the version.
-# If absent, we let the version as-is.
-#version-suffix = "-rust"
+# The default is "-rust-$version-$channel", except for dev channel where rustc
+# version number is omitted. To use LLVM version as is, provide an empty string.
+#version-suffix = "-rust-dev"
# On MSVC you can compile LLVM with clang-cl, but the test suite doesn't pass
# with clang-cl, so this is special in that it only compiles LLVM with clang-cl
@@ -168,11 +169,9 @@ nodejs = "node"
# Python interpreter to use for various tasks throughout the build, notably
# rustdoc tests, the lldb python interpreter, and some dist bits and pieces.
-# Note that Python 2 is currently required.
#
-# Defaults to python2.7, then python2. If neither executable can be found, then
-# it defaults to the Python interpreter used to execute x.py.
-python = "python2.7"
+# Defaults to the Python interpreter used to execute x.py.
+python = "python"
# Force Cargo to check that Cargo.lock describes the precise dependency
# set that all the Cargo.toml files create, instead of updating it.