summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos4_sunc++4.x.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_sunos4_sunc++4.x.GNU')
-rw-r--r--include/makeinclude/platform_sunos4_sunc++4.x.GNU13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/makeinclude/platform_sunos4_sunc++4.x.GNU b/include/makeinclude/platform_sunos4_sunc++4.x.GNU
deleted file mode 100644
index 79c9adb1dfb..00000000000
--- a/include/makeinclude/platform_sunos4_sunc++4.x.GNU
+++ /dev/null
@@ -1,13 +0,0 @@
-# SunOS 4.x (Solaris 1.x) with SunC++ 4.x
-CC = cc
-CXX = CC
-DLD = $(CXX)
-LD = $(CXX)
-LIBS +=
-AR = CC
-ARFLAGS = -xar -o
-PIC = -pic
-RANLIB = ranlib
-SOFLAGS = -G $(CPPFLAGS)
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
- $(SOLINK.cc) -o $@ $(LDFLAGS) $(VSHDIR)$*.o