From 3d8b5e59166ce2dcfe645fc3ae2eafe5eab112f6 Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Sat, 10 Aug 2024 10:23:12 +0800 Subject: [PATCH] feat: support ppc64 power10 --- script/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/build.sh b/script/build.sh index 8a08142f..7c584ea3 100755 --- a/script/build.sh +++ b/script/build.sh @@ -686,6 +686,8 @@ function buildTarget() { buildTargetWithMicro "power8" "${build_env[@]}" echo buildTargetWithMicro "power9" "${build_env[@]}" + echo + buildTargetWithMicro "power10" "${build_env[@]}" ;; "wasm") echo