From: malc Date: Mon, 9 Jun 2008 06:06:30 +0000 (+0000) Subject: Add -mlongcall for PPC host (needed for MIPS for instance) X-Git-Tag: stefano.display-merge-start~1082 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=176a4f299899210d550b3d9ddb83eae7df2ff485;p=qemu-xen-4.5-testing.git Add -mlongcall for PPC host (needed for MIPS for instance) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4707 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/Makefile.target b/Makefile.target index e1cd403eb..ab60677b6 100644 --- a/Makefile.target +++ b/Makefile.target @@ -106,6 +106,7 @@ endif ifeq ($(ARCH),ppc) CPPFLAGS+= -D__powerpc__ +OP_CFLAGS+= -mlongcall endif ifeq ($(ARCH),sparc)