zig/src-self-hosted
Maya Rashish bc10382ec1 Add NetBSD support
Mostly picking the same paths as FreeBSD.
We need a little special handling for crt files, as netbsd uses its
own (and not GCC's) for those, with slightly different names.
2019-02-17 09:17:34 +02:00
..
arg.zig std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
c_int.zig
c.zig
codegen.zig fix implicit cast error unions with non-optional to optional pointer 2019-02-14 15:48:28 -05:00
compilation.zig fix implicit cast error unions with non-optional to optional pointer 2019-02-14 15:48:28 -05:00
decl.zig
errmsg.zig std.mem.Allocator.create replaced with better API 2019-02-03 16:13:28 -05:00
introspect.zig
ir.zig fix implicit cast error unions with non-optional to optional pointer 2019-02-14 15:48:28 -05:00
libc_installation.zig Add NetBSD support 2019-02-17 09:17:34 +02:00
link.zig
llvm.zig stage2: fix llvm.zig with opaque types back to single-item pointer 2019-02-14 23:17:11 -05:00
main.zig bring zig fmt to stage1 2019-02-16 00:53:32 -05:00
package.zig std.mem.Allocator.create replaced with better API 2019-02-03 16:13:28 -05:00
scope.zig fix implicit cast error unions with non-optional to optional pointer 2019-02-14 15:48:28 -05:00
target.zig fix implicit cast error unions with non-optional to optional pointer 2019-02-14 15:48:28 -05:00
test.zig std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
type.zig fix implicit cast error unions with non-optional to optional pointer 2019-02-14 15:48:28 -05:00
value.zig stage2: fix llvm.zig with opaque types back to single-item pointer 2019-02-14 23:17:11 -05:00
visib.zig