1
Fork 0

Add powerpc64 and powerpc64le support

This adds support for big endian and little endian PowerPC64.
make check runs clean apart from one big endian backtrace issue.
This commit is contained in:
Anton Blanchard 2015-12-28 21:09:06 +00:00
parent 49c3827790
commit b372910476
26 changed files with 445 additions and 24 deletions

View file

@ -205,7 +205,8 @@ mod arch {
}
}
#[cfg(target_arch = "x86_64")]
#[cfg(any(target_arch = "x86_64", target_arch = "powerpc64",
target_arch = "powerpc64le"))]
mod arch {
use super::{dev_t, mode_t};
use os::raw::{c_long, c_int};