* GCC 4.3 should be the default.
svn path=/nixpkgs/trunk/; revision=17368
This commit is contained in:
parent
f467c6d131
commit
22c35b04dd
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue