Skip to content

Commit

Permalink
tools/coreutils: remove 64-bit time disable flag
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: openwrt#15799
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
mcprat authored and robimarko committed Jun 27, 2024
1 parent 39e8ef3 commit 4710134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/coreutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ HOST_GNULIB_SKIP := \
lib/locale.in.h

HOST_CONFIGURE_ARGS += \
--disable-year2038 \
--enable-install-program=$(subst $(space),$(comma),$(strip $(PKG_PROGRAMS)))

HOST_MAKE_FLAGS += \
Expand Down

0 comments on commit 4710134

Please sign in to comment.