From 176a4f299899210d550b3d9ddb83eae7df2ff485 Mon Sep 17 00:00:00 2001 From: malc Date: Mon, 9 Jun 2008 06:06:30 +0000 Subject: [PATCH] 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 --- Makefile.target | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.target b/Makefile.target index e1cd403eb9..ab60677b6d 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)