summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-03-02 18:47:26 (GMT)
committerBrad King <brad.king@kitware.com>2011-03-02 18:48:04 (GMT)
commita0bab7ae694b65c68c1ab463fafbe036af73949f (patch)
treefdcf1b7a4e28477ce041e342c9894e310d969631 /Modules
parentc03b610c0aa20b298b15af401e1312c2b73beceb (diff)
downloadCMake-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.cmake2
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)