summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_aix_ibm.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_aix_ibm.GNU')
-rw-r--r--include/makeinclude/platform_aix_ibm.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_aix_ibm.GNU b/include/makeinclude/platform_aix_ibm.GNU
index e4ed5d85a2f..eb6ece1fc46 100644
--- a/include/makeinclude/platform_aix_ibm.GNU
+++ b/include/makeinclude/platform_aix_ibm.GNU
@@ -26,7 +26,7 @@ else
endif
endif
ifeq (,$(rtti))
- rtti = 0
+ rtti = 1
endif
ifeq (,$(threads))
threads = 1
@@ -149,7 +149,7 @@ ifeq ($(exceptions),0)
endif
ifeq (1,$(rtti))
- CCFLAGS += -qrtti=dynamiccast
+ CCFLAGS += -qrtti=all
else # ! rtti
CCFLAGS += -DACE_LACKS_RTTI
endif # ! rtti