diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-29 01:23:52 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-29 01:23:52 -0500 |
commit | 7732db6120b501a03a0784bb622871744620a7ca (patch) | |
tree | 9981e3ff495a07571089af5a30fd8fb3698101e3 /embedded-test.sh | |
parent | b287c10b61cc8b7f96495eba8e62ec81e09daac9 (diff) |
enable runtime tests for mips64eln32
Diffstat (limited to 'embedded-test.sh')
-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 f37088d..34961d0 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -28,8 +28,8 @@ # m68k glibc toolchain building is broken at the moment # uClibc-ng -arch_list_uclibcng_quick="arm arc avr32 bfin c6x crisv10 m68k m68k-nommu mipsel mips64el ppcsf sh sparc x86 x86_64 xtensa" -arch_list_uclibcng="arm armhf armeb arc arcbe avr32 bfin c6x crisv10 crisv32 m68k m68k-nommu mips mipssf mipsel mipselsf mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc ppcsf sh sheb sparc x86 x86_64 xtensa" +arch_list_uclibcng_quick="arm arc avr32 bfin c6x crisv10 m68k m68k-nommu microblazeel mipsel mips64el ppcsf sh sparc x86 x86_64 xtensa" +arch_list_uclibcng="arm armhf armeb arc arcbe avr32 bfin c6x crisv10 crisv32 m68k m68k-nommu microblazeel microblazebe mips mipssf mipsel mipselsf mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc ppcsf sh sheb sparc x86 x86_64 xtensa" # musl arch_list_musl_quick="aarch64 arm microblazeel mipsel ppc sh x86 x86_64" @@ -737,7 +737,7 @@ for lib in ${libc}; do case $lib in uclibc-ng) case $arch in - arc|arcbe|armeb|avr32|bfin|c6x|crisv10|crisv32|microblazeel|microblazebe|m68k|m68k-nommu|nios2|sheb|mips64eln32|mips64n32) + arc|arcbe|armeb|avr32|bfin|c6x|crisv10|crisv32|microblazeel|microblazebe|m68k|m68k-nommu|nios2|sheb|mips64n32) echo "runtime tests disabled for $arch." ;; *) |