From owner-freebsd-current Sat May 11 13:35: 9 2002 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id E234237B404 for ; Sat, 11 May 2002 13:35:05 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4BKZ5ev014284; Sat, 11 May 2002 13:35:05 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4BKZ50p014283; Sat, 11 May 2002 13:35:05 -0700 (PDT) Date: Sat, 11 May 2002 13:35:05 -0700 From: "David O'Brien" To: Kris Kennaway Cc: "Steven G. Kargl" , freebsd-current@FreeBSD.ORG Subject: Re: patch to add athlon to bsd.cpu.mk Message-ID: <20020511133505.C13914@dragon.nuxi.com> Reply-To: freebsd-current@FreeBSD.ORG References: <200205111912.g4BJCG8W072725@troutmask.apl.washington.edu> <20020511130835.B55218@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020511130835.B55218@xor.obsecurity.org>; from kris@obsecurity.org on Sat, May 11, 2002 at 01:08:35PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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