mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
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;
|
inherit fetchurl stdenv gawk system;
|
||||||
};
|
};
|
||||||
|
|
||||||
gcc = gcc43;
|
gcc = gcc44;
|
||||||
|
|
||||||
gcc295 = wrapGCC (import ../development/compilers/gcc-2.95 {
|
gcc295 = wrapGCC (import ../development/compilers/gcc-2.95 {
|
||||||
inherit fetchurl stdenv noSysDirs;
|
inherit fetchurl stdenv noSysDirs;
|
||||||
|
Loading…
Reference in New Issue
Block a user