From ca4c9ca1286a0bf35c9df4dd313f9ecad793d565 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Wed, 28 Feb 2024 11:46:09 +0300 Subject: Add time64 support to OpenRISC. Signed-off-by: Dmitry Chestnykh --- extra/Configs/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'extra/Configs') 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 -- cgit v1.2.3