Skip to content

Commit d9de08d

Browse files
committed
library/std/sys_common: Define MIN_ALIGN for sparc-unknown-linux-gnu
1 parent 1fefba5 commit d9de08d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/sys_common/alloc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use crate::ptr;
1212
target_arch = "mips",
1313
target_arch = "powerpc",
1414
target_arch = "powerpc64",
15+
target_arch = "sparc",
1516
target_arch = "asmjs",
1617
target_arch = "wasm32",
1718
target_arch = "hexagon",

0 commit comments

Comments
 (0)