summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_macosx.GNU
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-29 17:12:41 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-29 17:12:41 +0000
commitf06b7bc9be67ee96751d854428e814369697e1cc (patch)
tree66e2c8e256165cd1f1e0e61b8f5a3b4e941b3167 /include/makeinclude/platform_macosx.GNU
parent2ac972614eb96abb2821b251568a37abd4c072b5 (diff)
downloadATCD-f06b7bc9be67ee96751d854428e814369697e1cc.tar.gz
ChangeLogTag:Fri Jun 29 10:14:03 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_macosx.GNU')
-rw-r--r--include/makeinclude/platform_macosx.GNU3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/makeinclude/platform_macosx.GNU b/include/makeinclude/platform_macosx.GNU
index c1939e322d5..f75a1195c0d 100644
--- a/include/makeinclude/platform_macosx.GNU
+++ b/include/makeinclude/platform_macosx.GNU
@@ -2,11 +2,10 @@
# platform_macosx.GNU
# preliminary support for Mac OS X DP4, some stuff still doesn't work.
-
CC = cc
CXX = c++
CFLAGS += -Wall -Wpointer-arith -pipe
-CCFLAGS += $(CFLAGS) -fno-implicit-templates -fcheck-new
+CCFLAGS += $(CFLAGS) -fimplicit-templates -fcheck-new
DCFLAGS += -g
DLD = libtool
LD = $(CXX)