summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_4.0.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_osf1_4.0.GNU')
-rw-r--r--include/makeinclude/platform_osf1_4.0.GNU42
1 files changed, 0 insertions, 42 deletions
diff --git a/include/makeinclude/platform_osf1_4.0.GNU b/include/makeinclude/platform_osf1_4.0.GNU
deleted file mode 100644
index 3bf7a244ae3..00000000000
--- a/include/makeinclude/platform_osf1_4.0.GNU
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id$
-
-# This platform macros file is intended to work with
-# Digital UNIX 4.0 (OSF/1 4.0).
-
-debug = 1
-
-CC = cxx
-CXX = $(CC)
-#### Note: -pthread uses POSIX threads. If you want to use DCE threads
-#### instead, change "-pthread" to "-threads".
-CFLAGS += -pthread
-
-#### These flags can only be used with cxx Version 6.0 and later.
-#### They can be enabled on the gmake command line with CXX_VER=POST_5X,
-#### or by setting the CXX_VER environment variable to POST_5X.
-# WARNING_FLAGS +=
-# 9: nested comment not allowed, but there's one in /usr/include/pdsc.h
-# 174: expr_has_no_effect
-# 193: zero used for undefined preprocessing identifier
-# 236: controlling expression is constant
-# 340: value copied to temporary, reference to temporary used
-# 401: base_class_with_nonvirtual_dtor
-ifeq ($(CXX_VER),POST_5X)
- WARNING_FLAGS += -w0 -msg_display_number -msg_display_tag \
- -msg_disable 9,174,193,236,340,401
-endif
-
-CCFLAGS += $(CFLAGS) -ptr ptrepository $(WARNING_FLAGS)
-DCFLAGS += -g -O0
-DLD = $(CXX)
-LD = $(CXX)
-LIBS += $(CFLAGS) -ptr ptrepository -ltli -lrt
-OCFLAGS += -O4
-PIC =
-ARFLAGS = cruvZ
-# When libraries are archived, a hash index is automatically created
-# so there is no need for ranlib
-RANLIB = /usr/bin/true
-SOFLAGS = -shared -use_ld_input $(ACELIB)
-SOBUILD = /bin/rm -f $@; $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $< && \
- ln $(VSHDIR)$*.o $@