From 56b4873f0feba3013f8ffc5ae119165322c3e33d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 20:30:53 +0200 Subject: use e1000 for qemu-ppc, fix libstdcxx compile --- target/ppc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/ppc/Makefile') diff --git a/target/ppc/Makefile b/target/ppc/Makefile index 4966e322e..b3845672f 100644 --- a/target/ppc/Makefile +++ b/target/ppc/Makefile @@ -12,6 +12,7 @@ OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build QEMU_ARGS:=-M mac99 QEMU_ARGS+=${ADK_QEMU_ARGS} +QEMU_ARGS+=-device e1000,netdev=adk0 -netdev user,id=adk0 # target helper text ifeq ($(ADK_TARGET_FS),archive) -- cgit v1.2.3