summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-09 06:06:30 +0000
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-09 06:06:30 +0000
commit176a4f299899210d550b3d9ddb83eae7df2ff485 (patch)
treeae0611a73689e5e1c5e018c390c34edd74f4f07e /Makefile.target
parent5be1676206f83dc603a8746de8026b3f966b1b97 (diff)
downloadhqemu-176a4f299899210d550b3d9ddb83eae7df2ff485.zip
hqemu-176a4f299899210d550b3d9ddb83eae7df2ff485.tar.gz
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
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index e1cd403..ab60677 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)
OpenPOWER on IntegriCloud