3
0
Fork 0
forked from mirrors/nixpkgs

* 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

View file

@ -1759,16 +1759,16 @@ let
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
gettext which noSysDirs;
profiledCompiler = true;
});
}));
gccApple = wrapGCC (import ../development/compilers/gcc-apple {
inherit fetchurl stdenv noSysDirs;
profiledCompiler = true;
});
inherit fetchurl stdenv noSysDirs;
profiledCompiler = true;
});
gccupc40 = wrapGCCUPC (import ../development/compilers/gcc-upc-4.0 {
inherit fetchurl stdenv bison autoconf gnum4 noSysDirs;