zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit c0e391e94ab34cb2fcfd85c5c9f93aed8ec1ba79 (tree)
parent 75d142c3c78ef786801dcf85f44d16a6530f02d2
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sun, 23 Dec 2018 18:30:13 -0500

self-hosted: add hurd os to switch

Diffstat:
Msrc-self-hosted/target.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src-self-hosted/target.zig b/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"), } }