Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464786 - sys-devel/gcc - Allow bypass of three stage boostrap during build
Summary: sys-devel/gcc - Allow bypass of three stage boostrap during build
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-05 23:51 UTC by Raymond Jennings
Modified: 2013-04-07 20:46 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 Raymond Jennings 2013-04-05 23:51:55 UTC
Gcc is a huge package and takes a very long time to compile.

Allow the build process to skip bootstrapping

http://gcc.gnu.org/install/build.html, see "--disable-bootstrap"

Reproducible: Always
Comment 1 Raymond Jennings 2013-04-05 23:52:27 UTC
Optional behavior suggestion, of course.

Perhaps with a "no-bootstrap" use flag of some sort.
Comment 2 SpanKY gentoo-dev 2013-04-07 20:46:11 UTC
you can already do this in per-package env.  this isn't USE flag worthy.
  EXTRA_ECONF='--disable-bootstrap'

so if that's all you need, i guess there's no work necessary here.