Skip to content

Commit 255fc44

Browse files
committed
std.Target: fix toElfMachine() for arc/arceb
1 parent a382b7b commit 255fc44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ pub fn toElfMachine(target: *const Target) std.elf.EM {
10361036
.aarch64, .aarch64_be => .AARCH64,
10371037
.alpha => .ALPHA,
10381038
.amdgcn => .AMDGPU,
1039-
.arc, .arceb => .ARC_COMPACT,
1039+
.arc, .arceb => .ARC_COMPACT2,
10401040
.arm, .armeb, .thumb, .thumbeb => .ARM,
10411041
.avr => .AVR,
10421042
.bpfeb, .bpfel => .BPF,

0 commit comments

Comments
 (0)