]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Fix ppcemb-softmmu (Stuart Brady)
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 May 2008 17:23:18 +0000 (17:23 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 May 2008 17:23:18 +0000 (17:23 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4414 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index 48e25666bf6c1baed5dd347b5cc7344eba9fb638..c1ab8506b5ea5dbe465f0b0adafc55704d012a93 100755 (executable)
--- a/configure
+++ b/configure
@@ -1286,6 +1286,7 @@ case "$target_cpu" in
     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