stub for gcc42
svn path=/nixpkgs/trunk/; revision=8718
This commit is contained in:
parent
8191ee8927
commit
978a82c5f4
@ -676,6 +676,11 @@ rec {
|
|||||||
profiledCompiler = false;
|
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
|
# !!! GCC with the new wrapper. Should be removed eventually (and
|
||||||
# then the lowPrio on gcc41 should go, of course).
|
# then the lowPrio on gcc41 should go, of course).
|
||||||
gccNew = wrapGCCNew (gcc.gcc);
|
gccNew = wrapGCCNew (gcc.gcc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user