summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_macosx.GNU
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-07 11:03:47 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-07 11:03:47 +0000
commitd595a505b75445719b296c49b4cdf5080bd10334 (patch)
tree41a7b6345c0195c85c90c4bf40c7808be2bc83a6 /include/makeinclude/platform_macosx.GNU
parentb48b7910f1dab5e59fbc2b57a559818af23f11a1 (diff)
downloadATCD-d595a505b75445719b296c49b4cdf5080bd10334.tar.gz
ChangeLogTag: Sun Apr 7 06:02:26 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_macosx.GNU')
-rw-r--r--include/makeinclude/platform_macosx.GNU9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/makeinclude/platform_macosx.GNU b/include/makeinclude/platform_macosx.GNU
index ade7f66978b..d281a08d6e9 100644
--- a/include/makeinclude/platform_macosx.GNU
+++ b/include/makeinclude/platform_macosx.GNU
@@ -5,7 +5,12 @@
CC = cc
CXX = c++
CFLAGS += -Wall -Wpointer-arith -pipe
-CCFLAGS += $(CFLAGS) -fimplicit-templates
+
+# Test for template instantiation.
+#
+include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
+
+CCFLAGS += $(CFLAGS) $(TEMPLATES_FLAG)
DCFLAGS += -g
DLD = libtool
LD = $(CXX)
@@ -16,5 +21,3 @@ RANLIB = ranlib
SOEXT = dylib
SOFLAGS = -dynamic
SOBUILD = -o $(VSHDIR)$*.dylib $<
-
-