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, Jan 29, 9:47 AM
Unknown Object (File)
Tue, Jan 28, 11:24 PM
Unknown Object (File)
Fri, Jan 24, 10:13 PM
Unknown Object (File)
Mon, Jan 20, 9:06 PM
Unknown Object (File)
Dec 25 2024, 4:48 PM
Unknown Object (File)
Dec 4 2024, 11:51 PM
Unknown Object (File)
Nov 22 2024, 5:30 AM
Unknown Object (File)
Nov 18 2024, 2:15 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