On 10 Apr 2011, at 15:40, Nicola Pero wrote: > >> If this works, then add -fblocks to CFLAGS and OBJCFLAGS (and maybe >> CXXFLAGS). > > I implemented this in gnustep-make trunk (soon to be 2.6.0).
This is probably no longer required. With Clang 2.9 and later, both -fnext-runtime and -fobjc-nonfragile-abi imply -fblocks, so we don't need to add -fblocks unless targeting the GCC runtime. David _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
