sim-card
/
qemu
Archived
10
0
Fork 0

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:
malc 2008-06-09 06:06:30 +00:00
parent 5be1676206
commit 176a4f2998
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ endif
ifeq ($(ARCH),ppc)
CPPFLAGS+= -D__powerpc__
OP_CFLAGS+= -mlongcall
endif
ifeq ($(ARCH),sparc)