Add mips architectures to conditional-compile test
This commit is contained in:
parent
5740f94fed
commit
246e7492af
1 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,12 @@ pub fn main() { }
|
|||
#[cfg(target_arch = "aarch64")]
|
||||
pub fn main() { }
|
||||
|
||||
#[cfg(target_arch = "mips")]
|
||||
pub fn main() { }
|
||||
|
||||
#[cfg(target_arch = "mips64")]
|
||||
pub fn main() { }
|
||||
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
pub fn main() { }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue