diff options
author | Brad King <brad.king@kitware.com> | 2011-03-02 18:47:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-03-02 18:48:04 (GMT) |
commit | a0bab7ae694b65c68c1ab463fafbe036af73949f (patch) | |
tree | fdcf1b7a4e28477ce041e342c9894e310d969631 /Modules | |
parent | c03b610c0aa20b298b15af401e1312c2b73beceb (diff) | |
download | CMake-a0bab7ae694b65c68c1ab463fafbe036af73949f.zip CMake-a0bab7ae694b65c68c1ab463fafbe036af73949f.tar.gz CMake-a0bab7ae694b65c68c1ab463fafbe036af73949f.tar.bz2 |
Add ASM platform information for XL compiler on AIX
Among other flags this sets RPATH flags correctly so that CMake knows
how to treat CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH for the ASM language.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Platform/AIX-XL-ASM.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/AIX-XL-ASM.cmake b/Modules/Platform/AIX-XL-ASM.cmake new file mode 100644 index 0000000..ea0944b --- /dev/null +++ b/Modules/Platform/AIX-XL-ASM.cmake @@ -0,0 +1,2 @@ +include(Platform/AIX-XL) +__aix_compiler_xl(ASM) |