feat: support ppc64 power10

This commit is contained in:
zijiren233 2024-08-10 10:23:12 +08:00
parent 91a412ac14
commit 3d8b5e5916
1 changed files with 2 additions and 0 deletions

View File

@ -686,6 +686,8 @@ function buildTarget() {
buildTargetWithMicro "power8" "${build_env[@]}"
echo
buildTargetWithMicro "power9" "${build_env[@]}"
echo
buildTargetWithMicro "power10" "${build_env[@]}"
;;
"wasm")
echo