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
This commit is contained in:
Alex Rønne Petersen
2024-08-10 17:38:49 +02:00
parent 4d4a023042
commit e211dce6fc
4 changed files with 2 additions and 12 deletions

View File

@@ -142,7 +142,6 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 {
.opengl,
.plan9,
.minix,
.contiki,
.other,
=> "unknown",
@@ -212,7 +211,6 @@ pub fn targetOs(os_tag: std.Target.Os.Tag) llvm.OSType {
.opencl,
.opengl,
.plan9,
.minix,
.contiki,
=> .UnknownOS,