Skip to content
Snippets Groups Projects
Unverified Commit 49271b7a authored by pkubaj's avatar pkubaj Committed by GitHub
Browse files

Move aarch64 and powerpc64 targets for FreeBSD

 Move to LINUX_NO_CORE_TARGETS per gznlbg's suggestion.
parent 8c2e02dc
No related branches found
No related tags found
No related merge requests found
......@@ -111,12 +111,10 @@ x86_64-unknown-cloudabi \
"
RUST_NIGHTLY_LINUX_TARGETS="\
aarch64-unknown-freebsd \
aarch64-fuchsia \
armv5te-unknown-linux-gnueabi \
armv5te-unknown-linux-musleabi \
i686-pc-windows-gnu \
powerpc64-unknown-freebsd \
wasm32-wasi \
x86_64-fortanix-unknown-sgx \
x86_64-fuchsia \
......@@ -172,6 +170,7 @@ done
RUST_LINUX_NO_CORE_TARGETS="\
aarch64-pc-windows-msvc \
aarch64-unknown-cloudabi \
aarch64-unknown-freebsd \
aarch64-unknown-hermit \
aarch64-unknown-netbsd \
aarch64-unknown-openbsd \
......@@ -191,6 +190,7 @@ mipsel-unknown-linux-uclibc \
nvptx64-nvidia-cuda \
powerpc-unknown-linux-gnuspe \
powerpc-unknown-netbsd \
powerpc64-unknown-freebsd \
riscv32imac-unknown-none-elf \
riscv32imc-unknown-none-elf \
sparc64-unknown-netbsd \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment