Skip to content

Commit c1012c4

Browse files
committed
Auto merge of rust-lang#88321 - glaubitz:m68k-linux, r=wesleywiser
Add initial support for m68k This patch series adds initial support for m68k making use of the new M68k backend introduced with LLVM-13. Additional changes will be needed to be able to actually use the backend for this target.
2 parents 623d611 + 399aec6 commit c1012c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

std/src/env.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,7 @@ pub mod consts {
879879
/// - x86_64
880880
/// - arm
881881
/// - aarch64
882+
/// - m68k
882883
/// - mips
883884
/// - mips64
884885
/// - powerpc

std/src/os/linux/raw.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
2727
#[cfg(any(
2828
target_arch = "x86",
2929
target_arch = "le32",
30+
target_arch = "m68k",
3031
target_arch = "powerpc",
3132
target_arch = "sparc",
3233
target_arch = "arm",

0 commit comments

Comments
 (0)