Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402239 - dev-perl/Search-Xapian-1.2.8 uses CFLAGS instead of CXXFLAGS
Summary: dev-perl/Search-Xapian-1.2.8 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: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-05 09:53 UTC by Agostino Sarubbo
Modified: 2019-10-03 14:35 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 2012-02-05 09:53:17 UTC
g++ -c   -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=native -O2 -g0   -DVERSION=\"1.2.8.0\" -DXS_VERSION=\"1.2.8.0\" -fPIC "-I/usr/lib64/perl5/5.12.4/x86_64-linux/CORE"   handle_exception.cc


amd64box ~ # emerge --info | grep CFLAGS
CFLAGS="-march=native -O2 -g0"



amd64box ~ # emerge --info | grep CXX
CXXFLAGS="-march=native -O2"
Comment 1 Anthony Basile gentoo-dev 2019-10-03 14:35:54 UTC
Current versions have `myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"`.  I don't know at what point this was fixed.