File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ or reading the [rustc guide][rustcguidebuild].
26
26
### Building on * nix
27
27
1 . Make sure you have installed the dependencies:
28
28
29
- * ` g++ ` 4.7 or later or ` clang++ ` 3.x or later
29
+ * ` g++ ` 5.1 or later or ` clang++ ` 3.5 or later
30
30
* ` python ` 2.7 (but not 3.x)
31
31
* GNU ` make ` 3.81 or later
32
32
* ` cmake ` 3.4.3 or later
@@ -148,6 +148,17 @@ by manually calling the appropriate vcvars file before running the bootstrap.
148
148
> python x.py build
149
149
` ` `
150
150
151
+ # ## Building rustc with older host toolchains
152
+ It is still possible to build Rust with the older toolchain versions listed below, but only if the
153
+ LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN option is set to true in the config.toml file.
154
+
155
+ * Clang 3.1
156
+ * Apple Clang 3.1
157
+ * GCC 4.8
158
+ * Visual Studio 2015 (Update 3)
159
+
160
+ Toolchain versions older than what is listed above cannot be used to build rustc.
161
+
151
162
# ### Specifying an ABI
152
163
153
164
Each specific ABI can also be used from either environment (for example, using
You can’t perform that action at this time.
0 commit comments