rustc: MIPS32 support
This commit is contained in:
parent
0ecd9e03ff
commit
5150b9811b
18 changed files with 164 additions and 11 deletions
|
@ -91,6 +91,7 @@ pub pure fn Path(s: &str) -> Path {
|
|||
mod stat {
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
pub mod arch {
|
||||
use libc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue