Date: Sat, 11 May 2002 13:08:35 -0700 From: Kris Kennaway <kris@obsecurity.org> To: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu> Cc: freebsd-current@FreeBSD.ORG Subject: Re: patch to add athlon to bsd.cpu.mk Message-ID: <20020511130835.B55218@xor.obsecurity.org> In-Reply-To: <200205111912.g4BJCG8W072725@troutmask.apl.washington.edu>; from kargl@troutmask.apl.washington.edu on Sat, May 11, 2002 at 12:12:16PM -0700 References: <200205111912.g4BJCG8W072725@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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. Kris --H1spWtNR+x+ondvy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE83XpDWry0BWjoQKURAs/vAKD7j3kcWeR+Qtm4skLp7ptm4qdXRgCg7Nhy 8IbzmcUwgm4XqVbGamVWTJQ= =8RrL -----END PGP SIGNATURE----- --H1spWtNR+x+ondvy-- 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?20020511130835.B55218>