提交 9a06864a 编写于 作者: 李滨

Merge branch 'armhf' into 'master'

fix: change the armlinux abi from armeabi-v7a to armhf

See merge request deep-computing/mace!1260
......@@ -354,12 +354,12 @@ def get_build_model_dirs(library_name,
def abi_to_internal(abi):
if abi in [ABIType.armeabi_v7a, ABIType.arm64_v8a]:
if abi in [ABIType.armeabi_v7a, ABIType.arm64_v8a, ABIType.armhf]:
return abi
if abi == ABIType.arm64:
return ABIType.aarch64
if abi == ABIType.armhf:
return ABIType.armeabi_v7a
else:
mace_check(False, "abi not supported")
def infer_toolchain(abi):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册