]> git.lizzy.rs Git - rust.git/commitdiff
Remove reference to Ubuntu 15.10 ARM toolchain
authorqtmlabs <qtmlabs@protonmail.com>
Fri, 11 Oct 2019 08:32:01 +0000 (15:32 +0700)
committerqtmlabs <qtmlabs@protonmail.com>
Fri, 11 Oct 2019 08:32:01 +0000 (15:32 +0700)
src/ci/docker/README.md

index a2d83eca24b0a6eb3634f17771d51072612e67be..8fbf512af3cdd8767215db56a9e8818853b45e32 100644 (file)
@@ -169,17 +169,15 @@ For targets: `armv7-unknown-linux-gnueabihf`
 - Target options > Target Architecture = arm
 - Target options > Suffix to the arch-part = v7
 - Target options > Architecture level = armv7-a -- (+)
-- Target options > Use specific FPU = vfpv3-d16 -- (\*)
-- Target options > Floating point = hardware (FPU) -- (\*)
-- Target options > Default instruction set mode = thumb -- (\*)
+- Target options > Use specific FPU = vfpv3-d16
+- Target options > Floating point = hardware (FPU)
+- Target options > Default instruction set mode = thumb
 - Operating System > Target OS = linux
 - Operating System > Linux kernel version = 3.2.101
 - C-library > glibc version = 2.17.0
 - C compiler > gcc version = 8.3.0
 - C compiler > C++ = ENABLE -- to cross compile LLVM
 
-(\*) These options have been selected to match the configuration of the arm
-      toolchains shipped with Ubuntu 15.10
 (+) These options have been selected to match the gcc flags we use to compile C
     libraries like jemalloc. See the mk/cfg/arm(v7)-uknown-linux-gnueabi{,hf}.mk
     file in Rust's source code.