Date: Sat, 11 May 2002 13:35:05 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Kris Kennaway <kris@obsecurity.org> Cc: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>, freebsd-current@FreeBSD.ORG Subject: Re: patch to add athlon to bsd.cpu.mk Message-ID: <20020511133505.C13914@dragon.nuxi.com> In-Reply-To: <20020511130835.B55218@xor.obsecurity.org>; from kris@obsecurity.org on Sat, May 11, 2002 at 01:08:35PM -0700 References: <200205111912.g4BJCG8W072725@troutmask.apl.washington.edu> <20020511130835.B55218@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 11, 2002 at 01:08:35PM -0700, Kris Kennaway wrote: > On Sat, May 11, 2002 at 12:12:16PM -0700, Steven G. Kargl wrote: > > -. if ${CPUTYPE} == "k7" > > -_CPUCFLAGS = -march=k6 # gcc doesn't support athlon yet, but it will > > +. if ${CPUTYPE} == "athlon" > > +_CPUCFLAGS = -march=athlon > > AFAIK the k7 is a valid name for the athlon (marchitecture name). > Don't break backwards compatibility here. Nope. Athlon(tm) is the correct name, just like there really isn't a "i586". I just posted a patch for review. Being the originator of bsd.cpu.mk, I hope you review it. 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?20020511133505.C13914>