diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-07 09:38:05 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-07 09:38:05 +0000 |
commit | 329d29500dbb494caa0727586aa80bc708889036 (patch) | |
tree | 26afe502734f042f55745036ed84e7a5612f22fb /include/makeinclude/platform_sco5.0.0-nothread.GNU | |
parent | acc8b760002727122b03af89035cdc42fdff32c2 (diff) | |
download | ATCD-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.GNU | 13 |
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) |