From 7755283e89b34040c19349dfd1e7b7edaf7dd4c9 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 10 Jul 2012 15:16:33 -0400 Subject: [PATCH] Add ASM platform information for GNU compiler on AIX (#13390) Among other flags this sets RPATH flags correctly so that CMake knows how to treat CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH for the ASM language. This is the GNU compiler equivalent to commit a0bab7ae (Add ASM platform information for XL compiler on AIX, 2011-03-02), made for XL. --- Modules/Platform/AIX-GNU-ASM.cmake | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Modules/Platform/AIX-GNU-ASM.cmake diff --git a/Modules/Platform/AIX-GNU-ASM.cmake b/Modules/Platform/AIX-GNU-ASM.cmake new file mode 100644 index 000000000..c256df6f9 --- /dev/null +++ b/Modules/Platform/AIX-GNU-ASM.cmake @@ -0,0 +1,2 @@ +include(Platform/AIX-GNU) +__aix_compiler_gnu(ASM)