diff options
author | Brad King <brad.king@kitware.com> | 2012-07-10 19:16:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-07-10 19:18:55 (GMT) |
commit | 7755283e89b34040c19349dfd1e7b7edaf7dd4c9 (patch) | |
tree | e8553b98c21c21af28e0a374cedcc7c7cfeafd2a /Modules | |
parent | 6274ca6f910683495124d22e371a1adc9cf0eebc (diff) | |
download | CMake-7755283e89b34040c19349dfd1e7b7edaf7dd4c9.zip CMake-7755283e89b34040c19349dfd1e7b7edaf7dd4c9.tar.gz CMake-7755283e89b34040c19349dfd1e7b7edaf7dd4c9.tar.bz2 |
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.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Platform/AIX-GNU-ASM.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/AIX-GNU-ASM.cmake b/Modules/Platform/AIX-GNU-ASM.cmake new file mode 100644 index 0000000..c256df6 --- /dev/null +++ b/Modules/Platform/AIX-GNU-ASM.cmake @@ -0,0 +1,2 @@ +include(Platform/AIX-GNU) +__aix_compiler_gnu(ASM) |