mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
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:
parent
a5606ccdd6
commit
2c08bd6f0f
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user