Commit 4f97e5d 1 parent 90d0baf commit 4f97e5d Copy full SHA for 4f97e5d
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -169,17 +169,15 @@ For targets: `armv7-unknown-linux-gnueabihf`
169
169
- Target options > Target Architecture = arm
170
170
- Target options > Suffix to the arch-part = v7
171
171
- Target options > Architecture level = armv7-a -- (+)
172
- - Target options > Use specific FPU = vfpv3-d16 -- (\*)
173
- - Target options > Floating point = hardware (FPU) -- (\*)
174
- - Target options > Default instruction set mode = thumb -- (\*)
172
+ - Target options > Use specific FPU = vfpv3-d16
173
+ - Target options > Floating point = hardware (FPU)
174
+ - Target options > Default instruction set mode = thumb
175
175
- Operating System > Target OS = linux
176
176
- Operating System > Linux kernel version = 3.2.101
177
177
- C-library > glibc version = 2.17.0
178
178
- C compiler > gcc version = 8.3.0
179
179
- C compiler > C++ = ENABLE -- to cross compile LLVM
180
180
181
- (\*) These options have been selected to match the configuration of the arm
182
- toolchains shipped with Ubuntu 15.10
183
181
(+) These options have been selected to match the gcc flags we use to compile C
184
182
libraries like jemalloc. See the mk/cfg/arm(v7)-uknown-linux-gnueabi{,hf}.mk
185
183
file in Rust's source code.
You can’t perform that action at this time.
0 commit comments