projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be1676
)
Add -mlongcall for PPC host (needed for MIPS for instance)
author
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 9 Jun 2008 06:06:30 +0000
(06:06 +0000)
committer
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 9 Jun 2008 06:06:30 +0000
(06:06 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4707
c046a42c
-6fe2-441c-8c8c-
71466251a162
Makefile.target
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index e1cd403eb94b98554def990d2e917eb2df5fb739..ab60677b6dbfd176fb37f62ba69949423214a49b 100644
(file)
--- a/
Makefile.target
+++ b/
Makefile.target
@@
-106,6
+106,7
@@
endif
ifeq ($(ARCH),ppc)
CPPFLAGS+= -D__powerpc__
+OP_CFLAGS+= -mlongcall
endif
ifeq ($(ARCH),sparc)