On Mon, Mar 26, 2001 at 05:18:50PM -0800, Eric M Logan wrote:
> Perhaps somebody can shed some light on this.  Doing a "man gcc", I see
> that the "march=" variable supports i386, i486, pentium, and
> pentiumpro.  I'm trying to build for a k6-2 and a k6-3 cpu.  I would,
> and can only, use march=pentium right?  I ask because I've seen some
> people specify march=k6 but looking through the man pages, I see nothing
> about the k6*.  Any help would be great, thanks.
> 
> PS and yes, I've searched throughly through the list archives w/o
> success about this topic so that's not an option.  Thanks.

Set CPUTYPE=<whatever> in /etc/make.conf if you're using 4.3-BETA or
later.  The list of valid <whatever>s is in /etc/defaults/make.conf.

For older releases, add -march=k6 to your CFLAGS and/or COPTFLAGS as
appropriate, by hand.

Kris

PGP signature

Reply via email to