summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_3.2.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_osf1_3.2.GNU')
-rw-r--r--include/makeinclude/platform_osf1_3.2.GNU14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/makeinclude/platform_osf1_3.2.GNU b/include/makeinclude/platform_osf1_3.2.GNU
deleted file mode 100644
index 72ae4735730..00000000000
--- a/include/makeinclude/platform_osf1_3.2.GNU
+++ /dev/null
@@ -1,14 +0,0 @@
-# This platform macros file is intended to work with Digital UNIX 3.2 (OSF/1 3.2).
-
-CC = cxx -non_shared
-CXX = cxx -x cxx -w0 -non_shared
-#DLD = ld -non_shared
-DLD = ld -shared
-LD = $(CXX)
-LIBS += -lpthreads -lmach -lsys5 -lxti -ltli -lcxx -lexc -lc
-PIC = -pic
-ARFLAGS = ruv
-RANLIB = ranlib
-SOFLAGS = -shared -assert
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
- $(SOLINK.cc) -o $@ $(LDFLAGS) $(VSHDIR)$*.o -lcxx -ltask -lexc -lc