Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 5609

Summary: gnome-applets-2.0.1 compiles with wrong CFLAGS
Product: Gentoo Linux Reporter: Maik Schreiber <blizzy-keyword-gentoo_bugs2.a8a736>
Component: New packagesAssignee: Spider (RETIRED) <spider>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maik Schreiber 2002-07-26 09:41:21 UTC
I've set CFLAGS="-march=athlon -O3 -funroll-loops -pipe" in /etc/make.conf (GCC
3.1 profile), yet gnome-applets-2.0.1 compiles with "-O2 -march=i686 -pipe".
Comment 1 Maik Schreiber 2002-07-26 09:43:14 UTC
It's even worse: It uses "-mcpu=i686", not "-march=i686".
Comment 2 Maik Schreiber 2002-07-26 09:54:05 UTC
Forget it. It looks like I've updated Portage with CONFIG_PROTECT="" set, so it
overwrote my CFLAGS in /etc/make.conf. My apologies.