summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-31 03:49:36 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-31 03:49:36 +0000
commit663715fbe2f63d651458179952f70769ab38f6f9 (patch)
tree07a2f30b5a7eba82612862d87b2185a9767a6592 /configure
parente677137d996983b614c6612e9c09cb7742169045 (diff)
downloadhqemu-663715fbe2f63d651458179952f70769ab38f6f9.zip
hqemu-663715fbe2f63d651458179952f70769ab38f6f9.tar.gz
ARM TCG conversion 16/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4153 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 470d435..85cb68a 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
OpenPOWER on IntegriCloud