Browse Source

sparc64, unbreak runtime testing

Waldemar Brodkorb 10 years ago
parent
commit
d42c8e6039
1 changed files with 2 additions and 3 deletions
  1. 2 3
      embedded-test.sh

+ 2 - 3
embedded-test.sh

@@ -24,7 +24,6 @@
 
 
 # architecture specific notes:
 # architecture specific notes:
 #  sheb network card get no ip
 #  sheb network card get no ip
-#  sparc64 network card does not work right
 #  m68k glibc toolchain building is broken at the moment 
 #  m68k glibc toolchain building is broken at the moment 
 
 
 # uClibc-ng
 # uClibc-ng
@@ -306,7 +305,7 @@ runtest() {
 		sparc64) 
 		sparc64) 
 			cpu_arch=sparc64
 			cpu_arch=sparc64
 			qemu_machine=sun4u
 			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) 
 		x86) 
 			cpu_arch=i686
 			cpu_arch=i686
@@ -786,7 +785,7 @@ for lib in ${libc}; do
 						;;
 						;;
 					glibc)
 					glibc)
 						case $arch in
 						case $arch in
-						armeb|m68k|nios2|sheb|sparc64|tile)
+						armeb|m68k|nios2|sheb|tile)
 							echo "runtime tests disabled for $arch."
 							echo "runtime tests disabled for $arch."
 							;;
 							;;
 						*)
 						*)