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