mirror of https://gitee.com/openkylin/qemu.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
This commit is contained in:
parent
5be1676206
commit
176a4f2998
|
@ -106,6 +106,7 @@ endif
|
|||
|
||||
ifeq ($(ARCH),ppc)
|
||||
CPPFLAGS+= -D__powerpc__
|
||||
OP_CFLAGS+= -mlongcall
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),sparc)
|
||||
|
|
Loading…
Reference in New Issue