]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.
authorRanjit Mathew <rmathew@gcc.gnu.org>
Wed, 5 Jul 2006 02:15:51 +0000 (02:15 +0000)
committerRanjit Mathew <rmathew@gcc.gnu.org>
Wed, 5 Jul 2006 02:15:51 +0000 (02:15 +0000)
commit5a1218970f65f132de4d0ddc77a5d68768d19424
tree0a98e27f40c056a0c593499932dea332859cbd04
parentd2ab4cf72b60d8a81aea2a7e09e1b06a04a5c402
libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.

* libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for
startfile.
* configure.ac: Allow targets to affect the spec for startfile
by specifying a THREADSTARTFILESPEC variable.  Define this for
the win32 threads package to include crtmt.o.
* configure: Regenerate.
* win32.cc (_CRT_MT): Remove definition.
(__mingwthr_key_dtor): Likewise.

Co-Authored-By: Danny Smith <dannysmith@users.sourceforge.net>
From-SVN: r115196
libjava/ChangeLog
libjava/configure
libjava/configure.ac
libjava/libgcj.spec.in
libjava/win32.cc