File tree 1 file changed +24
-0
lines changed 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1384,6 +1384,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
1384
1384
unversioned_llvm_target : "i686-pc-windows-msvc" ,
1385
1385
} ,
1386
1386
) ,
1387
+ (
1388
+ "i686-win7-windows-gnu" ,
1389
+ TargetInfo {
1390
+ full_arch : "i686" ,
1391
+ arch : "x86" ,
1392
+ vendor : "win7" ,
1393
+ os : "windows" ,
1394
+ env : "gnu" ,
1395
+ abi : "" ,
1396
+ unversioned_llvm_target : "i686-pc-windows-gnu" ,
1397
+ } ,
1398
+ ) ,
1387
1399
(
1388
1400
"i686-win7-windows-msvc" ,
1389
1401
TargetInfo {
@@ -3268,6 +3280,18 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
3268
3280
unversioned_llvm_target : "x86_64-pc-windows-msvc" ,
3269
3281
} ,
3270
3282
) ,
3283
+ (
3284
+ "x86_64-win7-windows-gnu" ,
3285
+ TargetInfo {
3286
+ full_arch : "x86_64" ,
3287
+ arch : "x86_64" ,
3288
+ vendor : "win7" ,
3289
+ os : "windows" ,
3290
+ env : "gnu" ,
3291
+ abi : "" ,
3292
+ unversioned_llvm_target : "x86_64-pc-windows-gnu" ,
3293
+ } ,
3294
+ ) ,
3271
3295
(
3272
3296
"x86_64-win7-windows-msvc" ,
3273
3297
TargetInfo {
You can’t perform that action at this time.
0 commit comments