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

Bug 380251

Summary: media-gfx/asymptote-2.13 uses CFLAGS instead of CXXFLAGS
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Andrey Grozin <grozin>
Status: RESOLVED FIXED    
Severity: normal CC: sci
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 380185    

Description Agostino Sarubbo gentoo-dev 2011-08-22 17:12:11 UTC
My flags are set by me in this way to found problems like this. From build.log:

x86_64-pc-linux-gnu-g++ -Wall -ansi -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -DTRANSJUMP -DHAVE_SYS_TYPES_H -march=native -O2 -g0 --no-var-tracking -I . -I/usr/include/gc -I/usr/include/gc -o tr.o -c tr.cc


amd64box binutils # emerge --info | grep CXX
CXXFLAGS="-march=native -O2"
amd64box binutils # emerge --info | grep CFLAGS
CFLAGS="-march=native -O2 -g0"

So it uses CFLAGS
Comment 1 Andrey Grozin gentoo-dev 2011-08-27 07:11:14 UTC
Thanks, fixed.