diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-11 16:10:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-11 16:10:40 +0200 |
commit | bd76ed4d9eed59da7993bee227dd0dd6fb7f8c84 (patch) | |
tree | f23bfd9feae6ab6bd498c3ed754d8bc89027c7a0 | |
parent | 53240763de516e2cf2abc493e553864bd890f35b (diff) |
-rwxr-xr-x | embedded-test.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index 5ba81cc..6027e06 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env mksh # -# Copyright © 2014-2024 +# Copyright © 2014-2025 # Waldemar Brodkorb <wbx@openadk.org> # # Provided that these terms and disclaimer and all copyright notices @@ -27,8 +27,8 @@ arch_list_uclibcng="aarch64 aarch64be alpha arcv2 arc32 \ armv5 armv5-nommu-arm armv5-nommu-thumb armv5-nommu-fdpic armv5-nommu-elf \ armv6 armv7 armv7-thumb2 armv8 armv8-thumb2 armeb avr32 \ bf512-flat bf512-fdpic bf532-flat bf532-fdpic \ - c6x crisv10 crisv32 csky-ck807 csky-ck810 \ - h8300-h8300h h8300-h8s hppa ia64 kvx \ + c6x crisv10 crisv32 csky-ck807 csky-ck810 frv \ + h8300-h8300h h8300-h8s hppa ia64 kvx lm32 \ m68k m68k-nommu-flat m68k-nommu-elf metag microblazeel microblazebe \ mips32 mips32r6 mips32sf mips32el mips32r6el mips32elsf \ mips64 mips64n32 mips64n64 mips64el mips64eln32 mips64eln64 \ @@ -1687,7 +1687,7 @@ for lib in ${libc}; do if [[ $libcversion ]]; then version=$libcversion else - version=1.0.51 + version=1.0.52 fi libver=uClibc-ng-${version} libdir=uClibc-ng |