Added FEATURES="-buildpkg" to emerge when building the toolchain.
Tests: Did an incremental build/install of gcc.
Before this CL: 12m 19 seconds.
After this CL: 39 seconds.
PRESUBMIT=passed
R=llozano,bjanakiraman
DELTA=2 (1 added, 0 deleted, 1 changed)
OCL=59320-p2
RCL=59322-p2
RDATE=2012/03/20 15:29:11
P4 change: 42674084
diff --git a/v14/build_tc.py b/v14/build_tc.py
index c344aef..fa2beda 100755
--- a/v14/build_tc.py
+++ b/v14/build_tc.py
@@ -121,7 +121,8 @@
def BuildTool(self):
env = self._build_env
- features = "nostrip userpriv userfetch -sandbox noclean"
+ # FEATURES=buildpkg adds minutes of time so we disable it.
+ features = "nostrip userpriv userfetch -sandbox noclean -buildpkg"
env["FEATURES"] = features
if self._incremental: