mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
stub for gcc42
svn path=/nixpkgs/trunk/; revision=8718
This commit is contained in:
parent
8191ee8927
commit
978a82c5f4
1 changed files with 5 additions and 0 deletions
|
@ -676,6 +676,11 @@ rec {
|
|||
profiledCompiler = false;
|
||||
})));
|
||||
|
||||
gcc42 = wrapGCC (import ../development/compilers/gcc-4.2 {
|
||||
inherit fetchurl stdenv noSysDirs;
|
||||
profiledCompiler = false;
|
||||
});
|
||||
|
||||
# !!! GCC with the new wrapper. Should be removed eventually (and
|
||||
# then the lowPrio on gcc41 should go, of course).
|
||||
gccNew = wrapGCCNew (gcc.gcc);
|
||||
|
|
Loading…
Reference in a new issue