diff options
author | wtc%google.com <devnull@localhost> | 2008-05-03 13:41:41 +0000 |
---|---|---|
committer | wtc%google.com <devnull@localhost> | 2008-05-03 13:41:41 +0000 |
commit | 11ab9ebc62a89b4335dff4d98f5a1abfd0dae966 (patch) | |
tree | 66085919ca767e84e041d1cde7e1ab01732d7a99 /tools/Makefile.in | |
parent | 00a6f0952dabddaa23ec8f166952ec4dbb98155f (diff) | |
download | nspr-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 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 00afdc66..201ba9f0 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -125,21 +125,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) |