Commit 176a4f299899210d550b3d9ddb83eae7df2ff485

Authored by malc
1 parent 5be16762

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
Showing 1 changed file with 1 additions and 0 deletions
Makefile.target
@@ -106,6 +106,7 @@ endif @@ -106,6 +106,7 @@ endif
106 106
107 ifeq ($(ARCH),ppc) 107 ifeq ($(ARCH),ppc)
108 CPPFLAGS+= -D__powerpc__ 108 CPPFLAGS+= -D__powerpc__
  109 +OP_CFLAGS+= -mlongcall
109 endif 110 endif
110 111
111 ifeq ($(ARCH),sparc) 112 ifeq ($(ARCH),sparc)