From owner-freebsd-current Sat May 11 22:34:34 2002 Delivered-To: freebsd-current@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 20D2B37B405 for ; Sat, 11 May 2002 22:34:29 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 5E3CB319936; Sun, 12 May 2002 00:34:30 -0500 (CDT) Date: Sun, 12 May 2002 00:34:30 -0500 From: "David W. Chapman Jr." To: freebsd-current@FreeBSD.ORG Cc: Kris Kennaway , "Steven G. Kargl" Subject: Re: patch to add athlon to bsd.cpu.mk Message-ID: <20020512053430.GA52586@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: freebsd-current@FreeBSD.ORG, Kris Kennaway , "Steven G. Kargl" References: <200205111912.g4BJCG8W072725@troutmask.apl.washington.edu> <20020511130835.B55218@xor.obsecurity.org> <20020511133505.C13914@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020511133505.C13914@dragon.nuxi.com> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-STABLE i386 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:35:05PM -0700, David O'Brien wrote: > 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. So if I have an athlon-xp do I set CPUTYPE to athlon and it handles everything for me and selects the correct one or athlon-xp? -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message