self-hosted: add hurd os to switch

master
Andrew Kelley 2018-12-23 18:30:13 -05:00
parent 75d142c3c7
commit c0e391e94a
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ pub const Target = union(enum) {
builtin.Os.contiki, builtin.Os.contiki,
builtin.Os.amdpal, builtin.Os.amdpal,
builtin.Os.hermit, builtin.Os.hermit,
builtin.Os.hurd,
=> @panic("TODO specify the C integer type sizes for this OS"), => @panic("TODO specify the C integer type sizes for this OS"),
} }
} }