summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_dgux4_epc.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_dgux4_epc.GNU')
-rw-r--r--ACE/include/makeinclude/platform_dgux4_epc.GNU23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_dgux4_epc.GNU b/ACE/include/makeinclude/platform_dgux4_epc.GNU
new file mode 100644
index 00000000000..96080eca81a
--- /dev/null
+++ b/ACE/include/makeinclude/platform_dgux4_epc.GNU
@@ -0,0 +1,23 @@
+# $Id$
+
+# Digital Unix v.4.X using epc?
+# (Apparently based on SunOS 5.x (Solaris 2.x) with SunC++ 4.x)
+
+debug = 1
+
+CC = gcc
+CXX = ec++
+## CCFLAGS += -relax -tproff
+CCFLAGS += $(CFLAGS) -relax -v -eh
+DCFLAGS += -g
+DLD = $(CXX)
+LIBS += -lgen -lsocket -ldl -lnsl -lc
+PIC = -KPIC
+AR = ar
+ARFLAGS = -ruv
+RANLIB = echo
+SOFLAGS += -G $(CPPFLAGS)
+#SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
+# $(SOLINK.cc) -o $@ -h $@ $(LDFLAGS) $(VSHDIR)$*.o
+SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
+ $(SOLINK.cc) -o $@ $(LDFLAGS) $(VSHDIR)$*.o