This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] Build libgcc_s on Windows


"Danny Smith" <dansmister@gmail.com> wrote on 04.09.2008 04:51:13:

> > Fine. I changed the link libraries order of SHLIB_LC. The import 
libraries
> > kernel32 and co. needs to be put at the end of SHLIB_LC, so that ld is
> > able to find all necessary symbols. NightStrike, could you try this 
patch
> > if it is working for you?
> >
> > ChangeLog
> >
> > 2008-09-03  Kai Tietz  <kai.tietz@onevision.com>
> >
> >        * gthr-win32.h (CONST_CAST2): Added.
> 
> This part is not needed  since it was fixed at  r139927
> http://gcc.gnu.org/ml/gcc-cvs/2008-09/msg00085.html
> 
> >        * config/i386/t-mingw32 (SHLIB_LC): Change order of import
> > libraries.
> 
> This is OK and is needed for  32-bit mingw runtime as well.  Please 
commit
> Thanks
> Danny

Committed at revision 139977.

Thanks,
Kai

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.


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