This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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


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.


Cheers,
Kai

Attachment: w64-gthr.txt
Description: Text document


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