CPU when installing

Torbjorn Granlund tg at swox.com
Thu Feb 12 20:39:06 CET 2004


"Chris Saunders" <chris.saunders at sympatico.ca> writes:

  When compiling (using MSYS and MinGW) the calls to gcc are showing:
  
  -mcpu=pentiumpro -march=pentiumpro
  
  Is this correct for my processor (Pentium4) and if not how would
  I go about changing this (I assume this is being determined by
  configure)?
  
The GMP configure chooses the best opetions for your processor
that the installed compiler accepts.  You might get more joy
by installing a newer gcc.  (You can see what gcc version you have
now by uskng the -v flags.)

-- 
Torbjörn


More information about the gmp-discuss mailing list