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.GNU16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/makeinclude/platform_osf1_3.2.GNU b/include/makeinclude/platform_osf1_3.2.GNU
deleted file mode 100644
index 1dda8982c21..00000000000
--- a/include/makeinclude/platform_osf1_3.2.GNU
+++ /dev/null
@@ -1,16 +0,0 @@
-# This platform macros file is intended to work with Digital UNIX 3.2 (OSF/1 3.2).
-
-CC = cxx
-CXX = $(CC)
-CFLAGS += -non_shared
-CCFLAGS += $(CFLAGS) -x cxx -w0
-#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