summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_sco-nothread.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_sco-nothread.GNU')
-rw-r--r--ACE/include/makeinclude/platform_sco-nothread.GNU29
1 files changed, 29 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_sco-nothread.GNU b/ACE/include/makeinclude/platform_sco-nothread.GNU
new file mode 100644
index 00000000000..971d616fa7c
--- /dev/null
+++ b/ACE/include/makeinclude/platform_sco-nothread.GNU
@@ -0,0 +1,29 @@
+# $Id$
+
+debug = 1
+optimize = 1
+
+CC = gcc
+CXX = g++
+
+CFLAGS += -w
+DCFLAGS += -g #### should this be -gstabs?
+DLD = $(CXX)
+LD = $(CXX)
+LIBS = -lsocket
+OCFLAGS = -O2
+PIC =
+AR = ar
+ARFLAGS = ruv
+RANLIB = /bin/true
+
+SOFLAGS += $(CPPFLAGS)
+SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
+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
+
+CCFLAGS += $(CFLAGS) $(TEMPLATES_FLAG) -fno-strict-prototypes