File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/tests/codegen-backend-tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
8383One such case is when you want to cross-compile ` rustc ` to another target since GCC is not a multi-target compiler.
8484To 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.
8686The directory structure of this directory is ` <host>/<target>/libgccjit.so ` , for instance:
8787
8888```
You can’t perform that action at this time.
0 commit comments