From f3dba3b461b0840c46918679fc4df9f0e3a26650 Mon Sep 17 00:00:00 2001 From: icculus Date: Tue, 6 Dec 2005 00:16:25 +0000 Subject: Disabled PowerPC VM. git-svn-id: svn://svn.icculus.org/quake3/trunk@419 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'code') diff --git a/code/unix/Makefile b/code/unix/Makefile index 1ed167e..5093432 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -245,7 +245,8 @@ ifeq ($(PLATFORM),darwin) GLIBC= CC=gcc - VM_PPC=vm_ppc_new + # !!! FIXME: calling conventions are still broken! See Bugzilla #2519 + #VM_PPC=vm_ppc_new BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes BASE_CFLAGS += -DMACOS_X -fno-common -pipe -- cgit v1.2.3