Skip to content

Commit

Permalink
Specify zig target format
Browse files Browse the repository at this point in the history
  • Loading branch information
erichchan999 committed May 23, 2024
1 parent 6efadf8 commit 244946e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/virtio/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const targets = [_]Target {
.cpu_model = .{ .explicit = &std.Target.arm.cpu.cortex_a53 },
.os_tag = .freestanding,
.abi = .none,
.ofmt = .elf,
},
},
.{
Expand All @@ -38,6 +39,7 @@ const targets = [_]Target {
.cpu_model = .{ .explicit = &std.Target.arm.cpu.cortex_a55 },
.os_tag = .freestanding,
.abi = .none,
.ofmt = .elf,
},
}
};
Expand Down

0 comments on commit 244946e

Please sign in to comment.