summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_macosx.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_macosx.GNU')
-rw-r--r--ACE/include/makeinclude/platform_macosx.GNU9
1 files changed, 3 insertions, 6 deletions
diff --git a/ACE/include/makeinclude/platform_macosx.GNU b/ACE/include/makeinclude/platform_macosx.GNU
index 582164ac98b..a75f1bc892a 100644
--- a/ACE/include/makeinclude/platform_macosx.GNU
+++ b/ACE/include/makeinclude/platform_macosx.GNU
@@ -1,21 +1,20 @@
+# -*- Makefile -*-
# $Id$
-# platform_macosx.GNU
+
# support for Mac OS X 10.2 (jaguar), 10.3 (panther)
# Note: /sw/lib & /sw/include are inserted for the convience of Fink
# users. Non-Fink users should simply create these directories to
# eliminate the warnings.
-exceptions ?= 1
threads ?= 1
debug ?= 1
optimize ?= 0
versioned_so ?= 0
-pipes ?= 1
with_ld = macosx
CC = gcc
CXX = g++
-CFLAGS += -Wall -Wpointer-arith -Wno-long-double -I/sw/include
+CFLAGS += -Wno-long-double -I/sw/include
DCFLAGS += -g
DLD = libtool
@@ -42,5 +41,3 @@ SOBUILD = -o $(VSHDIR)$*.dylib $<
# add -E to LDFLAGS if using GNU ld
#
include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
-
-CCFLAGS += $(CFLAGS) $(TEMPLATES_FLAG)