Skip to content

Commit 33da3c3

Browse files
authored
Rollup merge of rust-lang#107154 - glaubitz:m68k-alloc, r=JohnTitor
library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnu This PR adds the missing definition of MIN_ALIGN for the m68k-unknown-linux target.
2 parents 4caa9df + 8f70b5c commit 33da3c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/sys/common/alloc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use crate::ptr;
77
#[cfg(any(
88
target_arch = "x86",
99
target_arch = "arm",
10+
target_arch = "m68k",
1011
target_arch = "mips",
1112
target_arch = "powerpc",
1213
target_arch = "powerpc64",

0 commit comments

Comments
 (0)