diff --git a/pkgs/development/compilers/gcc/4.6/builder.sh b/pkgs/development/compilers/gcc/4.6/builder.sh index fbfe86a7b314..2f655ece1703 100644 --- a/pkgs/development/compilers/gcc/4.6/builder.sh +++ b/pkgs/development/compilers/gcc/4.6/builder.sh @@ -244,12 +244,12 @@ postInstall() { } -#if test -z "$targetConfig" && test -z "$crossConfig"; then -# if test -z "$profiledCompiler"; then -# buildFlags="bootstrap $buildFlags" -# else -# buildFlags="profiledbootstrap $buildFlags" -# fi -#fi +if test -z "$targetConfig" && test -z "$crossConfig"; then + if test -z "$profiledCompiler"; then + buildFlags="bootstrap $buildFlags" + else + buildFlags="profiledbootstrap $buildFlags" + fi +fi genericBuild