summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorDmitry Chestnykh <dm.chestnykh@gmail.com>2024-02-29 19:35:53 +0300
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-29 19:10:27 +0100
commite0a92849688f557d3e7153ecf6505ee1eedd7248 (patch)
tree0fc3c7fe9c3151e05ddb566f73cdc7a16d0cbad4 /extra
parentca4c9ca1286a0bf35c9df4dd313f9ecad793d565 (diff)
Add time64 support for sparc.
By some reason sparc ld.so cannot work properly with statx() system call, so fallback to regular stat() family in ld.so. 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 ded1f72c9..bae7b4885 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1030,6 +1030,7 @@ config UCLIBC_USE_TIME64
(TARGET_mips && !CONFIG_MIPS_N64_ABI) || \
TARGET_or1k || \
TARGET_powerpc || \
+ TARGET_sparc || \
TARGET_xtensa
# TODO: add support for other architectures
default n