diff options
| author | Stephen D. Huston <shuston@apache.org> | 2015-02-04 17:37:19 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2015-02-04 17:37:19 +0000 |
| commit | d75fedad65ae24813f440362931a9a7b7fb66cac (patch) | |
| tree | ed13f62fcb010d0ca07488f8c389a61abe982fbc /qpid/cpp/CMakeLists.txt | |
| parent | d3fd2da6c424e04725c7b40f097ea31036dab0f1 (diff) | |
| download | qpid-python-d75fedad65ae24813f440362931a9a7b7fb66cac.tar.gz | |
Apply patches for QPID-6312 to get Qpid building on AIX with XL C++ 13.1
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/CMakeLists.txt')
| -rw-r--r-- | qpid/cpp/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt index 29a52cbb49..aaa4203c1e 100644 --- a/qpid/cpp/CMakeLists.txt +++ b/qpid/cpp/CMakeLists.txt @@ -182,6 +182,11 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL SunPro) set (HIDE_SYMBOL_FLAGS "") endif (CMAKE_CXX_COMPILER_ID STREQUAL SunPro) +# XL is IBM XL C/C++ +if (CMAKE_CXX_COMPILER_ID MATCHES XL) + set (COMPILER_FLAGS "-qtls -qrtti") +endif (CMAKE_CXX_COMPILER_ID MATCHES XL) + if (CMAKE_SYSTEM_NAME STREQUAL Windows) # Allow MSVC user to select 'WinXP-SP3/Windows Server 2003' as build target version set (win32_winnt_default OFF) |
