* GCC 4.3 should be the default.

svn path=/nixpkgs/trunk/; revision=17368
This commit is contained in:
Eelco Dolstra 2009-09-23 18:33:40 +00:00
parent f467c6d131
commit 22c35b04dd
1 changed files with 5 additions and 5 deletions

View File

@ -1759,11 +1759,11 @@ let
enableMultilib = true; enableMultilib = true;
})); }));
gcc44 = wrapGCC (makeOverridable (import ../development/compilers/gcc-4.4) { gcc44 = lowPrio (wrapGCC (makeOverridable (import ../development/compilers/gcc-4.4) {
inherit fetchurl stdenv texinfo gmp mpfr ppl cloogppl inherit fetchurl stdenv texinfo gmp mpfr ppl cloogppl
gettext which noSysDirs; gettext which noSysDirs;
profiledCompiler = true; profiledCompiler = true;
}); }));
gccApple = wrapGCC (import ../development/compilers/gcc-apple { gccApple = wrapGCC (import ../development/compilers/gcc-apple {
inherit fetchurl stdenv noSysDirs; inherit fetchurl stdenv noSysDirs;