From e11384618c11b8c207b55cda45f3a76cdd071a88 Mon Sep 17 00:00:00 2001 From: coryan Date: Fri, 19 Jan 2001 02:52:34 +0000 Subject: ChangeLogTag:Thu Jan 18 18:48:33 2001 Carlos O'Ryan --- include/makeinclude/platform_qnx_rtp_gcc.GNU | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'include') diff --git a/include/makeinclude/platform_qnx_rtp_gcc.GNU b/include/makeinclude/platform_qnx_rtp_gcc.GNU index a70aabf0cdb..78475dcd181 100644 --- a/include/makeinclude/platform_qnx_rtp_gcc.GNU +++ b/include/makeinclude/platform_qnx_rtp_gcc.GNU @@ -1,24 +1,18 @@ # $Id$ -# QNX 4.25 hosted GNU g++ for Neutrino 2.0 +# QNX/RTP hosted, using gcc-2.95.2 -CROSS-COMPILE = 1 ACE_HAS_GNUG_PRE_2_8 := 0 -#static_libs_only = 1 -# -# Under the current version of QNX RTP ACE crashes -# if compiled with debug oprion enabled. -# +# ACE crashes when compiled with debugging symbols +ifeq (,$(debug)) + debug := 0 +endif # ! debug ifeq (,$(optimize)) optimize = 1 endif # ! optimize -ifeq (,$(repo)) - repo = 1 -endif # ! repo - CC = gcc CXX = g++ CFLAGS += -pipe -W -Wall -Wpointer-arith @@ -26,9 +20,10 @@ CCFLAGS += $(CFLAGS) -fno-implicit-templates # # Under the current version of QNX RTP ACE crashes -# if compiled with debug oprion enabled. +# if compiled with debug option enabled. We leave the option here, +# but disable debug by default. # -#DCFLAGS += -g +DCFLAGS += -g DLD = $(CXX) LD = $(CXX) LDFLAGS += -- cgit v1.2.1