" -Si nocygwin <0/1> : Do/don't depend on GPL cygwin library\n");
fprintf(stderr,
" (Windows compiler/cygwin install only)\n");
-/* Disabled due to abuse
fprintf(stderr,
" -Si cputhrchk <0/1> : Ignore/heed CPU throttle probe\n");
- */
fprintf(stderr,
" -tl <#> <list> : set # of threads, use list of affinity IDs\n");
fprintf(stderr,
*NoF77 = k;
else if (!strcmp(sp0, "nocygwin"))
*NoCygwin = k;
+ else if (!strcmp(sp0, "cputhrchk"))
+ *ThrChk = k;
else if (!strcmp(sp0, "kern"))
gcc3 = sp;
else if (!strcmp(sp0, "ADdir") || !strcmp(sp0, "addir"))