diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-22 04:50:05 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-22 04:50:05 -0500 |
commit | c71f90706899bf7636d592e1057c019817112022 (patch) | |
tree | 083eec96f0c1a1062623759e6020d16ad0b9a00a | |
parent | 43d26985fdbad77403fb11ab7214869ea91fae2c (diff) |
runtime tests for mips64 n32 works now in latest uClibc-ng
-rwxr-xr-x | embedded-test.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index 9654e08..35e382e 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -22,7 +22,6 @@ # ware Foundation. # architecture specific notes: -# mips64n32/mips64eln32 produces segfaults on boot for uClibc/uClibc-ng # sheb network card get no ip # sparc64 network card does not work right # ppc-nofpu problem with busybox sort, broken startup order for glibc @@ -681,7 +680,7 @@ for lib in ${libc}; do case $lib in uclibc-ng) case $arch in - arc|arcbe|armeb|avr32|bfin|c6x|cris|microblazeel|microblazebe|m68k|m68k-nommu|nios2|ppc|sheb|mips64eln32|mips64n32) + arc|arcbe|armeb|avr32|bfin|c6x|cris|microblazeel|microblazebe|m68k|m68k-nommu|nios2|ppc|sheb) echo "runtime tests disabled for $arch." ;; *) |