summaryrefslogtreecommitdiff
path: root/ace/config-vxworks5.x.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-02 04:20:14 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-02 04:20:14 +0000
commitb850e926fd1fec62f87073f325af985e0c506cfe (patch)
treeef557664fc2bc61968a50ab1e9f49b413371af71 /ace/config-vxworks5.x.h
parent69c8114275612f6840ad8b65e95a804d16c86b04 (diff)
downloadATCD-b850e926fd1fec62f87073f325af985e0c506cfe.tar.gz
migrated to config-g++-common.h
Diffstat (limited to 'ace/config-vxworks5.x.h')
-rw-r--r--ace/config-vxworks5.x.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/config-vxworks5.x.h b/ace/config-vxworks5.x.h
index da7d4dc3622..a3537322ea1 100644
--- a/ace/config-vxworks5.x.h
+++ b/ace/config-vxworks5.x.h
@@ -16,14 +16,13 @@
// Compiler-specific configuration.
#if defined (__GNUG__)
+# include "ace/config-g++-common.h"
+# undef ACE_HAS_TEMPLATE_SPECIALIZATION
+
# define ACE_HAS_VERBOSE_NOTSUP
# define ACE_LACKS_IOSTREAM_FX
# define ACE_MAIN ace_main
-# define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
-# define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES
-# define ACE_TEMPLATES_REQUIRE_SOURCE
-
// Even though the documentation suggests that g++/VxWorks 5.3.1
// (Tornado 1.0.1) supports long long, Wind River tech support says
// that it doesn't. It causes undefined symbols for math functions.