summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-19 02:52:34 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-19 02:52:34 +0000
commite11384618c11b8c207b55cda45f3a76cdd071a88 (patch)
tree6a30076f16de8e57a5e6195e414e8473507649bd /include
parent36a2a432195e610e2dd8fa5a5ff308081a7f9d86 (diff)
downloadATCD-e11384618c11b8c207b55cda45f3a76cdd071a88.tar.gz
ChangeLogTag:Thu Jan 18 18:48:33 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_qnx_rtp_gcc.GNU21
1 files changed, 8 insertions, 13 deletions
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 +=