summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-16 23:20:37 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-16 23:20:37 +0000
commit509c58e4bd956dc294b08ae32179f52969657ba0 (patch)
tree173c32f7013cfc1b4cc25731b962d19a15552bbe /include
parentef78feb54556cf60f5926ca74b98900f616a4d4b (diff)
downloadATCD-509c58e4bd956dc294b08ae32179f52969657ba0.tar.gz
ChangeLogTag:Mon Apr 16 16:18:57 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_qnx_rtp_gcc.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_qnx_rtp_gcc.GNU b/include/makeinclude/platform_qnx_rtp_gcc.GNU
index 213ec18739d..a3fce9e007e 100644
--- a/include/makeinclude/platform_qnx_rtp_gcc.GNU
+++ b/include/makeinclude/platform_qnx_rtp_gcc.GNU
@@ -16,9 +16,9 @@ exceptions = 1
# -fexceptions, so it must be on both the compile AND link phase.
#
ifeq ($(exceptions),1)
- CPPFLAGS += -fexceptions
+ CCFLAGS += -fexceptions
else
- CPPFLAGS += -fno-exceptions
+ CCLAGS += -fno-exceptions
endif # ! exceptions
CC = gcc