File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ cfg_if::cfg_if! {
50
50
} else if #[ cfg( any(
51
51
all( target_family = "windows" , target_env = "gnu" ) ,
52
52
target_os = "cloudabi" ,
53
+ target_os = "psp" ,
53
54
target_family = "unix" ,
54
55
all( target_vendor = "fortanix" , target_env = "sgx" ) ,
55
56
) ) ] {
@@ -65,7 +66,6 @@ cfg_if::cfg_if! {
65
66
// - os=uefi
66
67
// - nvptx64-nvidia-cuda
67
68
// - avr-unknown-unknown
68
- // - mipsel-sony-psp
69
69
#[ path = "dummy.rs" ]
70
70
mod real_imp;
71
71
}
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ cfg_if::cfg_if! {
19
19
} else if #[ cfg( any(
20
20
unix,
21
21
windows,
22
+ target_os = "psp" ,
22
23
target_os = "cloudabi" ,
23
24
all( target_vendor = "fortanix" , target_env = "sgx" ) ,
24
25
) ) ] {
@@ -32,7 +33,6 @@ cfg_if::cfg_if! {
32
33
// - os=uefi
33
34
// - os=cuda
34
35
// - nvptx64-nvidia-cuda
35
- // - mipsel-sony-psp
36
36
// - Any new targets not listed above.
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments