qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4519] disabled dyngen for x86 target
@ 2008-05-21 19:17 Fabrice Bellard
  0 siblings, 0 replies; only message in thread
From: Fabrice Bellard @ 2008-05-21 19:17 UTC (permalink / raw)
  To: qemu-devel

Revision: 4519
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4519
Author:   bellard
Date:     2008-05-21 19:17:29 +0000 (Wed, 21 May 2008)

Log Message:
-----------
disabled dyngen for x86 target

Modified Paths:
--------------
    trunk/configure

Modified: trunk/configure
===================================================================
--- trunk/configure	2008-05-21 19:16:45 UTC (rev 4518)
+++ trunk/configure	2008-05-21 19:17:29 UTC (rev 4519)
@@ -1193,14 +1193,12 @@
 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 @@
   ;;
   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 @@
     then
       echo "#define USE_KQEMU 1" >> $config_h
     fi
-    echo "#define CONFIG_DYNGEN_OP 1" >> $config_h
   ;;
   alpha)
     echo "TARGET_ARCH=alpha" >> $config_mak

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-21 19:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 19:17 [Qemu-devel] [4519] disabled dyngen for x86 target Fabrice Bellard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).