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.
This commit is contained in:
Brad King 2011-03-02 13:47:26 -05:00
parent c03b610c0a
commit a0bab7ae69
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
include(Platform/AIX-XL)
__aix_compiler_xl(ASM)