summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_aix.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_aix.GNU')
-rw-r--r--ACE/include/makeinclude/platform_aix.GNU6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/include/makeinclude/platform_aix.GNU b/ACE/include/makeinclude/platform_aix.GNU
index 33e9c785263..9e355abfc60 100644
--- a/ACE/include/makeinclude/platform_aix.GNU
+++ b/ACE/include/makeinclude/platform_aix.GNU
@@ -27,15 +27,9 @@
debug ?= 1
distrib ?= 0
-exceptions ?= 1
optimize ?= 0
threads ?= 1
-# There's no way to turn off exceptions with IBM C/C++
-ifeq (0,$(exceptions))
- exceptions = 1
-endif
-
# In case anything here or in the config depends on OS version number,
# grab it here and pass it all to the compiler as well.
AIX_MAJOR_VERS := $(shell uname -v)