diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 18:10:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-03 05:17:16 +0100 |
commit | c07daae85e85e6e5db12d671ae85e08e182bc94f (patch) | |
tree | fd872ec9ff558cc5164a582cd330d31b694c3eea /extra/Configs/Config.in | |
parent | 1be78c337c45d8a090ae9c658a9146b5ada620b1 (diff) |
riscv32: add ldso support, 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 5f297b492..33fa11a95 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1031,6 +1031,7 @@ config UCLIBC_USE_TIME64 (TARGET_mips && !CONFIG_MIPS_N64_ABI) || \ TARGET_or1k || \ TARGET_powerpc || \ + TARGET_riscv32 || \ TARGET_sparc || \ TARGET_xtensa # TODO: add support for other architectures |