diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-03 20:22:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-03 20:22:38 +0100 |
commit | 5f385e4d1cf92eea01854096b9fb19a15d84fdb5 (patch) | |
tree | fe564ae5487212c09be0f71c9e77addb7d26ab71 /target/arc | |
parent | 8308035c5a1def36d0469ee68c0075a89783fe51 (diff) |
uclibc-ng: refresh configs, enable time64 for architectures supporting it
Diffstat (limited to 'target/arc')
-rw-r--r-- | target/arc/uclibc-ng.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arc/uclibc-ng.config b/target/arc/uclibc-ng.config index 273722b4e..2842123a9 100644 --- a/target/arc/uclibc-ng.config +++ b/target/arc/uclibc-ng.config @@ -122,6 +122,7 @@ UCLIBC_HAS_TZ_FILE=y UCLIBC_HAS_TZ_FILE_READ_MANY=y UCLIBC_TZ_FILE_PATH="/etc/TZ" UCLIBC_FALLBACK_TO_ETC_LOCALTIME=y +UCLIBC_USE_TIME64=y # # Advanced Library Settings |