forked from mirrors/nixpkgs
Switch to GCC 4.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18676
This commit is contained in:
parent
a3403e6828
commit
f310356cbc
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue