File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,14 +136,14 @@ i586-unknown-linux-musl \
136136"
137137
138138RUST_NIGHTLY_LINUX_TARGETS=" \
139- aarch64-fuchsia \
139+ aarch64-unknown- fuchsia \
140140armv5te-unknown-linux-gnueabi \
141141armv5te-unknown-linux-musleabi \
142142i686-pc-windows-gnu \
143143riscv64gc-unknown-linux-gnu \
144144wasm32-wasi \
145145x86_64-fortanix-unknown-sgx \
146- x86_64-fuchsia \
146+ x86_64-unknown- fuchsia \
147147x86_64-pc-solaris \
148148x86_64-pc-windows-gnu \
149149x86_64-unknown-illumos \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ TARGETS=
2222case " ${OS} " in
2323 * linux* )
2424 TARGETS=" \
25- aarch64-fuchsia \
25+ aarch64-unknown- fuchsia \
2626aarch64-linux-android \
2727aarch64-unknown-linux-gnu \
2828aarch64-unknown-linux-musl \
@@ -40,7 +40,7 @@ x86_64-unknown-linux-gnu \
4040x86_64-unknown-linux-musl \
4141x86_64-unknown-netbsd \
4242x86_64-pc-solaris \
43- x86_64-fuchsia \
43+ x86_64-unknown- fuchsia \
4444x86_64-pc-windows-gnu \
4545x86_64-unknown-linux-gnux32 \
4646x86_64-unknown-redox \
You can’t perform that action at this time.
0 commit comments