Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380251 - media-gfx/asymptote-2.13 uses CFLAGS instead of CXXFLAGS
Summary: media-gfx/asymptote-2.13 uses CFLAGS instead of CXXFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 380185
  Show dependency tree
 
Reported: 2011-08-22 17:12 UTC by Agostino Sarubbo
Modified: 2011-08-27 07:11 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 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.