summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_aix_ibm.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-20 12:29:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-20 12:29:21 +0000
commitae9aeb0cad05c823a37fd94bfb5c8af2212b1df6 (patch)
tree7f1259b8d96c6ffa82481f0ca528c351b904113a /ACE/include/makeinclude/platform_aix_ibm.GNU
parent899c16bf390431da7615fcbb11f62144bc5ecb6b (diff)
downloadATCD-ae9aeb0cad05c823a37fd94bfb5c8af2212b1df6.tar.gz
Mon Aug 20 12:28:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/include/makeinclude/platform_aix_ibm.GNU')
-rw-r--r--ACE/include/makeinclude/platform_aix_ibm.GNU8
1 files changed, 1 insertions, 7 deletions
diff --git a/ACE/include/makeinclude/platform_aix_ibm.GNU b/ACE/include/makeinclude/platform_aix_ibm.GNU
index 0998bbcb561..a977d96dacc 100644
--- a/ACE/include/makeinclude/platform_aix_ibm.GNU
+++ b/ACE/include/makeinclude/platform_aix_ibm.GNU
@@ -10,7 +10,6 @@ debug ?= 1
distrib ?= 0
exceptions ?= 1
optimize ?= 0
-rtti ?= 1
threads ?= 1
buildbits ?= 32
@@ -96,7 +95,6 @@ ifeq ($(XLCVERSION),0x0306)
# ibmcxx_build turns on the extra step for instantiating and compiling
# template instances in rules.lib.GNU.
ibmcxx_build = 1
- rtti = 0
else # Visual Age 5 and up
ifeq ($(XLCVERSION),0x0500)
SHR_FILTER=$(ACE_ROOT)/bin/aix_shr
@@ -165,11 +163,7 @@ ifeq ($(exceptions),0)
CCFLAGS += -qnoeh
endif
-ifeq (1,$(rtti))
- CCFLAGS += -qrtti=all
-else # ! rtti
- CCFLAGS += -DACE_LACKS_RTTI
-endif # ! rtti
+CCFLAGS += -qrtti=all
ifeq ($(shared_libs),1)
ACELIB = -lACE