stub for gcc42

svn path=/nixpkgs/trunk/; revision=8718
This commit is contained in:
Armijn Hemel 2007-05-19 19:44:15 +00:00
parent 8191ee8927
commit 978a82c5f4

View file

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