Page MenuHomeFreeBSD

zoneinfo: Always produce fat zoneinfo files.
ClosedPublic

Authored by des on Jan 25 2023, 4:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 5:08 AM
Unknown Object (File)
Sep 3 2025, 5:24 AM
Unknown Object (File)
Aug 31 2025, 7:57 AM
Unknown Object (File)
Aug 14 2025, 10:53 AM
Unknown Object (File)
Aug 5 2025, 5:41 AM
Unknown Object (File)
Aug 5 2025, 3:17 AM
Unknown Object (File)
Jul 28 2025, 10:37 PM
Unknown Object (File)
Jul 28 2025, 7:34 PM
Subscribers

Details

Summary

These aren't just needed for compatibility with i386 binaries (which need
the 32-bit section), but potentially also for compatibility with older
binaries on all platforms.

Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Jan 25 2023, 4:49 PM
This revision is now accepted and ready to land.Jan 25 2023, 4:51 PM
share/zoneinfo/Makefile
83

?= doesn't quite match "Always" in the subject; presumably this is so people who know their environment can build with ZICFLAGS= and omit the compat parts?

This revision was automatically updated to reflect the committed changes.