summaryrefslogtreecommitdiff
path: root/lib/tests
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-05-03 13:41:41 +0000
committerwtc%google.com <devnull@localhost>2008-05-03 13:41:41 +0000
commit11ab9ebc62a89b4335dff4d98f5a1abfd0dae966 (patch)
tree66085919ca767e84e041d1cde7e1ab01732d7a99 /lib/tests
parent00a6f0952dabddaa23ec8f166952ec4dbb98155f (diff)
downloadnspr-hg-11ab9ebc62a89b4335dff4d98f5a1abfd0dae966.tar.gz
Bug 430884: removed the obsolete implementation based on Solaris threads.
Contributed by Julien Pierre <julien.pierre.boogz@sun.com>. r=wtc. Modified Files: configure configure.in lib/msgc/tests/Makefile.in lib/prstreams/tests/testprstrm/Makefile.in lib/tests/Makefile.in pr/include/md/_solaris.h pr/src/Makefile.in pr/src/cplus/tests/Makefile.in pr/src/md/unix/solaris.c pr/tests/Makefile.in pr/tests/foreign.c pr/tests/provider.c tools/Makefile.in Removed Files: pr/src/md/unix/os_SunOS.s
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/Makefile.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/tests/Makefile.in b/lib/tests/Makefile.in
index 257da241..23f4f42e 100644
--- a/lib/tests/Makefile.in
+++ b/lib/tests/Makefile.in
@@ -151,21 +151,6 @@ else
LDOPTS += -R $(PWD)/$(dist_libdir)
endif
endif
-
-# SunOS 5.4 and 5.5 need to link with -lthread or -lpthread,
-# even though we already linked with these system libraries
-# when we built libnspr.so.
-ifeq ($(OS_RELEASE), 5.4)
-EXTRA_LIBS = -lthread
-endif
-
-ifeq ($(OS_RELEASE), 5.5)
-ifdef USE_PTHREADS
-EXTRA_LIBS = -lpthread
-else
-EXTRA_LIBS = -lthread
-endif
-endif
endif # SunOS
ifeq ($(OS_ARCH), NCR)