* Lower the priority of GCC 4.2.

svn path=/nixpkgs/trunk/; revision=8821
This commit is contained in:
Eelco Dolstra 2007-06-03 20:17:07 +00:00
parent 803f369435
commit 12ea601a2f

View File

@ -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;