This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 4.3.0 and 4.3.1 don't build startfiles (crtXXX.o files)
On Sun, 8 Jun 2008, Denys Vlasenko wrote:
> ../../../gcc-4.3.1/libgcc/config/libbid/bid_decimal_globals.c:52:18: error: fenv.h: No such file or directory
Decimal floating point requires <fenv.h>. The DPD code only requires the
header, not any of the actual functions it declares; it looks like the BID
code requires the functions (which uClibc does provide on x86, though not
on most targets). So either configure uClibc with UCLIBC_HAS_FENV
enabled, or configure GCC with --disable-decimal-float.
--
Joseph S. Myers
joseph@codesourcery.com