Add -mlongcall for PPC host (needed for MIPS for instance)
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 9 Jun 2008 06:06:30 +0000 (06:06 +0000)
committermalc <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

index e1cd403..ab60677 100644 (file)
@@ -106,6 +106,7 @@ endif
 
 ifeq ($(ARCH),ppc)
 CPPFLAGS+= -D__powerpc__
+OP_CFLAGS+= -mlongcall
 endif
 
 ifeq ($(ARCH),sparc)