summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_macosx_panther.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_macosx_panther.GNU')
-rw-r--r--ACE/include/makeinclude/platform_macosx_panther.GNU9
1 files changed, 4 insertions, 5 deletions
diff --git a/ACE/include/makeinclude/platform_macosx_panther.GNU b/ACE/include/makeinclude/platform_macosx_panther.GNU
index c542054de1a..26a4587a4e8 100644
--- a/ACE/include/makeinclude/platform_macosx_panther.GNU
+++ b/ACE/include/makeinclude/platform_macosx_panther.GNU
@@ -1,19 +1,18 @@
+# -*- Makefile -*-
# $Id$
+
# platform_macosx.GNU
# support for Mac OS X 10.3 (Panther)
-exceptions ?= 1
threads ?= 1
debug ?= 1
optimize ?= 0
versioned_so ?= 0
with_ld = macosx
-pipes ?= 1
-
CC = gcc
CXX = g++
-CFLAGS += -Wall -Wpointer-arith -Wno-long-double
+CFLAGS += -Wno-long-double
DCFLAGS += -g
DLD = libtool
@@ -32,4 +31,4 @@ SOBUILD = -o $(VSHDIR)$*.dylib $<
include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
LDFLAGS += -flat_namespace -undefined warning
-CCFLAGS += $(CFLAGS) $(TEMPLATES_FLAG)
+CCFLAGS += $(CFLAGS) $(FLAGS_C_CC)