summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_cray.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_cray.GNU')
-rw-r--r--ACE/include/makeinclude/platform_cray.GNU7
1 files changed, 1 insertions, 6 deletions
diff --git a/ACE/include/makeinclude/platform_cray.GNU b/ACE/include/makeinclude/platform_cray.GNU
index af4c700010a..001e16a1e46 100644
--- a/ACE/include/makeinclude/platform_cray.GNU
+++ b/ACE/include/makeinclude/platform_cray.GNU
@@ -10,7 +10,6 @@
# Contributed by Doug Anderson <dla@home.com>
debug = 1
-exceptions = 1
static_libs_only = 1
quantify =
purify =
@@ -28,11 +27,7 @@ DCCFLAGS += $(DCFLAGS)
OCFLAGS += -O2
OCCFLAGS += $(OCFLAGS)
-ifeq (1,$(exceptions))
- CCFLAGS += -h exceptions
-else
- CCFLAGS += -h noexceptions
-endif # exceptions
+CCFLAGS += -h exceptions
DLD = $(CXX)
LD = $(CXX)