From 663715fbe2f63d651458179952f70769ab38f6f9 Mon Sep 17 00:00:00 2001 From: pbrook Date: Mon, 31 Mar 2008 03:49:36 +0000 Subject: ARM TCG conversion 16/16. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4153 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 470d435884..85cb68a4ad 100755 --- a/configure +++ b/configure @@ -1108,8 +1108,10 @@ if test "$target_cpu" = "i386" ; then fi elif test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" ; then echo "TARGET_ARCH=arm" >> $config_mak + echo "CONFIG_NO_DYNGEN_OP=yes" >> $config_mak echo "#define TARGET_ARCH \"arm\"" >> $config_h echo "#define TARGET_ARM 1" >> $config_h + echo "#define CONFIG_NO_DYNGEN_OP 1" >> $config_h bflt="yes" elif test "$target_cpu" = "sparc" ; then echo "TARGET_ARCH=sparc" >> $config_mak -- cgit v1.2.3