Commit 2585afbde9dc9efe4c70490bce5bb120db2f4c37

Authored by bellard
1 parent 8e1c85e3

disabled dyngen for x86 target

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4519 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 4 deletions
configure
@@ -1193,14 +1193,12 @@ echo "#define CONFIG_QEMU_PREFIX \"$interp_prefix1\"" >> $config_h @@ -1193,14 +1193,12 @@ echo "#define CONFIG_QEMU_PREFIX \"$interp_prefix1\"" >> $config_h
1193 case "$target_cpu" in 1193 case "$target_cpu" in
1194 i386) 1194 i386)
1195 echo "TARGET_ARCH=i386" >> $config_mak 1195 echo "TARGET_ARCH=i386" >> $config_mak
1196 - echo "CONFIG_DYNGEN_OP=yes" >> $config_mak  
1197 echo "#define TARGET_ARCH \"i386\"" >> $config_h 1196 echo "#define TARGET_ARCH \"i386\"" >> $config_h
1198 echo "#define TARGET_I386 1" >> $config_h 1197 echo "#define TARGET_I386 1" >> $config_h
1199 if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "i386" 1198 if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "i386"
1200 then 1199 then
1201 echo "#define USE_KQEMU 1" >> $config_h 1200 echo "#define USE_KQEMU 1" >> $config_h
1202 fi 1201 fi
1203 - echo "#define CONFIG_DYNGEN_OP 1" >> $config_h  
1204 gcc3minver=`$cc --version 2> /dev/null| fgrep "(GCC) 3." | awk '{ print $3 }' | cut -f2 -d.` 1202 gcc3minver=`$cc --version 2> /dev/null| fgrep "(GCC) 3." | awk '{ print $3 }' | cut -f2 -d.`
1205 if test -n "$gcc3minver" -a $gcc3minver -gt 3 1203 if test -n "$gcc3minver" -a $gcc3minver -gt 3
1206 then 1204 then
@@ -1211,7 +1209,6 @@ case "$target_cpu" in @@ -1211,7 +1209,6 @@ case "$target_cpu" in
1211 ;; 1209 ;;
1212 x86_64) 1210 x86_64)
1213 echo "TARGET_ARCH=x86_64" >> $config_mak 1211 echo "TARGET_ARCH=x86_64" >> $config_mak
1214 - echo "CONFIG_DYNGEN_OP=yes" >> $config_mak  
1215 echo "#define TARGET_ARCH \"x86_64\"" >> $config_h 1212 echo "#define TARGET_ARCH \"x86_64\"" >> $config_h
1216 echo "#define TARGET_I386 1" >> $config_h 1213 echo "#define TARGET_I386 1" >> $config_h
1217 echo "#define TARGET_X86_64 1" >> $config_h 1214 echo "#define TARGET_X86_64 1" >> $config_h
@@ -1219,7 +1216,6 @@ case "$target_cpu" in @@ -1219,7 +1216,6 @@ case "$target_cpu" in
1219 then 1216 then
1220 echo "#define USE_KQEMU 1" >> $config_h 1217 echo "#define USE_KQEMU 1" >> $config_h
1221 fi 1218 fi
1222 - echo "#define CONFIG_DYNGEN_OP 1" >> $config_h  
1223 ;; 1219 ;;
1224 alpha) 1220 alpha)
1225 echo "TARGET_ARCH=alpha" >> $config_mak 1221 echo "TARGET_ARCH=alpha" >> $config_mak