Commit ec5b78cdc9cc8585bd9f85b0cdd4db0cd5c49e13

Authored by blueswir1
1 parent a607922c

Fix ppcemb-softmmu (Stuart Brady)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4414 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
configure
@@ -1286,6 +1286,7 @@ case "$target_cpu" in @@ -1286,6 +1286,7 @@ case "$target_cpu" in
1286 echo "#define TARGET_ARCH \"ppcemb\"" >> $config_h 1286 echo "#define TARGET_ARCH \"ppcemb\"" >> $config_h
1287 echo "#define TARGET_PPC 1" >> $config_h 1287 echo "#define TARGET_PPC 1" >> $config_h
1288 echo "#define TARGET_PPCEMB 1" >> $config_h 1288 echo "#define TARGET_PPCEMB 1" >> $config_h
  1289 + echo "#define CONFIG_DYNGEN_OP 1" >> $config_h
1289 ;; 1290 ;;
1290 ppc64) 1291 ppc64)
1291 echo "TARGET_ARCH=ppc64" >> $config_mak 1292 echo "TARGET_ARCH=ppc64" >> $config_mak