On Tue, Feb 22, 2022 at 05:01:55AM -0800, Martin Leduc wrote: > I'm wondering how we can manage the Millenium bug (2038-01-19 03:15 AM) on > the ARM32 Platform. As far as I know, the Kernel 5.14 and GLibc 2.34 are > require and Honister comply to theses requirements but the bug isn't handled. > > Have you any idea on how to "enable" the differents workaround?
At the moment I think you need to build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64. This is not the default (in glibc) on aarch32 for ABI compatibility reasons, but you could add it to your global CFLAGS in your distro configuration if you wanted. p.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1482): https://lists.openembedded.org/g/openembedded-architecture/message/1482 Mute This Topic: https://lists.openembedded.org/mt/89315888/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-architecture/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
