Skip to content

Commit ae28dab

Browse files
authored
improve cg_gcc.md a little
1 parent 326e590 commit ae28dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/codegen-backend-tests/cg_gcc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ if there are no local changes to the GCC sources and the given host target is av
7979

8080
## Providing your own GCC
8181

82-
There are cases where you will want to provide yourself the `libgccjit.so` file.
82+
There are cases where you will want to provide your own `libgccjit.so` file.
8383
One such case is when you want to cross-compile `rustc` to another target since GCC is not a multi-target compiler.
8484
To support this use case, there is the bootstrap option `gcc.libgccjit-libs-dir`.
85-
This option override `gcc.download-ci-gcc`, meaning `libgccjit.so` won't be downloaded or built locally by bootstrap.
85+
This option overrides `gcc.download-ci-gcc`, meaning `libgccjit.so` won't be downloaded or built locally by bootstrap.
8686
The directory structure of this directory is `<host>/<target>/libgccjit.so`, for instance:
8787

8888
```

0 commit comments

Comments
 (0)