Skip to content

Commit b3d0bd6

Browse files
djcrami3l
authored andcommitted
Update platforms to 3.6
1 parent 5cabb50 commit b3d0bd6

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dist/triple/known.rs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pub static LIST_ARCHS: &[&str] = &[
22
"aarch64",
33
"aarch64_be",
4+
"amdgcn",
45
"arm",
56
"arm64_32",
67
"arm64e",
@@ -75,6 +76,7 @@ pub static LIST_ARCHS: &[&str] = &[
7576
"xtensa",
7677
];
7778
pub static LIST_OSES: &[&str] = &[
79+
"amd-amdhsa",
7880
"apple-darwin",
7981
"apple-ios",
8082
"apple-tvos",
@@ -91,13 +93,16 @@ pub static LIST_OSES: &[&str] = &[
9193
"ibm-aix",
9294
"kmc-solid_asp3",
9395
"linux",
96+
"lynx-lynxos178",
97+
"mti-none",
9498
"nintendo-3ds",
9599
"nintendo-switch",
96100
"none",
97101
"nuttx-eabi",
98102
"nuttx-eabihf",
99103
"nvidia-cuda",
100104
"openwrt-linux",
105+
"pc-cygwin",
101106
"pc-nto",
102107
"pc-solaris",
103108
"pc-windows",
@@ -112,7 +117,6 @@ pub static LIST_OSES: &[&str] = &[
112117
"unknown-emscripten",
113118
"unknown-freebsd",
114119
"unknown-fuchsia",
115-
"unknown-gnu",
116120
"unknown-haiku",
117121
"unknown-hermit",
118122
"unknown-hurd",
@@ -131,7 +135,7 @@ pub static LIST_OSES: &[&str] = &[
131135
"unknown-unknown",
132136
"unknown-xous",
133137
"uwp-windows",
134-
"wasi",
138+
"wali-linux",
135139
"wasip1",
136140
"wasip1-threads",
137141
"wasip2",
@@ -141,7 +145,6 @@ pub static LIST_OSES: &[&str] = &[
141145
pub static LIST_ENVS: &[&str] = &[
142146
"android",
143147
"androideabi",
144-
"atmega328",
145148
"eabi",
146149
"eabihf",
147150
"elf",
@@ -168,6 +171,8 @@ pub static LIST_ENVS: &[&str] = &[
168171
"ohos",
169172
"qnx700",
170173
"qnx710",
174+
"qnx710_iosock",
175+
"qnx800",
171176
"sgx",
172177
"sim",
173178
"softfloat",

0 commit comments

Comments
 (0)