Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214591 - sys-devel/gcc : is adding pch useflag possible ?
Summary: sys-devel/gcc : is adding pch useflag possible ?
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-24 20:25 UTC by Rafał Mużyło
Modified: 2008-03-24 21:08 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 Rafał Mużyło 2008-03-24 20:25:31 UTC
I'm building gcc with following useflags:
doc fortran gtk libffi mudflap multislot nls objc objc-gc openmp (-altivec) -bootstrap -build -gcj (-hardened) -ip28 -ip32r10k (-multilib) (-n32) (-n64) -nocxx -objc++ -test -vanilla
I learned that --libstdcxx-pch can be passed to libstdc++ configure to disable use of precompiled headers while building. As toolchain.eclass is very confusing, I wonder if a pch useflag can be added to the ebuild ?
Comment 1 Rafał Mużyło 2008-03-24 20:26:32 UTC
That's --disable-libstdcxx-pch, of course.
Comment 2 SpanKY gentoo-dev 2008-03-24 21:08:00 UTC
EXTRA_ECONF=--your-magic-flags emerge gcc