add maixcam gcc11.3 support

This commit is contained in:
Neucrack
2025-04-03 20:04:49 +08:00
parent 026c612ff3
commit cc67cb219b
8 changed files with 130 additions and 60 deletions

View File

@@ -185,6 +185,7 @@ def rebuild(build_path, configs, toolchain_info, verbose):
"sha256sum": toolchain_info['sha256sum'],
"filename": toolchain_info['filename'],
"path": toolchain_info['path'],
"check_files": toolchain_info.get("check_files", [])
}
]
download_extract_files(dl_info)