authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-12-23 18:30:13-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-12-23 18:30:13-05:00
logc0e391e94ab34cb2fcfd85c5c9f93aed8ec1ba79
tree38cc622b59b1ca95a3fda28c740e8f18559f570c
parent75d142c3c78ef786801dcf85f44d16a6530f02d2

self-hosted: add hurd os to switch


1 files changed, 1 insertions(+), 0 deletions(-)

src-self-hosted/target.zig+1
......@@ -575,6 +575,7 @@ pub const Target = union(enum) {
575575 builtin.Os.contiki,
576576 builtin.Os.amdpal,
577577 builtin.Os.hermit,
578 builtin.Os.hurd,
578579 => @panic("TODO specify the C integer type sizes for this OS"),
579580 }
580581 }