Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440224 - sys-devel/gcc: killing USE='build bootstrap'
Summary: sys-devel/gcc: killing USE='build bootstrap'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Stages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-30 08:24 UTC by SpanKY
Modified: 2013-01-24 01:27 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 SpanKY gentoo-dev 2012-10-30 08:24:25 UTC
in the past, these flags did more.  today, they do one thing -- force gcc-config to be run.  but the current logic should already take care of that.  can you try building stages with this change:

 should_we_gcc_config() {
     # we always want to run gcc-config if we're bootstrapping, otherwise
     # we might get stuck with the c-only stage1 compiler
-    use_if_iuse bootstrap && return 0
-    use build && return 0
 
     # if the current config is invalid, we definitely want a new one
Comment 1 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2012-11-01 17:44:46 UTC
I'll test this change during this weekend and will report back.
Comment 2 SpanKY gentoo-dev 2013-01-24 01:27:37 UTC
Jorge said things seemed to work for him

http://sources.gentoo.org/eclass/toolchain.eclass?r1=1.567&r2=1.568