|
|
@@ -590,7 +590,8 @@ load_target_info_section(const uint8 *buf, const uint8 *buf_end,
|
|
|
}
|
|
|
|
|
|
/* for backwards compatibility with previous wamrc aot files */
|
|
|
- if (!strcmp(target_info.arch, "arm64"))
|
|
|
+ if (!strcmp(target_info.arch, "arm64")
|
|
|
+ || !strcmp(target_info.arch, "aarch64"))
|
|
|
bh_strcpy_s(target_info.arch, sizeof(target_info.arch), "aarch64v8");
|
|
|
|
|
|
/* Check machine info */
|