diff options
author | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-06 00:16:25 +0000 |
---|---|---|
committer | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-06 00:16:25 +0000 |
commit | f3dba3b461b0840c46918679fc4df9f0e3a26650 (patch) | |
tree | 92db4eead2968bc9729d8e1230486af378747864 /code | |
parent | d51c754c28b3f1990ddbda68a951e0ae34beb155 (diff) | |
download | ioquake3-aero-f3dba3b461b0840c46918679fc4df9f0e3a26650.tar.gz ioquake3-aero-f3dba3b461b0840c46918679fc4df9f0e3a26650.zip |
Disabled PowerPC VM.
git-svn-id: svn://svn.icculus.org/quake3/trunk@419 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code')
-rw-r--r-- | code/unix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |