diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-06-10 10:46:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-06-10 10:46:43 +0200 |
commit | d3a86aa756f17e0afd5d4ec634c88fc2f3f1587a (patch) | |
tree | 093626749ac964e828d3cbdcbb422d5f6f5b0458 | |
parent | 21668b107a41b6bf29df1dd1245f8a764b92d52a (diff) |
config: enable TIME64 by default
-rw-r--r-- | extra/Configs/Config.in | 3 |
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. |