qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4707] Add -mlongcall for PPC host (needed for MIPS for instance)
@ 2008-06-09  6:06 malc
  2008-06-09  8:44 ` Thiemo Seufer
  0 siblings, 1 reply; 2+ messages in thread
From: malc @ 2008-06-09  6:06 UTC (permalink / raw)
  To: qemu-devel

Revision: 4707
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4707
Author:   malc
Date:     2008-06-09 06:06:30 +0000 (Mon, 09 Jun 2008)

Log Message:
-----------
Add -mlongcall for PPC host (needed for MIPS for instance)

Modified Paths:
--------------
    trunk/Makefile.target

Modified: trunk/Makefile.target
===================================================================
--- trunk/Makefile.target	2008-06-09 06:06:28 UTC (rev 4706)
+++ trunk/Makefile.target	2008-06-09 06:06:30 UTC (rev 4707)
@@ -106,6 +106,7 @@
 
 ifeq ($(ARCH),ppc)
 CPPFLAGS+= -D__powerpc__
+OP_CFLAGS+= -mlongcall
 endif
 
 ifeq ($(ARCH),sparc)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-09  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-09  6:06 [Qemu-devel] [4707] Add -mlongcall for PPC host (needed for MIPS for instance) malc
2008-06-09  8:44 ` Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).