Add aarch64 build and upload / strip binary

This commit is contained in:
Takumi Sueda
2022-10-26 04:02:42 +09:00
parent be52ae0cce
commit d11d956452
2 changed files with 55 additions and 14 deletions

View File

@@ -216,6 +216,7 @@ function configure_module()
function configure_host_module()
{
configure_module "$@" \
--build=$(gcc -dumpmachine) \
--host=${HOST} \
--target=${TARGET}
}