diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-15 14:45:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-15 14:45:21 +0100 |
commit | 82ac99bb7a8b1d8f167b693afdcc115fc079b163 (patch) | |
tree | 7f50c636a74f64d76dddbe07267c4f8879c62678 | |
parent | 0a8b45dd4388544c2488742258d39a7947bd7c5d (diff) |
disable broken newlib tests
-rwxr-xr-x | embedded-test.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index f0f959c..6be65ad 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -56,9 +56,9 @@ arch_list_glibc="aarch64 aarch64be alpha armv6 armv7 arcv2 arcv2-be \ # newlib arch_list_newlib="aarch64 aarch64be arcv1 armv5 armeb bfin crisv10 \ - crisv32 epiphany ft32 frv h8300-h8300h ia64 lm32 m32r m68k microblazeel \ - microblazebe mips32 mips32el mn10300 moxie msp430 nds32le nds32be \ - nios2 or1k ppc rx sh sparc sparc64 v850 x86 x86_64 xtensa" + crisv32 epiphany ft32 frv h8300-h8300h ia64 m32r m68k microblazeel \ + microblazebe mips32 mips32el mn10300 moxie msp430 \ + nios2 or1k ppc rx sh sparc v850 x86 x86_64 xtensa" topdir=$(pwd) giturl=git://openadk.org/git/openadk |