SS: fix for linux/aarch64

This commit is contained in:
kanjitalk755 2024-01-20 14:34:21 +09:00
parent 3176aa887d
commit 0a1d9c35bf
1 changed files with 5 additions and 3 deletions

View File

@ -1263,9 +1263,11 @@ EOF
fi
fi
if [[ "$target_cpu" = "arm" -o "$target_cpu" = "aarch64" ]]; then
AC_DEFINE_UNQUOTED(NATMEM_OFFSET, 0x400000000000, [Define constant offset for Mac address translation])
fi
case "$host" in
arm-apple-*)
AC_DEFINE_UNQUOTED(NATMEM_OFFSET, 0x400000000000, [Define constant offset for Mac address translation])
;;
esac
AC_MSG_RESULT($WANT_ADDRESSING_MODE)