From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4380] CRIS: Disable softfloat and dyngen ops.
Date: Wed, 07 May 2008 15:33:57 +0000 [thread overview]
Message-ID: <E1JtleX-0003xA-Mb@cvs.savannah.gnu.org> (raw)
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
next reply other threads:[~2008-05-07 15:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-07 15:33 Edgar E. Iglesias [this message]
2008-05-08 21:28 ` [Qemu-devel] [4380] CRIS: Disable softfloat and dyngen ops Aurelien Jarno
2008-05-08 22:26 ` Edgar E. Iglesias
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1JtleX-0003xA-Mb@cvs.savannah.gnu.org \
--to=edgar.iglesias@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.