Browse Source

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.
Brad King 14 năm trước cách đây
mục cha
commit
a0bab7ae69
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Modules/Platform/AIX-XL-ASM.cmake

+ 2 - 0
Modules/Platform/AIX-XL-ASM.cmake

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