summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/HP-UX-HP-ASM.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-03-02 22:49:17 (GMT)
committerBrad King <brad.king@kitware.com>2011-03-02 22:49:17 (GMT)
commitd0f71e2545e234671abe3b6de325726f23cf854d (patch)
tree23df0d5a57ef6f814398ce8a7299c27b66f32ba1 /Modules/Platform/HP-UX-HP-ASM.cmake
parentbd580be526f7b394fb84960f3f706dae2d0eb940 (diff)
downloadCMake-d0f71e2545e234671abe3b6de325726f23cf854d.zip
CMake-d0f71e2545e234671abe3b6de325726f23cf854d.tar.gz
CMake-d0f71e2545e234671abe3b6de325726f23cf854d.tar.bz2
Add ASM platform information for HP compiler on HP
Among other flags this sets RPATH flags correctly so that CMake knows how to treat CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH for the ASM language.
Diffstat (limited to 'Modules/Platform/HP-UX-HP-ASM.cmake')
-rw-r--r--Modules/Platform/HP-UX-HP-ASM.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/Platform/HP-UX-HP-ASM.cmake b/Modules/Platform/HP-UX-HP-ASM.cmake
new file mode 100644
index 0000000..0a85905
--- /dev/null
+++ b/Modules/Platform/HP-UX-HP-ASM.cmake
@@ -0,0 +1,6 @@
+include(Platform/HP-UX-HP)
+__hpux_compiler_hp(ASM)
+
+set(CMAKE_SHARED_LIBRARY_CREATE_ASM_FLAGS "-E -b +nodefaultrpath -L/usr/lib")
+
+set(CMAKE_ASM_CREATE_SHARED_LIBRARY "ld <CMAKE_SHARED_LIBRARY_CREATE_ASM_FLAGS> <CMAKE_SHARED_LIBRARY_SONAME_ASM_FLAG><TARGET_SONAME> <LINK_FLAGS> -o <TARGET> <OBJECTS> <LINK_LIBRARIES>")