qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4707] Add -mlongcall for PPC host (needed for MIPS for ins


From: malc
Subject: [Qemu-devel] [4707] Add -mlongcall for PPC host (needed for MIPS for instance)
Date: Mon, 09 Jun 2008 06:06:30 +0000

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)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]