* Build gcc 4.2.0 with a profiled bootstrap. This makes the generated

compiler slightly faster.

svn path=/nixpkgs/trunk/; revision=8727
This commit is contained in:
Eelco Dolstra 2007-05-21 21:48:06 +00:00
parent f55932d92b
commit 79a1f8186f

@ -676,7 +676,7 @@ rec {
gcc42 = wrapGCC (import ../development/compilers/gcc-4.2 {
inherit fetchurl stdenv noSysDirs;
profiledCompiler = false;
profiledCompiler = true;
});
# !!! GCC with the new wrapper. Should be removed eventually (and