tools/coreutils: remove 64-bit time disable flag
authorMichael Pratt <mcpratt@pm.me>
Tue, 25 Jun 2024 06:30:22 +0000 (02:30 -0400)
committerRobert Marko <robimarko@gmail.com>
Thu, 27 Jun 2024 07:31:53 +0000 (09:31 +0200)
commit4710134f128e9c784c3576c7f97530c11ea538ae
tree3547c9e2025c0afc584e35399d7add01252c9c12
parent39e8ef33bfd9cf52f84957f0212dbc2f3e10bece
tools/coreutils: remove 64-bit time disable flag

This was added to support building coreutils on host systems
that still only have 32-bit time support.

Because other tools now also require the flag for building
with 32-bit time when support for 64-bit time is not present,
this flag is now added to all host builds
on a variable basis using the same test before building,
so it can now be removed from specific tools.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/15799
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/coreutils/Makefile