|
From: Tony T. <ton...@gm...> - 2013-08-16 09:11:34
|
On 15/08/2013, at 11:51 PM, Tony Theodore <Ton...@gm...> wrote: > > On 15/08/2013, at 11:10 PM, Earnie Boyd <ea...@us...> wrote: >> >> Shouldn't the patch be to the GNUMakefile rather than these individual >> files? I'm considering releasing a real static lib with the 2.9.1 >> release I am close to uploading. > > Hmmmm, looking at GNUMakefile, I think the patch isn't required at all - the GC-static target should take care of it: > > ... > CFLAGS = $(OPT) $(XOPT) -I. -DHAVE_PTW32_CONFIG_H -Wall > ... > GC-static: > $(MAKE) XOPT="-DPTW32_BUILD_INLINED -DPTW32_STATIC_LIB" ... > > The recursive call should set CFLAGS correctly - I'll try removing the patch and see how it goes. > > Thanks for pointing that out. The patch is indeed redundant and has been removed from mxe, "make GC-static" is all that's required. Cheers, Tony |