From c7f082760f432b227277b4e1e39fc88c814d2dde Mon Sep 17 00:00:00 2001 From: tjw Date: Fri, 20 Jul 2007 14:34:44 +0000 Subject: * (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 --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1a6904..55bebde 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3