File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ compilers for 14, and standard libraries for 30.
167
167
## Example: Building static binaries on Linux
168
168
169
169
Now that we've got the basic pieces in place, let's apply them to
170
- simple cross-compilation task: building an ultraportable static binary
170
+ a simple cross-compilation task: building an ultraportable static binary
171
171
for Linux.
172
172
173
173
One of the unique features of Linux that has become increasingly appreciated is
@@ -435,7 +435,7 @@ std. It's acquiring and configuring the linker and C toolchain that is the most
435
435
vexing &mdash ; each combination of host and target platform requires something
436
436
slightly different. We want to make this easier, and will be adding "NDK
437
437
support" to rustup. What this means will again depend on the exact scenario, but
438
- we're going to start working from the most demanded uses cases , like Android,
438
+ we're going to start working from the most demanded, like Android,
439
439
and try to automate as much of the detection, installation and configuration of
440
440
the non-Rust toolchain components as we can. On Android for instance, the hope
441
441
is to automate everything for a basic initial setup except for accepting the
You can’t perform that action at this time.
0 commit comments