diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-03 15:01:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-03 15:02:46 +0100 |
commit | ab498a3c25db976ee84730226c8c78283f973ef0 (patch) | |
tree | 8bd6cd14af2b4eb9b11b49800b91025e69e3cf83 /extra | |
parent | f6b96020a124d41a22d19bb77625d886d883f64b (diff) |
superh: enable time64
Diffstat (limited to 'extra')
-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 9eabc9a41..1fb0466fa 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1034,6 +1034,7 @@ config UCLIBC_USE_TIME64 TARGET_powerpc || \ TARGET_riscv32 || \ TARGET_sparc || \ + TARGET_sh || \ TARGET_xtensa # TODO: add support for other architectures default n |