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

Bug 32380

Summary: wmpower-0.3.0 does not use CFLAGS specified in /etc/make.conf
Product: Gentoo Linux Reporter: Brandy Westcott (RETIRED) <brandy>
Component: Current packagesAssignee: Markus Nigbur (RETIRED) <pYrania>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Brandy Westcott (RETIRED) gentoo-dev 2003-10-31 04:56:04 UTC
wmpower-0.3.0 does not use CFLAGS specified in /etc/make.conf but
rather sets CFLAGS="-O3 -fomit-frame-pointer -pipe -W -Wall" in the
configure script. It also appends a value for '-march' based on grepping
/proc/cpuinfo. Unfortunately, the checks for the -march value do not
cover all CPU architectures and they also pose the problem of
specifying "-march=pentium4 -O3" or "-march=athlon-4 -O3" which may
prove problematic if compiling with older versions of gcc.
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2003-11-01 12:12:33 UTC
fixed in cvs