This is the mail archive of the cygwin-patches mailing list for the Cygwin 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 64bit] Fix ONDEE for 64bit


On Tue, 5 Mar 2013 10:38:50 +0100, Corinna Vinschen wrote:
> What about
> 
> #if BUILDING_GCC_MAJOR == 4
> #define LIBGCJ_SONAME "cyggcj-" __cyg_mkstr (BUILDING_GCC_MINOR+6) ".dll"
> #else
> #error LIBGCJ_SONAME versioning scheme needs attention
> #endif
> 
> for now?

Nope; this failed in boostrap stage 1 due to failed #include
<bversion.h>.

BTW, could you post your current gcc patch?


Yaakov


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