summaryrefslogtreecommitdiff
path: root/embedded-test.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-12 23:11:07 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-12 23:12:32 +0100
commitd42c8e603931e86c49e7ef0b18693717938ecb63 (patch)
treedc4896f313428d82424dcd4b64d6ed43d8261c7f /embedded-test.sh
parent0e16c3531a56fa270262b16addfa42f0658e99d0 (diff)
sparc64, unbreak runtime testing
Diffstat (limited to 'embedded-test.sh')
-rwxr-xr-xembedded-test.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index d2b03ac..27528b9 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -24,7 +24,6 @@
# architecture specific notes:
# sheb network card get no ip
-# sparc64 network card does not work right
# m68k glibc toolchain building is broken at the moment
# uClibc-ng
@@ -306,7 +305,7 @@ runtest() {
sparc64)
cpu_arch=sparc64
qemu_machine=sun4u
- qemu_args="${qemu_args} -device ne2k_pci,netdev=adk0 -netdev user,id=adk0"
+ qemu_args="${qemu_args} -net nic,model=e1000 -net user"
;;
x86)
cpu_arch=i686
@@ -786,7 +785,7 @@ for lib in ${libc}; do
;;
glibc)
case $arch in
- armeb|m68k|nios2|sheb|sparc64|tile)
+ armeb|m68k|nios2|sheb|tile)
echo "runtime tests disabled for $arch."
;;
*)