Commit c0e391e94a

Andrew Kelley <andrew@ziglang.org>
2018-12-24 00:30:13
self-hosted: add hurd os to switch
1 parent 75d142c
Changed files (1)
src-self-hosted
src-self-hosted/target.zig
@@ -575,6 +575,7 @@ pub const Target = union(enum) {
             builtin.Os.contiki,
             builtin.Os.amdpal,
             builtin.Os.hermit,
+            builtin.Os.hurd,
             => @panic("TODO specify the C integer type sizes for this OS"),
         }
     }