On 10 Apr 2011, at 15:50, 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. > > Ok, I reverted it.
Do we have a blocks runtime in ObjectiveC2.framework in -base? If so, it might be worth using when we're using that, but maybe -base could add it? David _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
