From: "Mian M. Hamayun" <m.hama...@virtualopensystems.com> Signed-off-by: Mian M. Hamayun <m.hama...@virtualopensystems.com> --- configure | 1 + 1 file changed, 1 insertion(+)
diff --git a/configure b/configure index 7298b69..dbaf56f 100755 --- a/configure +++ b/configure @@ -4485,6 +4485,7 @@ case "$target_name" in # Make sure the target and host cpus are compatible if test "$kvm" = "yes" -a "$target_softmmu" = "yes" -a \ \( "$target_name" = "$cpu" -o \ + \( "$target_name" = "arm" -a "$cpu" = "aarch64" \) -o \ \( "$target_name" = "ppcemb" -a "$cpu" = "ppc" \) -o \ \( "$target_name" = "ppc64" -a "$cpu" = "ppc" \) -o \ \( "$target_name" = "ppc" -a "$cpu" = "ppc64" \) -o \ -- 1.8.1.2