r419 - trunk/code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Dec 5 19:16:25 EST 2005


Author: icculus
Date: 2005-12-05 19:16:25 -0500 (Mon, 05 Dec 2005)
New Revision: 419

Modified:
   trunk/code/unix/Makefile
Log:
Disabled PowerPC VM.


Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile	2005-12-05 20:41:15 UTC (rev 418)
+++ trunk/code/unix/Makefile	2005-12-06 00:16:25 UTC (rev 419)
@@ -245,7 +245,8 @@
   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




More information about the quake3-commits mailing list