summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_sunos4_sunc++4.x.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_sunos4_sunc++4.x.GNU')
-rw-r--r--ACE/include/makeinclude/platform_sunos4_sunc++4.x.GNU24
1 files changed, 24 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_sunos4_sunc++4.x.GNU b/ACE/include/makeinclude/platform_sunos4_sunc++4.x.GNU
new file mode 100644
index 00000000000..5aa1e54ceab
--- /dev/null
+++ b/ACE/include/makeinclude/platform_sunos4_sunc++4.x.GNU
@@ -0,0 +1,24 @@
+# $Id$
+
+# SunOS 4.x (Solaris 1.x) with SunC++ 4.x
+
+debug = 1
+
+CC = cc
+CXX = CC
+CCFLAGS += $(CFLAGS)
+DCFLAGS += -g
+DLD = $(CXX)
+LD = $(CXX)
+LIBS +=
+LDFLAGS += $(PIC)
+AR = CC
+ARFLAGS = -xar -o
+PIC = -PIC
+RANLIB = ranlib
+SOFLAGS += -G $(CPPFLAGS)
+SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
+ $(SOLINK.cc) $(PIC) -o $@ $(LDFLAGS) $(VSHDIR)$*.o
+
+#### Create template repository to avoid compiler warning.
+TEMPLATE_REPOSITORY = Templates.DB