diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-10 11:51:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-10 11:54:26 +0200 |
commit | 79485f17d59ad267dc1add87b23248dff9908132 (patch) | |
tree | 76e260b18cc38b6f57e574a8404392c21e6ad036 /extra/Configs | |
parent | 44aee04d7864da97a79fc41eeac0695d5f21f861 (diff) |
csky: allow time64
Diffstat (limited to 'extra/Configs')
-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 b814449b4..3a0136c99 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_csky || \ TARGET_i386 || \ TARGET_m68k || \ TARGET_microblaze || \ |