summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-09-05 15:53:45 +0000
committerSteve Huston <shuston@riverace.com>2001-09-05 15:53:45 +0000
commitf590e3630061416a871889deb0b93e663e4cb3a8 (patch)
tree402be6f32b29da80d666a2aa9a815edfbd3d4996 /include
parent9fd52f508217cc6309bdfd11f1be7e15442f1f69 (diff)
downloadATCD-f590e3630061416a871889deb0b93e663e4cb3a8.tar.gz
ChangeLogTag:Wed Sep 05 11:52:39 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_aix_ibm.GNU3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/makeinclude/platform_aix_ibm.GNU b/include/makeinclude/platform_aix_ibm.GNU
index 95b85def16a..6fd5fc49a7e 100644
--- a/include/makeinclude/platform_aix_ibm.GNU
+++ b/include/makeinclude/platform_aix_ibm.GNU
@@ -44,6 +44,7 @@ ACE_AIX_CLEAN := $(shell $(RM) ./testAIXCompilerVersion.cpp)
# grab it here and pass it all to the compiler as well.
AIX_MAJOR_VERS := $(shell uname -v)
AIX_MINOR_VERS := $(shell uname -r)
+AIX_VERS := $(AIX_MAJOR_VERS)0$(AIX_MINOR_VERS)
# Use of exceptions should be a compiler-specific setting, but for now it's
# not. IBM C/C++ doesn't have a way to turn exceptions off, and Visual
@@ -81,7 +82,7 @@ LD = $(ACE_ROOT)/bin/aix_shr $(CXX)
RANLIB = ranlib
TEMPINCDIR = tempinc
-CPPFLAGS += -DACE_AIX_MAJOR_VERS=$(AIX_MAJOR_VERS) -DACE_AIX_MINOR_VERS=$(AIX_MINOR_VERS)
+CPPFLAGS += -DACE_AIX_VERS=$(AIX_VERS)
# -qinitauto seems like an interesting option, but some tests (specifically
# Process_Strategy_Test) hang with it turned on. This should be investigated
# at some point.