summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorDmitry Chestnykh <dm.chestnykh@gmail.com>2024-02-28 11:46:09 +0300
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-28 10:07:22 +0100
commitca4c9ca1286a0bf35c9df4dd313f9ecad793d565 (patch)
tree54b60f43dece80f89c167913876e2537f6acc169 /extra
parentc6e359dbc7bd155b10e15616d11e15c48b8bbefa (diff)
Add time64 support to OpenRISC.
Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index c7c502040..ded1f72c9 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1028,6 +1028,7 @@ config UCLIBC_USE_TIME64
bool "Use *time64 syscalls instead of 32bit ones (if possible)"
depends on TARGET_arm || \
(TARGET_mips && !CONFIG_MIPS_N64_ABI) || \
+ TARGET_or1k || \
TARGET_powerpc || \
TARGET_xtensa
# TODO: add support for other architectures