Update 2025-08-27

This commit is contained in:
2025-08-27 19:39:55 +03:00
parent b152e7546b
commit 33b6e35592
635 changed files with 56259 additions and 17 deletions

View File

@@ -0,0 +1,28 @@
[default_config]
version = "0.10.0"
assembler = "gas"
instruction_set = "riscv"
[default_config.opts]
compiler = "zig"
compile_flags_txt = [
"cc",
"-x",
"assembler-with-cpp",
"-g",
"-Wall",
"-Wextra",
"-pedantic",
"-pedantic-errors",
"-std=c2y",
"-target",
"aarch64-linux-musl",
]
diagnostics = true
default_diagnostics = false
[project.opts]
compiler = "zig"
compile_flags_txt = [ ]
diagnostics = true
default_diagnostics = false