qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4380] CRIS: Disable softfloat and dyngen ops.
@ 2008-05-07 15:33 Edgar E. Iglesias
  2008-05-08 21:28 ` Aurelien Jarno
  0 siblings, 1 reply; 3+ messages in thread
From: Edgar E. Iglesias @ 2008-05-07 15:33 UTC (permalink / raw)
  To: qemu-devel

Revision: 4380
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4380
Author:   edgar_igl
Date:     2008-05-07 15:33:57 +0000 (Wed, 07 May 2008)

Log Message:
-----------
CRIS: Disable softfloat and dyngen ops.

Modified Paths:
--------------
    trunk/configure

Modified: trunk/configure
===================================================================
--- trunk/configure	2008-05-07 15:29:58 UTC (rev 4379)
+++ trunk/configure	2008-05-07 15:33:57 UTC (rev 4380)
@@ -1232,10 +1232,10 @@
   ;;
   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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-08 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 15:33 [Qemu-devel] [4380] CRIS: Disable softfloat and dyngen ops Edgar E. Iglesias
2008-05-08 21:28 ` Aurelien Jarno
2008-05-08 22:26   ` Edgar E. Iglesias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).