[Bug time/31916] FAIL to build with toolchain predefines _TIME_BIT=64

adhemerval.zanella at linaro dot org sourceware-bugzilla@sourceware.org
Tue Jun 25 14:02:24 GMT 2024


https://sourceware.org/bugzilla/show_bug.cgi?id=31916

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adhemerval.zanella at linaro dot o
                   |                            |rg

--- Comment #3 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
This bug is similar to some distros that default to -D_FILE_OFFSET_BITS=64,
where glibc does not support building with such flags.  One option would to
check, at configure time, for unsupported flags (_FILE_OFFSET_BITS, _TIME_BITS,
_FORTIFY_SOURCE, etc.) and disable it altogether.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list