summaryrefslogtreecommitdiff
path: root/ace/config-g++-common.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-22 13:41:44 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-22 13:41:44 +0000
commit641882e585514a78d7f935d8c598e0e9ff6099aa (patch)
tree47e98c5b24970c0045a5fc9ee31b2588f04c3438 /ace/config-g++-common.h
parentf5a884614d9b32d3a8776a577c0ec0a1fc7b99d6 (diff)
downloadATCD-641882e585514a78d7f935d8c598e0e9ff6099aa.tar.gz
ChangeLogTag:Sun Jul 22 08:19:43 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/config-g++-common.h')
-rw-r--r--ace/config-g++-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-g++-common.h b/ace/config-g++-common.h
index b367c2fffcb..5ae9686885b 100644
--- a/ace/config-g++-common.h
+++ b/ace/config-g++-common.h
@@ -39,6 +39,12 @@
# define ACE_LACKS_PLACEMENT_OPERATOR_DELETE
# endif /* __GNUC__ >= 2.91 */
+# if (defined (VXWORKS) && __GNUC__ == 2 && __GNUC_MINOR__ == 96)
+// This is for inofficial(!) gcc2.96 shipped with Tornado2.1.0 for
+// Hitachi SuperH platform.
+# define ACE_LACKS_AUTO_PTR
+# endif /* (defined (VXWORKS) && __GNUC__ == 2 && __GNUC_MINOR__ == 96) */
+
#if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 97 )
// gcc 2.97 and higher use libstdc++-v3 and require
// the use of the std namespace for using iostreams