summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_tru64_g++.GNU
blob: 155d71109f84bd90759f8eae6dd282135d61335d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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