summaryrefslogtreecommitdiff
path: root/pr/tests/Makefile.in
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-01-23 02:56:36 +0000
committerwtc%netscape.com <devnull@localhost>2002-01-23 02:56:36 +0000
commite879e0ac6eddefff18f8490039f7ced72ed9f8d4 (patch)
tree188b7bccf2d844dc055ed00c6cbb31769239c27d /pr/tests/Makefile.in
parent598873b69c96733dd609ed7a20955a1da1906f4d (diff)
downloadnspr-hg-e879e0ac6eddefff18f8490039f7ced72ed9f8d4.tar.gz
Added support for new HP-UX platform.
Modified files: configure configure.in _hpux.h _hpux64.cfg uxrng.c prsystem.c pr/tests/Makefile.in
Diffstat (limited to 'pr/tests/Makefile.in')
-rw-r--r--pr/tests/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/pr/tests/Makefile.in b/pr/tests/Makefile.in
index 7e8dbaf7..f9dcff34 100644
--- a/pr/tests/Makefile.in
+++ b/pr/tests/Makefile.in
@@ -296,8 +296,10 @@ endif
ifeq ($(OS_ARCH), HP-UX)
LDOPTS += -z -Wl,+s,+b,$(ABSOLUTE_LIB_DIR)
ifeq ($(USE_64),1)
- LDOPTS += +DA2.0W
- EXTRA_LIBS = -lpthread
+ LDOPTS += +DD64
+ endif
+ ifeq ($(USE_PTHREADS),1)
+ EXTRA_LIBS = $(LIBPTHREAD)
endif
endif