File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
pub static LIST_ARCHS : & [ & str ] = & [
2
2
"aarch64" ,
3
3
"aarch64_be" ,
4
+ "amdgcn" ,
4
5
"arm" ,
5
6
"arm64_32" ,
6
7
"arm64e" ,
@@ -75,6 +76,7 @@ pub static LIST_ARCHS: &[&str] = &[
75
76
"xtensa" ,
76
77
] ;
77
78
pub static LIST_OSES : & [ & str ] = & [
79
+ "amd-amdhsa" ,
78
80
"apple-darwin" ,
79
81
"apple-ios" ,
80
82
"apple-tvos" ,
@@ -91,13 +93,16 @@ pub static LIST_OSES: &[&str] = &[
91
93
"ibm-aix" ,
92
94
"kmc-solid_asp3" ,
93
95
"linux" ,
96
+ "lynx-lynxos178" ,
97
+ "mti-none" ,
94
98
"nintendo-3ds" ,
95
99
"nintendo-switch" ,
96
100
"none" ,
97
101
"nuttx-eabi" ,
98
102
"nuttx-eabihf" ,
99
103
"nvidia-cuda" ,
100
104
"openwrt-linux" ,
105
+ "pc-cygwin" ,
101
106
"pc-nto" ,
102
107
"pc-solaris" ,
103
108
"pc-windows" ,
@@ -112,7 +117,6 @@ pub static LIST_OSES: &[&str] = &[
112
117
"unknown-emscripten" ,
113
118
"unknown-freebsd" ,
114
119
"unknown-fuchsia" ,
115
- "unknown-gnu" ,
116
120
"unknown-haiku" ,
117
121
"unknown-hermit" ,
118
122
"unknown-hurd" ,
@@ -131,7 +135,7 @@ pub static LIST_OSES: &[&str] = &[
131
135
"unknown-unknown" ,
132
136
"unknown-xous" ,
133
137
"uwp-windows" ,
134
- "wasi " ,
138
+ "wali-linux " ,
135
139
"wasip1" ,
136
140
"wasip1-threads" ,
137
141
"wasip2" ,
@@ -141,7 +145,6 @@ pub static LIST_OSES: &[&str] = &[
141
145
pub static LIST_ENVS : & [ & str ] = & [
142
146
"android" ,
143
147
"androideabi" ,
144
- "atmega328" ,
145
148
"eabi" ,
146
149
"eabihf" ,
147
150
"elf" ,
@@ -168,6 +171,8 @@ pub static LIST_ENVS: &[&str] = &[
168
171
"ohos" ,
169
172
"qnx700" ,
170
173
"qnx710" ,
174
+ "qnx710_iosock" ,
175
+ "qnx800" ,
171
176
"sgx" ,
172
177
"sim" ,
173
178
"softfloat" ,
You can’t perform that action at this time.
0 commit comments