about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2012-12-23 20:11:33 +0100
committerLluís Batlle i Rossell <viric@viric.name>2012-12-26 22:01:13 +0000
commit164a84f8f4bd41a24ab2d9dc39fd2537de50bd0a (patch)
tree786da07fc9fb10a084157611eca97fac5fdd39cf /pkgs/development/compilers
parent4c8bca317b03cd546b440b0d487bda53f85e8767 (diff)
downloadnixlib-164a84f8f4bd41a24ab2d9dc39fd2537de50bd0a.tar
nixlib-164a84f8f4bd41a24ab2d9dc39fd2537de50bd0a.tar.gz
nixlib-164a84f8f4bd41a24ab2d9dc39fd2537de50bd0a.tar.bz2
nixlib-164a84f8f4bd41a24ab2d9dc39fd2537de50bd0a.tar.lz
nixlib-164a84f8f4bd41a24ab2d9dc39fd2537de50bd0a.tar.xz
nixlib-164a84f8f4bd41a24ab2d9dc39fd2537de50bd0a.tar.zst
nixlib-164a84f8f4bd41a24ab2d9dc39fd2537de50bd0a.zip
Restoring the gcc 4.6 builder. No need to change it.
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/gcc/4.6/builder.sh14
1 files 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 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