diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-03 10:51:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-03 15:02:42 +0100 |
commit | f6b96020a124d41a22d19bb77625d886d883f64b (patch) | |
tree | 39b11328ca71a0c387f679f210ca90839adec003 /extra/Configs/Config.in | |
parent | 5f662ea93f1229f2cd9df67a27cc850bc856c75b (diff) |
microblaze: enable time64
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 33fa11a95..9eabc9a41 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_arc || \ TARGET_arm || \ + TARGET_microblaze || \ (TARGET_mips && !CONFIG_MIPS_N64_ABI) || \ TARGET_or1k || \ TARGET_powerpc || \ |