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)
Wed, Jun 24, 7:34 AM
Unknown Object (File)
Sun, Jun 21, 7:05 PM
Unknown Object (File)
Sun, Jun 21, 12:54 PM
Unknown Object (File)
Thu, Jun 18, 6:49 PM
Unknown Object (File)
Thu, Jun 18, 5:20 AM
Unknown Object (File)
Sat, Jun 13, 8:33 PM
Unknown Object (File)
May 21 2026, 10:57 PM
Unknown Object (File)
May 18 2026, 2:11 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