diff options
author | tjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-07-20 14:34:44 +0000 |
---|---|---|
committer | tjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-07-20 14:34:44 +0000 |
commit | c7f082760f432b227277b4e1e39fc88c814d2dde (patch) | |
tree | ab4f5285a65a3148330bf71733fa850cac8e0974 /Makefile | |
parent | 3f0dc06cb4e223abe59708b278d188cbde505e60 (diff) | |
download | ioquake3-aero-c7f082760f432b227277b4e1e39fc88c814d2dde.tar.gz ioquake3-aero-c7f082760f432b227277b4e1e39fc88c814d2dde.zip |
* (bug 3268) Replace Mac OS X Carbon API calls with native ones (thanks
to i3enedek).
* remove some spammy Mac OS X printf's regarding local network detection
* replaced a #warning for non-OS X PPC systems with a call to
msync(..., MS_INVALIDATE). This needs testing.
git-svn-id: svn://svn.icculus.org/quake3/trunk@1118 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -340,9 +340,6 @@ ifeq ($(PLATFORM),darwin) ifeq ($(ARCH),ppc) OPTIMIZE += -faltivec -O3 - # Carbon is required on PPC only to make a call to MakeDataExecutable - # in the PPC vm (should be a better non-Carbon way). - LDFLAGS += -framework Carbon endif ifeq ($(ARCH),i386) OPTIMIZE += -march=prescott -mfpmath=sse |