summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_vxworks6.2.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_vxworks6.2.GNU')
-rw-r--r--ACE/include/makeinclude/platform_vxworks6.2.GNU9
1 files changed, 0 insertions, 9 deletions
diff --git a/ACE/include/makeinclude/platform_vxworks6.2.GNU b/ACE/include/makeinclude/platform_vxworks6.2.GNU
index 57d715c79fa..37080a0382c 100644
--- a/ACE/include/makeinclude/platform_vxworks6.2.GNU
+++ b/ACE/include/makeinclude/platform_vxworks6.2.GNU
@@ -20,7 +20,6 @@ CROSS-COMPILE = 1
debug ?= 1
optimize ?= 1
threads ?= 1
-exceptions ?= 1
rtp ?= 1
ifeq ($(rtp),0)
pthread ?= 0
@@ -307,18 +306,10 @@ endif
endif # TOOL_FAMILY == gnu
ifeq ("$(TOOL_FAMILY)","diab")
-ifeq ($(exceptions),1)
C++FLAGS += -Xexceptions
else
- C++FLAGS += -Xexceptions-off
-endif
-else
ifeq ("$(TOOL_FAMILY)","gnu")
-ifeq ($(exceptions),1)
C++FLAGS += -fexceptions
-else
- C++FLAGS += -fno-exceptions
-endif
endif
endif