From a0bab7ae694b65c68c1ab463fafbe036af73949f Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 2 Mar 2011 13:47:26 -0500 Subject: 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. --- Modules/Platform/AIX-XL-ASM.cmake | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Modules/Platform/AIX-XL-ASM.cmake 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) -- cgit v0.12