From adf82011ef33df8e4d2421e957ccdbd5bbd12ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Rebe?= Date: Mon, 21 Mar 2011 11:18:50 +0100 Subject: [PATCH] enable kvm for ppc(32) on ppc64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ppc64 is backward compatible, likewise. Signed-off-by: René Rebe Acked-by: Alexander Graf Signed-off-by: Aurelien Jarno --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index b523a6ef94..f594bfe9bf 100755 --- a/configure +++ b/configure @@ -3124,6 +3124,8 @@ case "$target_arch2" in \( "$target_arch2" = "$cpu" -o \ \( "$target_arch2" = "ppcemb" -a "$cpu" = "ppc" \) -o \ \( "$target_arch2" = "ppc64" -a "$cpu" = "ppc" \) -o \ + \( "$target_arch2" = "ppc" -a "$cpu" = "ppc64" \) -o \ + \( "$target_arch2" = "ppcemb" -a "$cpu" = "ppc64" \) -o \ \( "$target_arch2" = "x86_64" -a "$cpu" = "i386" \) -o \ \( "$target_arch2" = "i386" -a "$cpu" = "x86_64" \) \) ; then echo "CONFIG_KVM=y" >> $config_target_mak