diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-12 23:15:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-12 23:15:19 +0100 |
commit | a25738a834d84743433c634faf37ce6050734739 (patch) | |
tree | a9a823f78f916fb539783c4ba31439ee9980506a | |
parent | 14fafb0878ecaa908a7e5611b389abaa398bc6da (diff) |
add back nds32 newlib checks
-rwxr-xr-x | embedded-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index 5d95975..53749d7 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -57,7 +57,7 @@ arch_list_glibc="aarch64 aarch64be alpha armv7 arcv2 arcv2-be \ # newlib arch_list_newlib="aarch64 aarch64be arcv1 armv5 armeb bfin crisv10 \ crisv32 epiphany ft32 frv h8300-h8300h ia64 m32r m68k microblazeel \ - microblazebe mips32 mips32el mn10300 moxie msp430 \ + microblazebe mips32 mips32el mn10300 moxie msp430 nds32le nds32be \ nios2 or1k ppc rx sh sparc v850 x86 x86_64 xtensa" topdir=$(pwd) |