summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-06-10 10:46:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-06-10 10:46:43 +0200
commitd3a86aa756f17e0afd5d4ec634c88fc2f3f1587a (patch)
tree093626749ac964e828d3cbdcbb422d5f6f5b0458
parent21668b107a41b6bf29df1dd1245f8a764b92d52a (diff)
config: enable TIME64 by default
-rw-r--r--extra/Configs/Config.in3
1 files changed, 1 insertions, 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.