summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_tru64_cxx.GNU
blob: 62a95b3dd245eae6d2ffb0fb9d9d565278af8bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $Id$

# This platform macros file is intended to work with
# Digital UNIX using the cxx compiler.

# 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_cxx.GNU


# Flags specific to 5.x
#
ifeq (5.,$(findstring 5.,$(ACE_DU_VERSION)))
    SOFLAGS = -shared -use_ld_input $(ACELIB)
endif # ! 5.x

### There is a bug with pthreads header file shipped with v1885 of 
### V5.1. We need to turn this flag to get asm () inline for
### compilation. 
ifeq (1885,$(findstring 1885,$(ACE_DU_SUBVERSION)))  
  ifeq (6.,$(findstring 6.,$(CXX_VERSION)))
    CPPFLAGS += -D_PTHREAD_ENV_DECCXX
  endif # 6.x
endif #v1885

# Include the common macros for all compilers
#
include $(ACE_ROOT)/include/makeinclude/platform_tru64_post.GNU