File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ running this code on. For example, running `eabihf` code on an `eabi` system
108
108
will not work correctly.
109
109
110
110
The ` gnueabi ` ABI component indicates support for using the GNU C Library
111
- (glibc), and the Arm Embedded ABI (EABI). The EABI is a replacement of for the
111
+ (glibc), and the Arm Embedded ABI (EABI). The EABI is a replacement for the
112
112
original ABI (now called the Old ABI or OABI), and it is the standard ABI for
113
113
32-bit Arm systems. With this ABI, function parameters that are ` f32 ` or ` f64 `
114
114
are passed as if they were integers, instead of being passed via in FPU
@@ -128,9 +128,9 @@ depending on whether your distribution is using 'soft-float' (EABI) or
128
128
129
129
The ` musleabi ` and ` musleabihf ` ABI components offer support for the [ musl C
130
130
library] ( https://musl.libc.org/ ) . This C library can be used to create 'static
131
- binaries' that have no run-time library requirements (a feature that that
132
- glibc does not support). There are soft-float (` eabi ` ) and hard-float
133
- ( ` eabihf ` ) variants, as per the ` gnu* ` targets above.
131
+ binaries' that have no run-time library requirements (a feature that glibc
132
+ does not support). There are soft-float (` eabi ` ) and hard-float ( ` eabihf ` )
133
+ variants, as per the ` gnu* ` targets above.
134
134
135
135
The ` uclibceabi ` and ` uclibceabihf ` ABI components are for the [ uClibc-ng C
136
136
library] ( https://uclibc-ng.org/ ) . This is sometimes used in light-weight
You can’t perform that action at this time.
0 commit comments