First attempt at building on HP-UX again. Thanks to rkl@connect.org.uk for the patch, and for his amazing patience....

This commit is contained in:
briano%netscape.com 1999-01-04 23:17:01 +00:00
parent a5606ccdd6
commit 2c08bd6f0f

View File

@ -172,6 +172,15 @@ alpha*-*-osf*)
MKSHLIB='$(LD) $(DSO_LDOPTS)'
;;
*-hpux*)
if test -z "$GNU_CC"; then
DSO_CFLAGS="+Z"
fi
DLL_SUFFIX="sl"
DSO_LDOPTS='-b -E -L$(DIST)/bin $(LDFLAGS)'
MKSHLIB='$(LD) $(DSO_LDOPTS)'
;;
*-irix*)
AC_DEFINE(IRIX6_3)
DSO_LDOPTS='-elf -shared -all'