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
108108will not work correctly.
109109
110110The ` 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
112112original ABI (now called the Old ABI or OABI), and it is the standard ABI for
11311332-bit Arm systems. With this ABI, function parameters that are ` f32 ` or ` f64 `
114114are 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
128128
129129The ` musleabi ` and ` musleabihf ` ABI components offer support for the [ musl C
130130library] ( 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.
134134
135135The ` uclibceabi ` and ` uclibceabihf ` ABI components are for the [ uClibc-ng C
136136library] ( https://uclibc-ng.org/ ) . This is sometimes used in light-weight
You can’t perform that action at this time.
0 commit comments