From: blueswir1 Date: Sat, 10 May 2008 17:23:18 +0000 (+0000) Subject: Fix ppcemb-softmmu (Stuart Brady) X-Git-Tag: xen-3.3.0-rc1~194^2^2~38 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ec5b78cdc9cc8585bd9f85b0cdd4db0cd5c49e13;p=qemu-xen-4.6-testing.git Fix ppcemb-softmmu (Stuart Brady) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4414 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/configure b/configure index 48e25666b..c1ab8506b 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