Commit e2ce082 1 parent 4f97e5d commit e2ce082 Copy full SHA for e2ce082
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -169,15 +169,17 @@ 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
181
183
(+) These options have been selected to match the gcc flags we use to compile C
182
184
libraries like jemalloc. See the mk/cfg/arm(v7)-uknown-linux-gnueabi{,hf}.mk
183
185
file in Rust's source code.
You can’t perform that action at this time.
0 commit comments