summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_unixware_g++.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_unixware_g++.GNU')
-rw-r--r--ACE/include/makeinclude/platform_unixware_g++.GNU44
1 files changed, 44 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_unixware_g++.GNU b/ACE/include/makeinclude/platform_unixware_g++.GNU
new file mode 100644
index 00000000000..08a5ca29f13
--- /dev/null
+++ b/ACE/include/makeinclude/platform_unixware_g++.GNU
@@ -0,0 +1,44 @@
+# $Id$
+
+# UnixWare V2.2.1.2 with g++ version 2.7.2.2
+
+debug ?= 0
+exceptions ?= 1
+threads ?= 1
+
+CC = gcc
+CXX = g++
+
+ACE_GNUG_ON_UNIXWARE = 1
+
+#ifeq ($(exceptions),1)
+ CCFLAGS += -fexceptions
+#endif
+
+DCFLAGS += -g
+#DCFLAGS += -g
+
+OCCFLAGS += -O2
+
+DLD = $(CXX) -g
+LD = $(CXX)
+LIBS += -lsocket -lnsl -lgen -lthread
+PIC = -fpic
+AR = ar
+ARFLAGS = ruv
+RANLIB = /bin/true
+#SOFLAGS = -assert pure-text
+SOFLAGS += -shared
+# SOBUILD - compile into .so directly
+SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
+# SOLINK = $(SOLINK.cc) -o $@ $(LDFLAGS) $<
+PRELIB = @true
+
+# Test for template instantiation, add to SOFLAGS if SONAME set,
+# add -E to LDFLAGS if using GNU ld
+#
+include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
+
+pipes ?= 1
+CFLAGS += -W -Wall -Wpointer-arith #### -Winline
+CCFLAGS += $(CFLAGS) $(TEMPLATES_FLAG)