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, Oct 16, 10:19 AM
Unknown Object (File)
Thu, Oct 16, 7:09 AM
Unknown Object (File)
Tue, Oct 14, 11:10 PM
Unknown Object (File)
Sun, Oct 12, 7:39 PM
Unknown Object (File)
Sat, Oct 11, 3:00 AM
Unknown Object (File)
Sun, Oct 5, 3:49 AM
Unknown Object (File)
Sat, Oct 4, 3:18 AM
Unknown Object (File)
Tue, Sep 23, 1:28 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