* Lower the priority of GCC 4.2.
svn path=/nixpkgs/trunk/; revision=8821
This commit is contained in:
parent
803f369435
commit
12ea601a2f
@ -683,10 +683,10 @@ rec {
|
|||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
gcc42 = wrapGCC (import ../development/compilers/gcc-4.2 {
|
gcc42 = lowPrio (wrapGCC (import ../development/compilers/gcc-4.2 {
|
||||||
inherit fetchurl stdenv noSysDirs;
|
inherit fetchurl stdenv 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…
x
Reference in New Issue
Block a user