Skip to content

Commit 8f70b5c

Browse files
committed
library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnu
1 parent b22aa57 commit 8f70b5c

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)