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