Trying to make gcc 4.5 the default

svn path=/nixpkgs/branches/stdenv-updates/; revision=22255
This commit is contained in:
Lluís Batlle i Rossell 2010-06-14 09:30:31 +00:00
parent 86345919c2
commit 21aae800af

View File

@ -2031,7 +2031,7 @@ let
inherit fetchurl stdenv builderDefsPackage;
};
gcc = gcc44;
gcc = gcc45;
gcc295 = wrapGCC (import ../development/compilers/gcc-2.95 {
inherit fetchurl stdenv noSysDirs;