From 164a84f8f4bd41a24ab2d9dc39fd2537de50bd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 23 Dec 2012 20:11:33 +0100 Subject: [PATCH] Restoring the gcc 4.6 builder. No need to change it. --- pkgs/development/compilers/gcc/4.6/builder.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/development/compilers/gcc/4.6/builder.sh b/pkgs/development/compilers/gcc/4.6/builder.sh index fbfe86a7b31..2f655ece170 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