feat: support arm/risc64/avr for compiler rt

This commit is contained in:
Haolan
2025-09-01 16:33:19 +08:00
parent 012a5d7d69
commit 8ecbfe9ade
2 changed files with 72 additions and 1 deletions

View File

@@ -54,7 +54,6 @@ func (g CompileGroup) Compile(outputDir, cc, linkerName string, extraCCFlags, ex
if err != nil {
return
}
fmt.Fprintf(os.Stderr, "Compile file %s to %s...\n", file, tempObjFile.Name())
lang := "c"
if filepath.Ext(file) == ".S" {