summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-15 12:42:06 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-15 12:42:06 +0000
commit7415d78def7637ae10bb96d4467cb8770e1542a0 (patch)
tree8db42803fa84c6e90749e729ccc9414d132e722e /include
parentff5e764c65c44cf73c1c2fb211cef3357f63edb1 (diff)
downloadATCD-7415d78def7637ae10bb96d4467cb8770e1542a0.tar.gz
ChangeLogTag: Thu Jul 15 07:33:30 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_osf1_cxx.GNU36
1 files changed, 0 insertions, 36 deletions
diff --git a/include/makeinclude/platform_osf1_cxx.GNU b/include/makeinclude/platform_osf1_cxx.GNU
deleted file mode 100644
index f499b29c1a0..00000000000
--- a/include/makeinclude/platform_osf1_cxx.GNU
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id$
-
-# This platform macros file is intended to work with
-# Digital UNIX using the cxx compiler.
-
-ifndef ACE_DU_VERSION
- ACE_DU_VERSION := $(shell uname -r)
-endif # ACE_DU_VERSION
-
-ifeq (3.,$(findstring 3.,$(ACE_DU_VERSION)))
- include $(ACE_ROOT)/include/makeinclude/platform_osf1_3.2.GNU
-
-else # ! 3.x
-ifeq (4.,$(findstring 4.,$(ACE_DU_VERSION)))
- include $(ACE_ROOT)/include/makeinclude/platform_osf1_4.0.GNU
-
- ifeq (4.0f,$(findstring 4.,$(shell /usr/sbin/sizer -v)))
- CFLAGS += -DDIGITAL_UNIX=0x40F
- else # ! 4.0F
- CFLAGS += -DDIGITAL_UNIX=0x400
- endif # ! 4.0F
-
- ifneq ($(CXX_VER),CXX_5)
- # 9: nested comment not allowed. But there's one in /usr/include/pdsc.h!
- WARNING_FLAGS += -msg_disable 9
- endif # 6.0 or later
-
-else # ! 4.x
-ifeq (5.,$(findstring 5.,$(ACE_DU_VERSION)))
- include $(ACE_ROOT)/include/makeinclude/platform_osf1_4.0.GNU
- CFLAGS += -DDIGITAL_UNIX=0x500
- SOFLAGS = -shared -use_ld_input $(ACELIB)
-
-endif # 5.x
-endif # ! 4.x
-endif # ! 3.x