summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sco5.0.0-nothread.GNU
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-07 09:38:05 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-07 09:38:05 +0000
commit329d29500dbb494caa0727586aa80bc708889036 (patch)
tree26afe502734f042f55745036ed84e7a5612f22fb /include/makeinclude/platform_sco5.0.0-nothread.GNU
parentacc8b760002727122b03af89035cdc42fdff32c2 (diff)
downloadATCD-329d29500dbb494caa0727586aa80bc708889036.tar.gz
ChangeLogTag: Sun Apr 7 04:22:19 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_sco5.0.0-nothread.GNU')
-rw-r--r--include/makeinclude/platform_sco5.0.0-nothread.GNU13
1 files changed, 9 insertions, 4 deletions
diff --git a/include/makeinclude/platform_sco5.0.0-nothread.GNU b/include/makeinclude/platform_sco5.0.0-nothread.GNU
index 6267de6e682..59544df65b0 100644
--- a/include/makeinclude/platform_sco5.0.0-nothread.GNU
+++ b/include/makeinclude/platform_sco5.0.0-nothread.GNU
@@ -1,6 +1,6 @@
# $Id$
#
-# NOTE: the above file from ACE 4.6 has been modified by Mike P. to get rid of
+# NOTE: the above file from ACE 4.6 has been modified by Mike P. to get rid of
# thread related stuff until we can obtain fsu-threads library.
# Requires gcc 2.7.2 Skunkware 97
@@ -12,10 +12,15 @@ optimize = 1
CC = gcc
# for no threads
-LDLIBS += -lm -L $(ACE_ROOT)/ace
+LDLIBS += -lm -L $(ACE_ROOT)/ace
CXX = g++
-CFLAGS += -melf -w
-CCFLAGS += -melf -fno-implicit-templates
+CFLAGS += -melf -w
+
+# Test for template instantiation.
+#
+include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
+
+CCFLAGS += -melf $(TEMPLATES_FLAG)
# -g option not supported for C++ on systems using the DWARF debugging format
#DCFLAGS += -g
DCCFLAGS += $(DCFLAGS)