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.GNU35
1 files changed, 0 insertions, 35 deletions
diff --git a/include/makeinclude/platform_qnx_neutrino.GNU b/include/makeinclude/platform_qnx_neutrino.GNU
deleted file mode 100644
index 2aa29221f1c..00000000000
--- a/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
-ACE_HAS_GNUG_PRE_2_8 := 0
-static_libs_only = 1
-
-ifeq (,$(debug))
- debug = 1
-endif # ! debug
-ifeq (,$(optimize))
- optimize = 1
-endif # ! optimize
-ifeq (,$(repo))
- repo = 1
-endif # ! repo
-
-CC = i386-nto-gcc
-CXX = i386-nto-g++
-CFLAGS += -pipe -W -Wall -Wpointer-arith
-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