summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_qnx_neutrino.GNU
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-03-04 13:56:48 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-03-04 13:56:48 +0000
commitc4078c377d74290ebe4e66da0b4975da91732376 (patch)
tree1816ef391e42a07929304908ac0e21f4c2f6cb7b /ACE/include/makeinclude/platform_qnx_neutrino.GNU
parent700d1c1a6be348c6c70a2085e559baeb8f4a62ea (diff)
downloadATCD-c4078c377d74290ebe4e66da0b4975da91732376.tar.gz
swap in externals for ACE and TAO
Diffstat (limited to 'ACE/include/makeinclude/platform_qnx_neutrino.GNU')
-rw-r--r--ACE/include/makeinclude/platform_qnx_neutrino.GNU35
1 files changed, 0 insertions, 35 deletions
diff --git a/ACE/include/makeinclude/platform_qnx_neutrino.GNU b/ACE/include/makeinclude/platform_qnx_neutrino.GNU
deleted file mode 100644
index 2bd92551f7b..00000000000
--- a/ACE/include/makeinclude/platform_qnx_neutrino.GNU
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id$
-
-# QNX 4.25 hosted GNU g++ for Neutrino 2.0
-
-CROSS-COMPILE = 1
-static_libs_only = 1
-
-debug ?= 1
-optimize ?= 1
-pipes ?= 1
-
-CC ?= i386-nto-gcc
-CXX ?= i386-nto-g++
-
-CFLAGS += -W -Wall -Wpointer-arith
-DCFLAGS += -g
-DLD = $(CXX)
-LD = $(CXX)
-LDFLAGS +=
-LIBS += -lsocket -lstdc++
-OCFLAGS += -O2
-PIC = -fPIC
-AR ?= i386-nto-ar
-ARFLAGS = ruv
-RANLIB ?= i386-nto-ranlib
-SOFLAGS += -G $(CPPFLAGS) -shared
-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)