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)
Mon, Jun 30, 7:27 AM
Unknown Object (File)
Sat, Jun 28, 9:58 AM
Unknown Object (File)
Thu, Jun 26, 7:09 PM
Unknown Object (File)
Sun, Jun 22, 2:25 PM
Unknown Object (File)
Mon, Jun 16, 2:54 PM
Unknown Object (File)
Sun, Jun 15, 8:08 AM
Unknown Object (File)
Sat, Jun 14, 7:11 PM
Unknown Object (File)
Thu, Jun 12, 7:01 PM
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