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 = [
6262[[package ]]
6363name = " compiler_builtins"
6464version = " 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"
6766dependencies = [
6867 " cc" ,
6968 " rustc-std-workspace-core" ,
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ object.debug = 0
4141rustc-demangle.debug = 0
4242
4343[patch .crates-io ]
44+ compiler_builtins = { git = ' https://github.com/martn3/compiler-builtins.git' , branch = " f16-mips" }
4445# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
4546# here
4647rustc-std-workspace-core = { path = ' rustc-std-workspace-core' }
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ fn main() {
107107 ( "csky" , _) => false ,
108108 ( "hexagon" , _) => false ,
109109 ( "loongarch64" , _) => false ,
110- ( "mips" | "mips64" | "mips32r6" | "mips64r6" , _) => false ,
111110 ( "powerpc" | "powerpc64" , _) => false ,
112111 ( "sparc" | "sparc64" , _) => false ,
113112 ( "wasm32" | "wasm64" , _) => false ,
You can’t perform that action at this time.
0 commit comments