Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 457720 - sci-mathematics/frobby should not use CFLAGS
Summary: sci-mathematics/frobby should not use CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Kahle (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-15 16:33 UTC by Agostino Sarubbo
Modified: 2013-02-16 10:00 UTC (History)
1 user (show)

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 Agostino Sarubbo gentoo-dev 2013-02-15 16:33:07 UTC
From the log:

x86_64-pc-linux-gnu-g++ -march=native -O2 -g0 -pipe -march=native -O2 -pipe -Wall -ansi -pedantic -I  -Wno-uninitialized -Wno-unused-parameter -O2 -fPIC -c src/SquareFreeIdeal.cpp -o bin/shared/SquareFreeIdeal.o

vbp ~ # portageq envvar CFLAGS
-march=native -O2 -g0 -pipe
vbp ~ # portageq envvar CXXFLAGS
-march=native -O2 -pipe


So it does $CXX $CFLAGS $CXXFLAGS
Comment 1 Thomas Kahle (RETIRED) gentoo-dev 2013-02-16 10:00:38 UTC
Fixed in the current ebuild, CFLAGS are now ignored.