summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorDmitry Chestnykh <dm.chestnykh@gmail.com>2024-03-01 17:08:37 +0300
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-02 09:05:20 +0100
commit7e5864509f2ee735108c03dc71d7bdd07c0dfa9b (patch)
tree4fc16c74b46e270c186e529bd14f161542f22e36 /extra
parent1be6cbd9c096618bdaf0f257e04ddd4ab0892fb9 (diff)
Add time64 support to ARC.
Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index bae7b4885..5f297b492 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1026,7 +1026,8 @@ config UCLIBC_FALLBACK_TO_ETC_LOCALTIME
config UCLIBC_USE_TIME64
bool "Use *time64 syscalls instead of 32bit ones (if possible)"
- depends on TARGET_arm || \
+ depends on TARGET_arc || \
+ TARGET_arm || \
(TARGET_mips && !CONFIG_MIPS_N64_ABI) || \
TARGET_or1k || \
TARGET_powerpc || \