On Sat, May 11, 2002 at 01:33:38PM -0700, Steve Kargl 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.
> > 
> 
> There is no -mk7 switch not -mcpu=k7.  I tried 
> both with a Hello World program.

You missed the point.  We've accepted CPUTYPE=k7 for ages, including
in -stable.  Your patch removes this, thereby breaking backwards
compatibility for no good reason.

Kris

Attachment: msg38204/pgp00000.pgp
Description: PGP signature

Reply via email to