Setting the stdenv compiler to gcc 4.7.

This commit is contained in:
Lluís Batlle i Rossell 2012-12-30 15:22:40 +01:00
parent df65a79bb3
commit 601b69a218

View file

@ -1884,7 +1884,7 @@ let
gambit = callPackage ../development/compilers/gambit { };
gcc = gcc46;
gcc = gcc47;
gcc295 = wrapGCC (import ../development/compilers/gcc/2.95 {
inherit fetchurl stdenv noSysDirs;