summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_qnx_neutrino.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_qnx_neutrino.GNU')
-rw-r--r--include/makeinclude/platform_qnx_neutrino.GNU39
1 files changed, 0 insertions, 39 deletions
diff --git a/include/makeinclude/platform_qnx_neutrino.GNU b/include/makeinclude/platform_qnx_neutrino.GNU
deleted file mode 100644
index 8558118b8d9..00000000000
--- a/include/makeinclude/platform_qnx_neutrino.GNU
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id$
-
-# QNX 4.25 hosted GNU g++ for Neutrino 2.0 Beta
-
-# NOTE: with g++ 2.8.0, you'll need to disable optimization in order to
-# instantiate ACE_Map_Manager (ace/Map_Manager.cpp). The easiest
-# way to do that is to set "optimize = 0", either below or on
-# your make command line.
-
-CROSS-COMPILE = 1
-
-ifeq (,$(debug))
- debug = 1
-endif # ! debug
-ifeq (,$(optimize))
- optimize = 0
-endif # ! optimize
-
-static_libs_only = 1
-
-ACE_HAS_GNUG_PRE_2_8 := 0
-
-CC = i386-nto-gcc
-CXX = i386-nto-g++
-CFLAGS += -pipe -W -Wall -Wpointer-arith -Winline
-CCFLAGS += $(CFLAGS) -fno-implicit-templates
-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