summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_vxworks5.5.x.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_vxworks5.5.x.GNU')
-rw-r--r--ACE/include/makeinclude/platform_vxworks5.5.x.GNU10
1 files changed, 1 insertions, 9 deletions
diff --git a/ACE/include/makeinclude/platform_vxworks5.5.x.GNU b/ACE/include/makeinclude/platform_vxworks5.5.x.GNU
index e34e9b44a67..718dd37ae2a 100644
--- a/ACE/include/makeinclude/platform_vxworks5.5.x.GNU
+++ b/ACE/include/makeinclude/platform_vxworks5.5.x.GNU
@@ -32,7 +32,6 @@ endif
debug ?= 1
optimize ?= 1
threads ?= 1
-exceptions ?= 1
xerces ?= 0
versioned_so ?= 0
@@ -276,19 +275,12 @@ endif
endif # TOOL == gnu
ifeq ("$(TOOL)","diab")
-ifeq ($(exceptions),1)
C++FLAGS += -Xexceptions
-else
- C++FLAGS += -Xexceptions-off
endif
else
ifeq ("$(TOOL)","gnu")
C++FLAGS += -ftemplate-depth-50
-ifeq ($(exceptions),1)
- C++FLAGS += -fexceptions
-else
- C++FLAGS += -fno-exceptions
-endif
+C++FLAGS += -fexceptions
endif
endif