diff options
author | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-05-29 03:02:54 +0000 |
---|---|---|
committer | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-05-29 03:02:54 +0000 |
commit | cf0ba61ef51c48e1b61d342f91d0a8eebc8ac309 (patch) | |
tree | b45f44959d5724d5ced6f61234e809f3f2322943 /Makefile | |
parent | d0abe049261a7a07e09e9d7e23a4dcd233813c2e (diff) | |
download | ioquake3-aero-cf0ba61ef51c48e1b61d342f91d0a8eebc8ac309.tar.gz ioquake3-aero-cf0ba61ef51c48e1b61d342f91d0a8eebc8ac309.zip |
Correction in PowerPC JIT code. Fixes crash in server browser, etc, on Mac OS X
and probably PowerPC Linux, too...fixes Bugzilla #2519.
git-svn-id: svn://svn.icculus.org/quake3/trunk@791 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,7 @@ ifeq ($(PLATFORM),darwin) CC=gcc # !!! FIXME: calling conventions are still broken! See Bugzilla #2519 - #VM_PPC=vm_ppc_new + VM_PPC=vm_ppc_new BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes BASE_CFLAGS += -DMACOS_X -fno-common -pipe |