support for mips32r6 as a target_arch value
This commit is contained in:
parent
a132b3ec03
commit
d3727148a0
16 changed files with 29 additions and 14 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue