summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_sunos5_sunc++_orbix.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_sunc++_orbix.GNU16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
deleted file mode 100644
index 1f4398c0115..00000000000
--- a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
+++ /dev/null
@@ -1,16 +0,0 @@
-# SunOS 5.x (Solaris 2.x) with SunC++ 4.0.1 or earlier
-# *using* Orbix
-CC = cc
-CXX = CC -mt -pta -noex
-DLD = $(CXX)
-LD = $(CXX)
-INCLDIRS = -I$(ORBIX_ROOT)/include
-PIC = -PIC
-LDFLAGS += $(PIC) -L$(ORBIX_ROOT)/lib -R $(WRAPPER_ROOT)/ace -R $(ORBIX_ROOT)/lib
-LIBS += -lITsrv -lsocket -ldl -lnsl -lthread -lgen
-AR = CC
-ARFLAGS = -xar -o
-RANLIB = echo
-SOFLAGS = -G $(CPPFLAGS)
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
- $(SOLINK.cc) -o $@ -h $@ $(LDFLAGS) $(VSHDIR)$*.o