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:
parent
803f369435
commit
12ea601a2f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue