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)
Sun, Mar 8, 5:41 PM
Unknown Object (File)
Tue, Mar 3, 11:50 AM
Unknown Object (File)
Tue, Mar 3, 4:02 AM
Unknown Object (File)
Fri, Feb 27, 12:01 AM
Unknown Object (File)
Thu, Feb 26, 9:44 AM
Unknown Object (File)
Sat, Feb 21, 8:15 PM
Unknown Object (File)
Feb 8 2026, 4:38 AM
Unknown Object (File)
Feb 7 2026, 9:44 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.