Page MenuHomeFreeBSD

Drop builtin float.h for amd64-gcc.
ClosedPublic

Authored by jhb on Jun 29 2018, 8:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 21, 10:57 PM
Unknown Object (File)
Mon, May 18, 2:11 AM
Unknown Object (File)
Mon, May 18, 2:11 AM
Unknown Object (File)
Mon, May 18, 2:11 AM
Unknown Object (File)
Mon, May 18, 2:01 AM
Unknown Object (File)
Wed, May 6, 11:35 PM
Unknown Object (File)
Tue, Apr 28, 8:26 PM
Unknown Object (File)
Mon, Apr 27, 12:37 AM
Subscribers

Details

Summary

GCC's builtin <float.h> header is not compatible with
sys/x86/include/float.h. Drop the builtin header for now. If at
some point GCC's notion of floating point constants for i386 can
converge with sys/x86/include/float.h this can be restored.

Test Plan
  • built recent world and ran into build failure in lib32 libm after --sysroot fixes

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable