From c0e391e94ab34cb2fcfd85c5c9f93aed8ec1ba79 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 23 Dec 2018 18:30:13 -0500 Subject: [PATCH] self-hosted: add hurd os to switch --- src-self-hosted/target.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src-self-hosted/target.zig b/src-self-hosted/target.zig index 2c3d944a8..f541d6efb 100644 --- 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"), } }