Subject: Re: cpuflags problem
To: None <netbsd-help@NetBSD.org>
From: Martin Schmitz <martin-schmitz@web.de>
List: netbsd-help
Date: 02/27/2004 20:29:36
Manuel Bouyer wrote:
> On Thu, Feb 26, 2004 at 02:44:20PM -0800, MetalliQaZ wrote:
> 
>>Can anyone explain why the following occurs?
>>
>>$ sysctl -n hw.model
>>Intel Pentium III (Katmai) (686-class)
>>$ cpuflags
>>-march=pentiumpro
>>
>>I looked in the cpuflags script, and even tho the output from sysctl matches
>>two possibilites in the case statement, by my understanding the output from
>>cpuflags should still be this:
>>
>>-march=pentium3
>>
>>I know theres not much difference, expecially on a headless machine, but it
>>still bugs me.
>>Thanks in advance for any insights
> 
> -march=pentium3 doens't work for the gcc shipped with 1.6.x
> 
-march=pentiumpro doesn't work either. At least many applications from 
pkgsrc fail to build with it.

Martin