1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

* 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;
}));
gcc42 = wrapGCC (import ../development/compilers/gcc-4.2 {
gcc42 = lowPrio (wrapGCC (import ../development/compilers/gcc-4.2 {
inherit fetchurl stdenv noSysDirs;
profiledCompiler = true;
});
}));
gccApple = wrapGCC (import ../development/compilers/gcc-apple {
inherit fetchurl stdenv noSysDirs;