summaryrefslogtreecommitdiff
path: root/target/ppc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 20:30:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 20:31:41 +0200
commit56b4873f0feba3013f8ffc5ae119165322c3e33d (patch)
tree1b7504df1bd8602e01e0cb5ff5a6507f56a03829 /target/ppc/Makefile
parent1db49cba2eb4b1a17bc03680d97b6f217011cf53 (diff)
use e1000 for qemu-ppc, fix libstdcxx compile
Diffstat (limited to 'target/ppc/Makefile')
-rw-r--r--target/ppc/Makefile1
1 files changed, 1 insertions, 0 deletions
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)