Switch to GCC 4.4.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18676
This commit is contained in:
Ludovic Courtès 2009-11-27 17:59:03 +00:00
parent a3403e6828
commit f310356cbc

View file

@ -1738,7 +1738,7 @@ let
inherit fetchurl stdenv gawk system;
};
gcc = gcc43;
gcc = gcc44;
gcc295 = wrapGCC (import ../development/compilers/gcc-2.95 {
inherit fetchurl stdenv noSysDirs;