File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ dependencies = [
62
62
[[package ]]
63
63
name = " compiler_builtins"
64
64
version = " 0.1.146"
65
- source = " registry+https://github.com/rust-lang/crates.io-index"
66
- checksum = " a97117b1434b79833f39a5fabdf82f890bd98c1988334dea1cb67f7e627fa311"
65
+ source = " git+https://github.com/martn3/compiler-builtins.git?branch=f16-mips#b15a085cf1ca4b8e9d31b56dd564bb8954306ae5"
67
66
dependencies = [
68
67
" cc" ,
69
68
" rustc-std-workspace-core" ,
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ object.debug = 0
41
41
rustc-demangle.debug = 0
42
42
43
43
[patch .crates-io ]
44
+ compiler_builtins = { git = ' https://github.com/martn3/compiler-builtins.git' , branch = " f16-mips" }
44
45
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
45
46
# here
46
47
rustc-std-workspace-core = { path = ' rustc-std-workspace-core' }
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ fn main() {
107
107
( "csky" , _) => false ,
108
108
( "hexagon" , _) => false ,
109
109
( "loongarch64" , _) => false ,
110
- ( "mips" | "mips64" | "mips32r6" | "mips64r6" , _) => false ,
111
110
( "powerpc" | "powerpc64" , _) => false ,
112
111
( "sparc" | "sparc64" , _) => false ,
113
112
( "wasm32" | "wasm64" , _) => false ,
You can’t perform that action at this time.
0 commit comments