summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoredgar_igl2008-05-07 17:33:57 +0200
committeredgar_igl2008-05-07 17:33:57 +0200
commitb5e817eac16ce07270b20e93e82167e319229fd9 (patch)
treef2d380d850f402db4ebcc6b8979cd6c75eb4c565 /configure
parentDelete redundant prototype. (diff)
downloadqemu-b5e817eac16ce07270b20e93e82167e319229fd9.tar.gz
qemu-b5e817eac16ce07270b20e93e82167e319229fd9.tar.xz
qemu-b5e817eac16ce07270b20e93e82167e319229fd9.zip
CRIS: Disable softfloat and dyngen ops.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4380 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 974a4193d4..34ffa10c5e 100755
--- a/configure
+++ b/configure
@@ -1232,10 +1232,10 @@ case "$target_cpu" in
;;
cris)
echo "TARGET_ARCH=cris" >> $config_mak
+ echo "CONFIG_NO_DYNGEN_OP=yes" >> $config_mak
echo "#define TARGET_ARCH \"cris\"" >> $config_h
echo "#define TARGET_CRIS 1" >> $config_h
- echo "CONFIG_SOFTFLOAT=yes" >> $config_mak
- echo "#define CONFIG_SOFTFLOAT 1" >> $config_h
+ echo "#define CONFIG_NO_DYNGEN_OP 1" >> $config_h
;;
m68k)
echo "TARGET_ARCH=m68k" >> $config_mak