File tree Expand file tree Collapse file tree 4 files changed +0
-4185
lines changed Expand file tree Collapse file tree 4 files changed +0
-4185
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ targets = [
67
67
" mips64-unknown-linux-muslabi64" ,
68
68
" mips64el-unknown-linux-gnuabi64" ,
69
69
" mips64el-unknown-linux-muslabi64" ,
70
- " mipsel-sony-psp" ,
71
70
" mipsel-unknown-linux-gnu" ,
72
71
" mipsel-unknown-linux-musl" ,
73
72
" nvptx64-nvidia-cuda" ,
Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ mips64el-unknown-linux-gnuabi64 \
238
238
mips64el-unknown-linux-muslabi64 \
239
239
mipsel-unknown-linux-gnu \
240
240
mipsel-unknown-linux-musl \
241
- mipsel-sony-psp \
242
241
nvptx64-nvidia-cuda \
243
242
powerpc-unknown-linux-gnuspe \
244
243
powerpc-unknown-netbsd \
Original file line number Diff line number Diff line change @@ -105,12 +105,6 @@ cfg_if! {
105
105
106
106
mod switch;
107
107
pub use switch:: * ;
108
- } else if #[ cfg( target_os = "psp" ) ] {
109
- mod fixed_width_ints;
110
- pub use fixed_width_ints:: * ;
111
-
112
- mod psp;
113
- pub use psp:: * ;
114
108
} else if #[ cfg( target_os = "vxworks" ) ] {
115
109
mod fixed_width_ints;
116
110
pub use fixed_width_ints:: * ;
You can’t perform that action at this time.
0 commit comments