This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: native cross dll compile
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: gcj at stuellenberg dot de, <java at gcc dot gnu dot org>
- Date: Thu, 11 Sep 2003 09:17:26 -0400 (EDT)
- Subject: Re: native cross dll compile
On 11 Sep 2003, Anthony Green wrote:
> BTW, how is the i386-mingw32msvc target different from i386-mingw32 ?
Long ago (back when Mumit Kahn was maintaining mingw) the CRTDLL.DLL C
runtime was linked by default, and MSVCRT.DLL was an option. The "msvc"
suffix indicated that MSVCRT.DLL was in use.
I believe support for CRTDLL.DLL has long since been dropped, and the
suffix exists only for backward compatibility.
Jeff