Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2002 14:17:40 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        current@freebsd.org
Subject:   Re: embellish of bsd.cpu.mk
Message-ID:  <20020511141740.A14723@dragon.nuxi.com>
In-Reply-To: <20020511134632.C57286@xor.obsecurity.org>; from kris@obsecurity.org on Sat, May 11, 2002 at 01:46:32PM -0700
References:  <20020511133309.A14228@dragon.nuxi.com> <20020511134632.C57286@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 11, 2002 at 01:46:32PM -0700, Kris Kennaway wrote:
> On Sat, May 11, 2002 at 01:33:09PM -0700, David O'Brien wrote:
> 
> > @@ -87,17 +113,17 @@
> >  # presence of a CPU feature.
> >  
> >  .if ${MACHINE_ARCH} == "i386"
> > -. if ${CPUTYPE} == "k7"
> > -MACHINE_CPU = k7 3dnow mmx k6 k5 i586 i486 i386
> > +. if ${CPUTYPE} == "athlon"
> > +MACHINE_CPU = athlon 3dnow mmx k6 k5 i586 i486 i386
> 
> This one should probably be left as k7; MACHINE_CPU is the variable
> that is supposed to be used by applications to selectively enable
> optimizations (so changing the name of the keyword from k7 to athlon
> would break selection).

Should we have "k7 athlon duron" there?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020511141740.A14723>