]> git.proxmox.com Git - mirror_qemu.git/commitdiff
disabled dyngen for x86 target
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 21 May 2008 19:17:29 +0000 (19:17 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 21 May 2008 19:17:29 +0000 (19:17 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4519 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index c1ab8506b5ea5dbe465f0b0adafc55704d012a93..6b84f2098575125a7694ec4343a74fd3edbbbc2f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1193,14 +1193,12 @@ echo "#define CONFIG_QEMU_PREFIX \"$interp_prefix1\"" >> $config_h
 case "$target_cpu" in
   i386)
     echo "TARGET_ARCH=i386" >> $config_mak
-    echo "CONFIG_DYNGEN_OP=yes" >> $config_mak
     echo "#define TARGET_ARCH \"i386\"" >> $config_h
     echo "#define TARGET_I386 1" >> $config_h
     if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "i386"
     then
       echo "#define USE_KQEMU 1" >> $config_h
     fi
-    echo "#define CONFIG_DYNGEN_OP 1" >> $config_h
     gcc3minver=`$cc --version 2> /dev/null| fgrep "(GCC) 3." | awk '{ print $3 }' | cut -f2 -d.`
     if test -n "$gcc3minver" -a $gcc3minver -gt 3
     then
@@ -1211,7 +1209,6 @@ case "$target_cpu" in
   ;;
   x86_64)
     echo "TARGET_ARCH=x86_64" >> $config_mak
-    echo "CONFIG_DYNGEN_OP=yes" >> $config_mak
     echo "#define TARGET_ARCH \"x86_64\"" >> $config_h
     echo "#define TARGET_I386 1" >> $config_h
     echo "#define TARGET_X86_64 1" >> $config_h
@@ -1219,7 +1216,6 @@ case "$target_cpu" in
     then
       echo "#define USE_KQEMU 1" >> $config_h
     fi
-    echo "#define CONFIG_DYNGEN_OP 1" >> $config_h
   ;;
   alpha)
     echo "TARGET_ARCH=alpha" >> $config_mak