diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-11 17:06:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-11 17:06:20 +0200 |
commit | 835b85d3540897d839d8a223fae4ed51a0a8cd9f (patch) | |
tree | 7d79ada5340218c571b025be0ee4596380e85086 | |
parent | 3d8f88c32e49f9e5b4d872adc10be8344d2d5e24 (diff) |
enable arc and avr32 for uClibc
-rwxr-xr-x | embedded-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index 25ca4a1..a7cbbef 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -27,7 +27,7 @@ # testsuite compile issues for arc and m68k arch_list_uclibcng="arm armhf bfin m68k-nommu mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa" -arch_list_uclibc="arm armhf bfin m68k-nommu mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa" +arch_list_uclibc="arm armhf arc arcbe avr32 bfin m68k-nommu mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa" arch_list_musl="arm armhf mips mipsel ppc-nofpu sh sheb x86 x86_64" arch_list_glibc="aarch64 arm armhf m68k mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64eln32 mips64eln64 ppc-nofpu ppc64 sh sheb sparc sparc64 x86 x86_64" @@ -652,7 +652,7 @@ for arch in ${archlist}; do for test in ${tests}; do if [ $test = "boot" -o $test = "libc" -o $test = "ltp" -o $test = "native" ];then case $arch in - arc|arcbe|bfin|m68k|m68k-nommu|ppc|sheb|mips64eln32|mips64n32) + arc|arcbe|avr32|bfin|m68k|m68k-nommu|ppc|sheb|mips64eln32|mips64n32) echo "runtime tests disabled for $arch." ;; *) |