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 rename omit_pkg_fetching_code to only_core_functionality 2023-05-17 16:00:24 -07:00
FuncGen.h wasm2c: reuse locals 2022-12-09 03:45:29 -05:00
InputStream.h remove the zstd mechanism from the build process 2022-12-09 20:59:13 -07:00
panic.h use zig-wasm2c for bootstrapping 2022-12-06 12:15:04 -07:00
wasi.c Module: rewrite zir caching logic 2023-03-08 00:00:52 -05:00
wasm.h use zig-wasm2c for bootstrapping 2022-12-06 12:15:04 -07:00
wasm2c.c wasm2c: reuse locals 2022-12-09 03:45:29 -05:00
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