From d3a86aa756f17e0afd5d4ec634c88fc2f3f1587a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 10 Jun 2024 10:46:43 +0200 Subject: config: enable TIME64 by default --- extra/Configs/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 354d22eed..454b6ddb8 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1040,8 +1040,7 @@ config UCLIBC_USE_TIME64 TARGET_sh || \ TARGET_xtensa # TODO: add support for other architectures - default y if TARGET_riscv32 - default n + default y help Replace 32bit syscalls to their 64/time64 analog if possible. -- cgit v1.2.3