summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sco5.0.0-nothread.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_sco5.0.0-nothread.GNU')
-rw-r--r--include/makeinclude/platform_sco5.0.0-nothread.GNU33
1 files changed, 0 insertions, 33 deletions
diff --git a/include/makeinclude/platform_sco5.0.0-nothread.GNU b/include/makeinclude/platform_sco5.0.0-nothread.GNU
deleted file mode 100644
index 6267de6e682..00000000000
--- a/include/makeinclude/platform_sco5.0.0-nothread.GNU
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id$
-#
-# NOTE: the above file from ACE 4.6 has been modified by Mike P. to get rid of
-# thread related stuff until we can obtain fsu-threads library.
-
-# Requires gcc 2.7.2 Skunkware 97
-# to produce libACE.so correctly changed the specs file for gcc 2.7.2
-# for not link -lc and -lgcc and other not shared libraries
-
-debug = 1
-optimize = 1
-
-CC = gcc
-# for no threads
-LDLIBS += -lm -L $(ACE_ROOT)/ace
-CXX = g++
-CFLAGS += -melf -w
-CCFLAGS += -melf -fno-implicit-templates
-# -g option not supported for C++ on systems using the DWARF debugging format
-#DCFLAGS += -g
-DCCFLAGS += $(DCFLAGS)
-DLD = $(CXX)
-LD = $(CXX) /usr/lib/libc.so.1
-LIBS = -lnsl -lsocket
-OCCFLAGS += $(OCFLAGS)
-PIC = -fPIC
-AR = ar
-ARFLAGS = ruv
-RANLIB = /bin/true
-
-SOFLAGS = $(CPPFLAGS) -melf -fPIC -G
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
-PRELIB = @true