* Put back in the code to do a profiled GCC build, but turn in off
(build ICEs). svn path=/nixpkgs/trunk/; revision=6861
This commit is contained in:
parent
43fb5626d6
commit
2d3cfb2058
@ -73,4 +73,10 @@ postInstall() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if test -z "$profiledCompiler"; then
|
||||||
|
makeFlags="bootstrap $makeFlags"
|
||||||
|
else
|
||||||
|
makeFlags="profiledbootstrap $makeFlags"
|
||||||
|
fi
|
||||||
|
|
||||||
genericBuild
|
genericBuild
|
||||||
|
@ -641,7 +641,7 @@ rec {
|
|||||||
|
|
||||||
gcc41 = wrapGCC (import ../development/compilers/gcc-4.1 {
|
gcc41 = wrapGCC (import ../development/compilers/gcc-4.1 {
|
||||||
inherit fetchurl stdenv noSysDirs;
|
inherit fetchurl stdenv noSysDirs;
|
||||||
profiledCompiler = true;
|
profiledCompiler = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
gccApple = wrapGCC (import ../development/compilers/gcc-apple {
|
gccApple = wrapGCC (import ../development/compilers/gcc-apple {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user