support for mips32r6 as a target_arch value
This commit is contained in:
parent
a132b3ec03
commit
d3727148a0
16 changed files with 29 additions and 14 deletions
|
@ -94,7 +94,7 @@ mod arch {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[cfg(any(target_arch = "mips", target_arch = "mips32r6"))]
|
||||
mod arch {
|
||||
use crate::os::raw::{c_long, c_ulong};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue