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

6
configure vendored
View file

@ -20609,6 +20609,12 @@ fi
SO_LDFLAGS="-G -z text"
SO_LD="ld"
;; #(
ia64-hp-hpux*) :
SO_CFLAGS="+z"
SO_LDFLAGS="-b"
SO_LD="${CC}"
;; #(
*) :
SO_CFLAGS="-fPIC"