summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-22 04:50:05 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-22 04:50:05 -0500
commitc71f90706899bf7636d592e1057c019817112022 (patch)
tree083eec96f0c1a1062623759e6020d16ad0b9a00a
parent43d26985fdbad77403fb11ab7214869ea91fae2c (diff)
runtime tests for mips64 n32 works now in latest uClibc-ng
-rwxr-xr-xembedded-test.sh3
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."
;;
*)