summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-17 02:21:41 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-17 02:21:41 +0000
commit8a4ca24631a19313c249e521dd83723920d7262d (patch)
tree8c4ed508923a959257c4ebe6a401694a10593922 /include
parent44b8634c71497d39f659a3744fd342ed0237c3a7 (diff)
downloadATCD-8a4ca24631a19313c249e521dd83723920d7262d.tar.gz
Fri Feb 16 17:39:16 2001 Mayur Deshpande <mayur@ics.uci.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_qnx_rtp_gcc.GNU4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/platform_qnx_rtp_gcc.GNU b/include/makeinclude/platform_qnx_rtp_gcc.GNU
index 78475dcd181..baefd06b270 100644
--- a/include/makeinclude/platform_qnx_rtp_gcc.GNU
+++ b/include/makeinclude/platform_qnx_rtp_gcc.GNU
@@ -16,7 +16,7 @@ endif # ! optimize
CC = gcc
CXX = g++
CFLAGS += -pipe -W -Wall -Wpointer-arith
-CCFLAGS += $(CFLAGS) -fno-implicit-templates
+CCFLAGS += $(CFLAGS) -fno-implicit-templates -fexceptions
#
# Under the current version of QNX RTP ACE crashes
@@ -36,3 +36,5 @@ ARFLAGS = ruv
SOFLAGS = -G $(CPPFLAGS) -shared
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
PRELIB = @true
+
+exceptions=1