This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]