diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |