qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] fix compilation of ppcemb-softmmu


From: Stuart Brady
Subject: [Qemu-devel] [PATCH] fix compilation of ppcemb-softmmu
Date: Sat, 10 May 2008 16:00:26 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

The included patch fixes compilation of ppcemb-softmmu (broken by r4412).

diff -urN qemu-orig/configure qemu-new/configure
--- qemu-orig/configure 2008-05-10 15:53:30.000000000 +0100
+++ qemu-new/configure  2008-05-10 15:47:18.000000000 +0100
@@ -1286,6 +1286,7 @@
     echo "#define TARGET_ARCH \"ppcemb\"" >> $config_h
     echo "#define TARGET_PPC 1" >> $config_h
     echo "#define TARGET_PPCEMB 1" >> $config_h
+    echo "#define CONFIG_DYNGEN_OP 1" >> $config_h
   ;;
   ppc64)
     echo "TARGET_ARCH=ppc64" >> $config_mak
-- 
Stuart Brady




reply via email to

[Prev in Thread] Current Thread [Next in Thread]