rustc: add armv6l-linux to platforms
armv6l-linux was incorrectly added to the list of platforms without host tools in #227987. arm-unknown-linux-gnueabihf is present in the list of Tier 2 targets with host tools, and this target corresponds to our armv6l-linux platform.
This commit is contained in:
parent
10dd9d85ca
commit
87ebad10d6
@ -162,8 +162,7 @@ stdenv.mkDerivation ((removeAttrs args [ "depsExtraArgs" "cargoUpdateHook" "carg
|
||||
# Platforms without host tools from
|
||||
# https://doc.rust-lang.org/nightly/rustc/platform-support.html
|
||||
"armv7a-darwin"
|
||||
"armv5tel-linux" "armv6l-linux" "armv7a-linux" "m68k-linux"
|
||||
"riscv32-linux"
|
||||
"armv5tel-linux" "armv7a-linux" "m68k-linux" "riscv32-linux"
|
||||
"armv6l-netbsd"
|
||||
"x86_64-redox"
|
||||
"wasm32-wasi"
|
||||
|
@ -238,7 +238,7 @@ in stdenv.mkDerivation rec {
|
||||
"x86_64-darwin" "i686-darwin" "aarch64-darwin"
|
||||
"i686-freebsd13" "x86_64-freebsd13"
|
||||
"x86_64-solaris"
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "mipsel-linux"
|
||||
"aarch64-linux" "armv6l-linux" "armv7l-linux" "i686-linux" "mipsel-linux"
|
||||
"mips64el-linux" "powerpc64-linux" "powerpc64le-linux"
|
||||
"riscv64-linux" "s390x-linux" "x86_64-linux"
|
||||
"aarch64-netbsd" "armv7l-netbsd" "i686-netbsd" "powerpc-netbsd"
|
||||
|
Loading…
Reference in New Issue
Block a user