Fix grammar for freestanding-rust-binary (#834)

The grammar for MacOS linker arguments was clunky.
This commit is contained in:
Jk Jensen
2020-07-13 01:27:50 -07:00
committed by GitHub
parent 4540a2e725
commit 9985e4a699

View File

@@ -403,7 +403,7 @@ macOS [does not officially support statically linked binaries] and requires prog
cargo rustc -- -C link-args="-e __start -static"
```
This still not suffices, as a third linker error occurs:
This still does not suffice, as a third linker error occurs:
```
error: linking with `cc` failed: exit code: 1