* 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:
@@ -73,4 +73,10 @@ postInstall() {
|
||||
}
|
||||
|
||||
|
||||
if test -z "$profiledCompiler"; then
|
||||
makeFlags="bootstrap $makeFlags"
|
||||
else
|
||||
makeFlags="profiledbootstrap $makeFlags"
|
||||
fi
|
||||
|
||||
genericBuild
|
||||
|
||||
Reference in New Issue
Block a user