Jay Petacat 70a9a3a562 stage1: Fix other OS target
PR #7827 added some new `std.Target.Os.Tag` before `other`.
The corresponding enum in stage1.h was not updated, which caused a
mismatch in the underlying integer values. While attempting to target
`other`, I encountered crashes.

This PR updates the stage1.h enum to include the added OS tags.
The new tags also had to be added to various switch cases to fix
compiler warnings, but have not been tested in any way.
2021-05-05 03:15:44 -04:00
..
2021-05-05 03:15:44 -04:00
2021-04-08 22:38:13 -07:00
2021-04-06 18:17:37 -07:00
2021-04-08 05:26:56 +08:00
2021-02-10 11:50:55 -08:00
2020-09-21 18:38:55 -07:00
2021-04-06 18:17:37 -07:00
2020-12-16 12:18:14 +01:00
2020-12-16 12:18:14 +01:00
2021-04-08 22:38:13 -07:00