std.Target: Remove ananas OS tag.

This is a fairly small hobby OS that has not seen development in 2 years. Our
current policy is that hobby OSs should use the `other` tag.

https://github.com/zhmu/ananas
This commit is contained in:
Alex Rønne Petersen
2024-07-30 02:15:39 +02:00
parent c8ca05e93a
commit ef06e4b6e4
3 changed files with 0 additions and 10 deletions

View File

@@ -133,7 +133,6 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 {
.opencl,
.glsl450,
.plan9,
.ananas,
.cloudabi,
.minix,
.contiki,
@@ -205,7 +204,6 @@ pub fn targetOs(os_tag: std.Target.Os.Tag) llvm.OSType {
.opencl,
.glsl450,
.plan9,
.ananas,
.cloudabi,
.minix,
.contiki,