Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 70357d9

Browse files
committed
aarch64 is becoming a new host now
1 parent 4421cc2 commit 70357d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/build-rust-manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
"arm-unknown-linux-gnueabi",
6666
"arm-unknown-linux-gnueabihf",
6767
"armv7-unknown-linux-gnueabihf",
68+
"aarch64-unknown-linux-gnu",
6869
])
6970

7071
# These are the platforms we produce standard libraries for
7172
target_list = sorted([
7273
"aarch64-apple-ios",
73-
"aarch64-unknown-linux-gnu",
7474
"arm-linux-androideabi",
7575
"arm-unknown-linux-gnueabi",
7676
"arm-unknown-linux-gnueabihf",

0 commit comments

Comments
 (0)