add link flags for ia64-hp-hpux
This commit is contained in:
@@ -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"
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user