zig/stage1
Xavier Bouchoux 69d6f2e1b8 build.zig: add support for using "zig c++" as the bootstrap c++ compiler
The build was previously failing with `error: unknown command: -print-file-name=libstdc++.a`
because the command invocation was
`zig -print-file-name=libstdc++.a`
instead of
`zig c++ -print-file-name=libstdc++.a`

note: .cxx_compiler_arg1 = "" instead of undefined to avoid breaking existing setups without requiring to run cmake again.
2023-10-16 23:07:04 +02:00
..
config.h.in build.zig: add support for using "zig c++" as the bootstrap c++ compiler 2023-10-16 23:07:04 +02:00
config.zig.in
FuncGen.h
InputStream.h
panic.h
wasi.c
wasm.h
wasm2c.c
zig.h update zig1.wasm 2023-09-27 11:30:02 -07:00
zig1.wasm update zig1.wasm 2023-10-03 14:58:13 -07:00