Skip to content

Commit ce8614a

Browse files
authored
Merge pull request #20 from CohenArthur/add-gccrs-to-tools-page
tools: Add page for gccrs
2 parents 307e3a3 + 7731cbf commit ce8614a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
- [Coccinelle for Rust](Coccinelle-for-Rust.md)
2626
- [`rustc_codegen_gcc`](rustc_codegen_gcc.md)
27+
- [`gccrs`](gccrs.md)
2728

2829
## Users
2930

src/gccrs.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# `gccrs`
2+
3+
[`gccrs`](https://github.com/rust-gcc/gccrs) is an alternative compiler for the Rust
4+
programming language, developed from the ground up for the
5+
[GNU Compiler Collection (GCC)](https://gcc.gnu.org) project.
6+
7+
While `gccrs` is not yet able to compile Rust code, it is progressing fast — we are hoping we will be able to compile the Rust 1.49 standard library by the next GCC release, 14.1.
8+
9+
Once that milestone is achieved, we will begin catching up to the Rust version used by Rust-for-Linux — in the hopes of being useful quickly!
10+
11+
You can follow the project's progress on [our blog](https://rust-gcc.github.io)
12+
13+
## References
14+
15+
- [Zulip chat](https://gcc-rust.zulipchat.com)
16+
- [Mailing list](https://gcc.gnu.org/mailman/listinfo/gcc-rust)
17+
- [GitHub organization](https://github.com/rust-gcc)

0 commit comments

Comments
 (0)