This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building GCC
- From: Ian Lance Taylor <iant at google dot com>
- To: Angelo Graziosi <angelo dot graziosi at alice dot it>
- Cc: GCC <gcc at gcc dot gnu dot org>
- Date: Fri, 24 Jul 2009 08:19:15 -0700
- Subject: Re: Building GCC
- References: <4A69735E.4080803@alice.it>
Angelo Graziosi <angelo.graziosi@alice.it> writes:
> What it the best? DPD or BID?
The question is not appropriate for the gcc@gcc.gnu.org mailing list,
which is for gcc developers. It would be appropriate for
gcc-help@gcc.gnu.org. Please take any followups to gcc-help. Thanks.
You neglected to mention which version of gcc you are building. The
decimal float support is relatively new.
If you are using an x86 processor, as you suggested by mentioning
cygwin, then you should probably use BID. If you configure with simply
--enable-decimal-float on x86 you will get BID support.
Ian