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.GNU15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
new file mode 100644
index 00000000000..f76fc318f99
--- /dev/null
+++ b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
@@ -0,0 +1,15 @@
+# SunOS 5.x (Solaris 2.x) with SunC++ 4.0.1 or earlier
+# *using* Orbix
+CC = cc
+CXX = CC -mt -pta -noex
+DLD = $(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) $(PIC) -o $@ -h $@ $(LDFLAGS) $(VSHDIR)$*.o