mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Disabled PowerPC VM.
This commit is contained in:
parent
04a6532d27
commit
fa64e09a5b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue