summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sco-nothread.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_sco-nothread.GNU')
-rw-r--r--include/makeinclude/platform_sco-nothread.GNU25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/makeinclude/platform_sco-nothread.GNU b/include/makeinclude/platform_sco-nothread.GNU
deleted file mode 100644
index 02a19d59d85..00000000000
--- a/include/makeinclude/platform_sco-nothread.GNU
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id$
-
-debug = 1
-optimize = 1
-
-CC = gcc
-CXX = g++
-
-include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
-
-CFLAGS += -w
-CCFLAGS += $(CFLAGS) $(TEMPLATES_FLAG) -fno-strict-prototypes
-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