From: edgar_igl Date: Wed, 7 May 2008 15:33:57 +0000 (+0000) Subject: CRIS: Disable softfloat and dyngen ops. X-Git-Tag: xen-3.3.0-rc1~194^2^2~72 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b5e817eac16ce07270b20e93e82167e319229fd9;p=qemu-xen-3.3-testing.git CRIS: Disable softfloat and dyngen ops. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4380 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/configure b/configure index 974a4193..34ffa10c 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