Page MenuHomeFreeBSD

Drop builtin float.h for amd64-gcc.
ClosedPublic

Authored by jhb on Jun 29 2018, 8:38 PM.
Tags
None
Referenced Files
F154195873: D16073.id45180.diff
Mon, Apr 27, 12:37 AM
Unknown Object (File)
Sun, Apr 26, 6:56 AM
Unknown Object (File)
Sat, Apr 25, 8:15 AM
Unknown Object (File)
Sat, Apr 25, 6:10 AM
Unknown Object (File)
Fri, Apr 24, 4:48 AM
Unknown Object (File)
Fri, Apr 24, 12:34 AM
Unknown Object (File)
Tue, Apr 21, 11:36 AM
Unknown Object (File)
Mon, Apr 20, 2:43 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