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


On 9/2/08, Kai Tietz <Kai.Tietz@onevision.com> wrote:
> Hi,
>
> by this patch the build problems about gthr-win32.c are fixed for me. The
> problem is that in libgcc the header system.h isn't inherited and so
> CONST_CAST2 isn't declared. I add to gthr-win32.h an optional declaration
> of this macro.
>
> NightStrike, does this patch works for you?
>
> ChangeLog
>
> 2008-09-02  Kai Tietz  <kai.tietz@onevision.com>
>
>        * gthr-win32.h (CONST_CAST2): Added.

This patch brings us back to the failures of 139837 and 139838.  So it
fixes the failure of 139839, but the other remains.


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