diff options
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-24 07:34:03 +0000 |
---|---|---|
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-24 07:34:03 +0000 |
commit | d4082e95f18fdcbe4f1a80534086d4a28f651d38 (patch) | |
tree | ac54936fc6554a47fe00908261a1f337110ce44d /Makefile | |
parent | 86f55663bd3926abba1d37e0440503a89ed2900f (diff) |
New target for embedded PowerPC emulation (only system emulation, for now).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2720 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -136,6 +136,8 @@ tarbin: ( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \ $(bindir)/qemu \ $(bindir)/qemu-system-ppc \ + $(bindir)/qemu-system-ppc64 \ + $(bindir)/qemu-system-ppcemb \ $(bindir)/qemu-system-sparc \ $(bindir)/qemu-system-x86_64 \ $(bindir)/qemu-system-mips \ @@ -148,6 +150,7 @@ tarbin: $(bindir)/qemu-armeb \ $(bindir)/qemu-sparc \ $(bindir)/qemu-ppc \ + $(bindir)/qemu-ppc64 \ $(bindir)/qemu-mips \ $(bindir)/qemu-mipsel \ $(bindir)/qemu-alpha \ |