From ec5b78cdc9cc8585bd9f85b0cdd4db0cd5c49e13 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 10 May 2008 17:23:18 +0000 Subject: [PATCH] Fix ppcemb-softmmu (Stuart Brady) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4414 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 48e25666bf..c1ab8506b5 100755 --- 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