You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_codegen_gcc/Readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ A secondary goal is to check if using the gcc backend will provide any run-time
23
23
## Building
24
24
25
25
**This requires a patched libgccjit in order to work.
26
-
You need to use my [fork of gcc](https://github.com/antoyo/gcc) which already includes these patches.**
26
+
You need to use my [fork of gcc](https://github.com/rust-lang/gcc) which already includes these patches.**
27
27
28
28
```bash
29
29
$ cp config.example.toml config.toml
@@ -40,7 +40,7 @@ to do a few more things.
40
40
To build it (most of these instructions come from [here](https://gcc.gnu.org/onlinedocs/jit/internals/index.html), so don't hesitate to take a look there if you encounter an issue):
0 commit comments