* 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:
parent
f55932d92b
commit
79a1f8186f
@ -676,7 +676,7 @@ rec {
|
|||||||
|
|
||||||
gcc42 = wrapGCC (import ../development/compilers/gcc-4.2 {
|
gcc42 = wrapGCC (import ../development/compilers/gcc-4.2 {
|
||||||
inherit fetchurl stdenv noSysDirs;
|
inherit fetchurl stdenv noSysDirs;
|
||||||
profiledCompiler = false;
|
profiledCompiler = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
# !!! GCC with the new wrapper. Should be removed eventually (and
|
# !!! GCC with the new wrapper. Should be removed eventually (and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user