diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2024-07-30 02:15:39 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2024-07-30 06:30:25 +0200 |
| commit | ef06e4b6e41b44b6be7417f2e29d7546aefa7b5e (patch) | |
| tree | fc3d79d9c0a787e99b0f3bac0603cdb395e6846a /lib/compiler/aro | |
| parent | c8ca05e93a5ad482279c9dd95e330ed6c1027c3b (diff) | |
| download | zig-ef06e4b6e41b44b6be7417f2e29d7546aefa7b5e.tar.gz zig-ef06e4b6e41b44b6be7417f2e29d7546aefa7b5e.zip | |
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
Diffstat (limited to 'lib/compiler/aro')
| -rw-r--r-- | lib/compiler/aro/aro/target.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/aro/aro/target.zig b/lib/compiler/aro/aro/target.zig index 1035bbaf7a..f538721281 100644 --- a/lib/compiler/aro/aro/target.zig +++ b/lib/compiler/aro/aro/target.zig @@ -614,7 +614,6 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 { const llvm_os = switch (target.os.tag) { .freestanding => "unknown", - .ananas => "ananas", .cloudabi => "cloudabi", .dragonfly => "dragonfly", .freebsd => "freebsd", |
