summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-05-07 21:33:02 +0000
committerSteve Huston <shuston@riverace.com>2004-05-07 21:33:02 +0000
commit53ccc82bc80d0d8eb977f4b4ba948807fc6ce8ba (patch)
tree654c37cd92cf34369f8f32bf96c66610fa7fa36d /include
parent8057291b6206514b458d0161d5bded758d445f67 (diff)
downloadATCD-53ccc82bc80d0d8eb977f4b4ba948807fc6ce8ba.tar.gz
ChangeLogTag:Fri May 7 17:26:33 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'include')
-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