public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] How reliable is emerge --info output?
@ 2013-01-14 11:18 Adam Carter
  2013-01-14 11:45 ` Bruce Hill
  2013-01-14 12:05 ` Mark David Dumlao
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Carter @ 2013-01-14 11:18 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org

[-- Attachment #1: Type: text/plain, Size: 864 bytes --]

The first CFLAGS (or CXXFLAGS) line below appears to be taken from the
environment setting, and the second is from the "<packagename> was built
with the following" section of the emerge --info output.

Squid looks as it should (the -flto is added to that package only) but for
firefox it appears that -O2 has been stripped, and not replaced with -O3,
which IIRC is the default for that package.

# grep ^CFL /etc/make.conf
CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2 -pipe"

# emerge --info squid | grep ^CFL
CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2 -pipe"
CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2 -pipe -flto"

# emerge --info firefox | grep ^CFL
CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2 -pipe"
CFLAGS="-march=amdfam10 -pipe -mno-avx"

Is anyone getting O2 or O3 in their emerge --info firefox output?

[-- Attachment #2: Type: text/html, Size: 1068 bytes --]

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

end of thread, other threads:[~2013-01-14 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14 11:18 [gentoo-user] How reliable is emerge --info output? Adam Carter
2013-01-14 11:45 ` Bruce Hill
2013-01-14 12:05 ` Mark David Dumlao
2013-01-14 21:53   ` Adam Carter

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