aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/aro
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2024-08-10 17:38:49 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2024-08-12 08:59:49 +0200
commite211dce6fc7fecfea69acf548e751677879088b5 (patch)
tree8aa454517dbf56800d598485b59fdd0f29c6268c /lib/compiler/aro
parent4d4a023042f7a60fe0cac618df1d7e98cbb322a4 (diff)
downloadzig-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/compiler/aro')
-rw-r--r--lib/compiler/aro/aro/target.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/aro/aro/target.zig b/lib/compiler/aro/aro/target.zig
index 95be478230..56acb35835 100644
--- a/lib/compiler/aro/aro/target.zig
+++ b/lib/compiler/aro/aro/target.zig
@@ -626,7 +626,6 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 {
.windows => "windows",
.zos => "zos",
.haiku => "haiku",
- .minix => "minix",
.rtems => "rtems",
.aix => "aix",
.cuda => "cuda",