From fa64e09a5bf9646ebcc070850e6f74bc52584128 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 6 Dec 2005 00:16:25 +0000 Subject: [PATCH] Disabled PowerPC VM. --- code/unix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/unix/Makefile b/code/unix/Makefile index 1ed167ec..50934320 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