projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff1aaf6
)
Don't hardcode the host architecture name.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 29 Sep 2007 21:22:33 +0000
(21:22 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 29 Sep 2007 21:22:33 +0000
(21:22 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3276
c046a42c
-6fe2-441c-8c8c-
71466251a162
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 070b258865f84d6754e3295674b617bbe73241d8..67bcf85acc1f012ec7fdb0ee3e7bb603f1ff0666 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-132,7
+132,7
@@
tar:
# generate a binary distribution
tarbin:
- ( cd / ; tar zcvf ~/qemu-$(VERSION)-
i386
.tar.gz \
+ ( cd / ; tar zcvf ~/qemu-$(VERSION)-
$(ARCH)
.tar.gz \
$(bindir)/qemu \
$(bindir)/qemu-system-ppc \
$(bindir)/qemu-system-ppc64 \