public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] make.conf optimization flags for k6, athlon
@ 2001-07-13 14:36 Dan Armak
  2001-07-13 14:55 ` Daniel Robbins
  2001-07-14 18:56 ` Thomas Beaudry
  0 siblings, 2 replies; 11+ messages in thread
From: Dan Armak @ 2001-07-13 14:36 UTC (permalink / raw
  To: gentoo-dev

Hi all,

In make.conf we specify the optimization CXXFLAGS as follows:

# For Pentium and k6/2 machines 
# -----------------------------

#CHOST="i586-pc-linux-gnu"
#CFLAGS="-mpentium -march=pentium -O3 -pipe"
#CXXFLAGS="-mpentium -march=pentium -O3 -pipe"

Why don't we use -march=k6 -mcpu=k6? Wouldn't that allow use of mmx and 
3dnow, which a generic pentium doesn't have?


# For PII PIII and Athlon machines
# --------------------------------

#CHOST="i686-pc-linux-gnu"
#CFLAGS="-mpentiumpro -march=pentiumpro -O3 -pipe"
#CXXFLAGS="-mpentiumpro -march=pentiumpro -O3 -pipe"

The same here: I believe (though I'm not sure as I don't have an Athlon) that 
the flags -mcpu=athlon -march=athlon might be of use.

Dan Armak



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2001-07-15  6:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-13 14:36 [gentoo-dev] make.conf optimization flags for k6, athlon Dan Armak
2001-07-13 14:55 ` Daniel Robbins
2001-07-13 15:00   ` Dan Armak
2001-07-13 15:38     ` Daniel Robbins
2001-07-14  1:11       ` Dan Armak
2001-07-14  2:12         ` Daniel Robbins
2001-07-14  3:28         ` Hendrik Visage
2001-07-14  4:04           ` Dan Armak
2001-07-14 18:56 ` Thomas Beaudry
2001-07-15  0:15   ` Dan Armak
2001-07-15  0:45     ` Thomas Beaudry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox