diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2024-08-10 17:38:49 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2024-08-12 08:59:49 +0200 |
| commit | e211dce6fc7fecfea69acf548e751677879088b5 (patch) | |
| tree | 8aa454517dbf56800d598485b59fdd0f29c6268c /lib/std/Target.zig | |
| parent | 4d4a023042f7a60fe0cac618df1d7e98cbb322a4 (diff) | |
| download | zig-e211dce6fc7fecfea69acf548e751677879088b5.tar.gz zig-e211dce6fc7fecfea69acf548e751677879088b5.zip | |
std.Target: Remove minix OS tag.
It has not seen development in 6 years. RIP.
* https://github.com/Stichting-MINIX-Research-Foundation/minix/commits/master
* https://groups.google.com/g/minix3/c/nUG1NwxXXkg
Diffstat (limited to 'lib/std/Target.zig')
| -rw-r--r-- | lib/std/Target.zig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/std/Target.zig b/lib/std/Target.zig index 9c87f4c425..f5bba9f2ee 100644 --- a/lib/std/Target.zig +++ b/lib/std/Target.zig @@ -29,7 +29,6 @@ pub const Os = struct { hurd, linux, liteos, - minix, plan9, rtems, serenity, @@ -151,7 +150,6 @@ pub const Os = struct { .ps3, .zos, .haiku, - .minix, .rtems, .aix, .cuda, @@ -382,7 +380,6 @@ pub const Os = struct { .ps3, .zos, .haiku, - .minix, .rtems, .aix, .cuda, @@ -580,7 +577,6 @@ pub const Os = struct { .fuchsia, .ps3, .zos, - .minix, .rtems, .aix, .cuda, @@ -685,7 +681,6 @@ pub const Abi = enum { .dragonfly, .ps3, .zos, - .minix, .rtems, .aix, .cuda, @@ -1843,7 +1838,6 @@ pub const DynamicLinker = struct { .fuchsia, .ps3, .zos, - .minix, .rtems, .aix, .cuda, @@ -2144,7 +2138,6 @@ pub fn c_type_bit_size(target: Target, c_type: CType) u16 { .illumos, .haiku, .fuchsia, - .minix, .serenity, => switch (target.cpu.arch) { .msp430 => switch (c_type) { |
