2001-09-23 Dick Porter <dick@ximian.com>
authorDick Porter <dick@acm.org>
Sun, 23 Sep 2001 12:32:33 +0000 (12:32 -0000)
committerDick Porter <dick@acm.org>
Sun, 23 Sep 2001 12:32:33 +0000 (12:32 -0000)
commit70b4ec9404b6f0c8178172d320d36b95137f9c22
treed0615acfd721a1be95beb2479f45495f34cd0508
parent879c3f3467e1022d0bb5e51bebb15d01198cb66e
2001-09-23  Dick Porter  <dick@ximian.com>

* threads-dummy.c:
* threads-dummy.h: New files of dummy threading routines

* Makefile.am (THREAD_SOURCE): Arrange to compile different thread
support code based on system specifics

Rename PTHREAD_LIBS to THREAD_LIBS

2001-09-23  Dick Porter  <dick@ximian.com>

* configure.in: Arrange to compile dummy thread support routines
if pthread isnt available

2001-09-23  Dick Porter  <dick@ximian.com>

* Makefile.am (testjit_LDADD): rename PTHREAD_LIBS to THREAD_LIBS

2001-09-23  Dick Porter  <dick@ximian.com>

* Makefile.am (mint_LDADD): rename PTHREAD_LIBS to THREAD_LIBS

svn path=/trunk/mono/; revision=934
ChangeLog
configure.in
mono/interpreter/ChangeLog
mono/interpreter/Makefile.am
mono/jit/ChangeLog
mono/jit/Makefile.am
mono/metadata/ChangeLog
mono/metadata/Makefile.am
mono/metadata/threads-dummy.c [new file with mode: 0644]
mono/metadata/threads-dummy.h [new file with mode: 0644]
mono/metadata/threads.h