mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 10:45:18 +00:00
support for mips32r6 as a target_arch value
This commit is contained in:
parent
5277ea10b5
commit
f2dded27f8
@ -10,6 +10,7 @@
|
||||
#[cfg(any(target_arch = "x86",
|
||||
target_arch = "arm",
|
||||
target_arch = "mips",
|
||||
target_arch = "mips32r6",
|
||||
target_arch = "powerpc",
|
||||
target_arch = "powerpc64"))]
|
||||
const MIN_ALIGN: usize = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user