summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_qnx_rtp_gcc.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_qnx_rtp_gcc.GNU')
-rw-r--r--include/makeinclude/platform_qnx_rtp_gcc.GNU39
1 files changed, 0 insertions, 39 deletions
diff --git a/include/makeinclude/platform_qnx_rtp_gcc.GNU b/include/makeinclude/platform_qnx_rtp_gcc.GNU
deleted file mode 100644
index 88cfc0adbb5..00000000000
--- a/include/makeinclude/platform_qnx_rtp_gcc.GNU
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id$
-
-# QNX/RTP hosted, using gcc-2.95.2
-
-
-inline = 1
-debug = 1
-optimize = 1
-exceptions = 1
-
-ifeq ($(exceptions),1)
- CCFLAGS += -fexceptions
- LDFLAGS += -fexceptions
-else
- CCLAGS += -fno-exceptions
- LDLAGS += -fno-exceptions
-endif # ! exceptions
-
-CC = gcc
-CXX = g++
-
-include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
-
-DCFLAGS += -gstabs
-
-CFLAGS += -pipe -W -Wall -Wpointer-arith
-CCFLAGS += $(CFLAGS) $(TEMPLATES_FLAG)
-
-DLD = $(CXX)
-LD = $(CXX)
-LIBS += -lsocket -lstdc++ -lm
-OCFLAGS += -O3
-PIC = -fPIC
-AR = ar
-ARFLAGS = ruv
-#RANLIB = ranlib
-SOFLAGS += $(CPPFLAGS) -shared
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
-PRELIB = @true