On Sun, May 19, 2013 at 10:15 PM, Stephen Kelly <steveire at gmail.com> wrote: > Please apply the attached. Hi Stephen, This needs a test (a mock of a sysroot with cross-compilers). Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/