summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoredgar_igl <edgar_igl>2008-05-07 15:33:57 +0000
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-07 15:33:57 +0000
commit5da6f40254df43fdcc7e420f298c1c76f74c47d6 (patch)
tree4b3d7338c8b1e19f44189929c59f80d4da9b7d5f
parentf9c473b51350c0df371108e04befd6c47dfc2e37 (diff)
CRIS: Disable softfloat and dyngen ops.
-rwxr-xr-xqemu/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu/configure b/qemu/configure
index 974a4193..34ffa10c 100755
--- a/qemu/configure
+++ b/qemu/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