1
Fork 0

rustc: MIPS32 support

This commit is contained in:
Jyun-Yan You 2013-01-29 22:28:08 +08:00 committed by Brian Anderson
parent 0ecd9e03ff
commit 5150b9811b
18 changed files with 164 additions and 11 deletions

View file

@ -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;