add link flags for ia64-hp-hpux

This commit is contained in:
Mark Andrews
2019-05-14 13:24:43 +10:00
parent ebbedd6c03
commit 61752bf8ac

View File

@@ -2604,6 +2604,11 @@ AS_IF([test "$with_dlopen" = "yes"],
SO_LDFLAGS="-G -z text"
SO_LD="ld"
],
[ia64-hp-hpux*],[
SO_CFLAGS="+z"
SO_LDFLAGS="-b"
SO_LD="${CC}"
],
[
SO_CFLAGS="-fPIC"
])