summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_tru64_g++.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_tru64_g++.GNU')
-rw-r--r--ACE/include/makeinclude/platform_tru64_g++.GNU20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_tru64_g++.GNU b/ACE/include/makeinclude/platform_tru64_g++.GNU
new file mode 100644
index 00000000000..155d71109f8
--- /dev/null
+++ b/ACE/include/makeinclude/platform_tru64_g++.GNU
@@ -0,0 +1,20 @@
+# $Id$
+
+# This platform macros file is intended to work with
+# Digital UNIX using the GNU compiler.
+
+# Of late, this platform and compiler combination hasn't been tested. In
+# fact neither compilation nor testing has been done for almost a year.
+# So it's better to avoid this combination, if possible.
+
+# Include the common macros for all compilers
+#
+include $(ACE_ROOT)/include/makeinclude/platform_tru64_pre.GNU
+
+# Include the macro file for osf1_4.x
+#
+include $(ACE_ROOT)/include/makeinclude/platform_osf1_4.x_g++.GNU
+
+# Include the common macros for all compilers
+#
+include $(ACE_ROOT)/include/makeinclude/platform_tru64_post.GNU