diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-05-02 21:32:14 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-05-03 11:22:27 +0200 |
| commit | bf9b15ee67fb7577e30d66fda879b8af84f84b54 (patch) | |
| tree | c9f386546942e61d3d76dcd51100b8a24a6a0935 /lib/std/builtin.zig | |
| parent | c0ec264f756476484051f9d16ac7bc20c0a45723 (diff) | |
| download | zig-bf9b15ee67fb7577e30d66fda879b8af84f84b54.tar.gz zig-bf9b15ee67fb7577e30d66fda879b8af84f84b54.zip | |
std.Target: Add Cpu.Arch.or1k and basic target info.
Diffstat (limited to 'lib/std/builtin.zig')
| -rw-r--r-- | lib/std/builtin.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index 5e95474569..de2d8b2156 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -370,6 +370,9 @@ pub const CallingConvention = union(enum(u8)) { /// The standard `msp430` calling convention. msp430_eabi: CommonOptions, + /// The standard `or1k` calling convention. + or1k_sysv: CommonOptions, + /// The standard `propeller` calling convention. propeller_sysv: CommonOptions, |
