David O'Brien <[EMAIL PROTECTED]> wrote:

> What???  'pentiumpro' code isn't going to be very optimized for a Pentium
> (if it even runs at all).

According to the gcc(1) man page, -mpentiumpro is synonymous to
-mcpu=pentiumpro, which only affects instruction scheduling but
not the actual instruction set used (for that, use -march=...).
So it certainly should run.

If you are aware that the man page is wrong in this respect, please
tell us!

-- 
Christian "naddy" Weisgerber                  [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to