On 2 Mar 2009, at 11:30, Niels Grewe wrote: > gnustep-make provides a GNUSTEP_TARGET_CPU variable [1] that could be > used. The attached patch does probably aleviate the build issue on > 64ibit > intel platforms by setting the compiler flag only on i[3456]86 > platforms. If I understood correctly, the build will still fail for > sub > i586 platforms, but should work for all other 32bit intel system. > (Unfortunately, I have no machine to test this).
Thanks, this looks right and I've applied it. It still works for me on x86-32. Can anyone test this on a non-x86 architecture (Yen-Ju - do you still have a PowerPC install)? It's broken on systems below a 586, but I don't really care about that. These lack the atomic operations and so will be painfully slow anyway (without them, GNUstep uses a POSIX mutex for every -retain and -release, which will make slow machines even slower). David _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
