Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32380 - wmpower-0.3.0 does not use CFLAGS specified in /etc/make.conf
Summary: wmpower-0.3.0 does not use CFLAGS specified in /etc/make.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Nigbur (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-31 04:56 UTC by Brandy Westcott (RETIRED)
Modified: 2003-11-01 12:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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