Skip to content

Commit 30659cd

Browse files
committed
older toolchains not valid any more
with the change to llvm 10 the parameter LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN do not do any thing as min and soft error is the same. see https://github.com/rust-lang/llvm-project/blob/86b120e6f302d39cd6973b6391fb299d7bc22122/llvm/cmake/modules/CheckCompilerVersion.cmake
1 parent 4803680 commit 30659cd

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<a href = "https://www.rust-lang.org/">
1+
<a href = "https://www.rust-lang.org/">
22
<img width = "90%" height = "auto" src = "https://img.shields.io/badge/Rust-Programming%20Language-black?style=flat&logo=rust" alt = "The Rust Programming Language">
33
</a>
44

55
This is the main source code repository for [Rust]. It contains the compiler,
6-
standard library, and documentation.
6+
standard library, and documentation.
77

88
[Rust]: https://www.rust-lang.org
99

@@ -23,7 +23,7 @@ Read ["Installation"] from [The Book].
2323
section.**
2424

2525
The Rust build system uses a Python script called `x.py` to build the compiler,
26-
which manages the bootstrapping process. More information about it can be found
26+
which manages the bootstrapping process. More information about it can be found
2727
by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].
2828

2929
[gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.html
@@ -157,17 +157,6 @@ by manually calling the appropriate vcvars file before running the bootstrap.
157157
> python x.py build
158158
```
159159
160-
### Building rustc with older host toolchains
161-
It is still possible to build Rust with the older toolchain versions listed below, but only if the
162-
LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN option is set to true in the config.toml file.
163-
164-
* Clang 3.1
165-
* Apple Clang 3.1
166-
* GCC 4.8
167-
* Visual Studio 2015 (Update 3)
168-
169-
Toolchain versions older than what is listed above cannot be used to build rustc.
170-
171160
#### Specifying an ABI
172161
173162
Each specific ABI can also be used from either environment (for example, using

0 commit comments

Comments
 (0)