build the old kernel with gcc34

svn path=/nixpkgs/trunk/; revision=5742
This commit is contained in:
Armijn Hemel 2006-07-17 17:16:31 +00:00
parent d86c05ba13
commit 48ec553d82

View File

@ -1843,7 +1843,8 @@ rec {
};
kernel = (import ../os-specific/linux/kernel) {
inherit fetchurl perl mktemp stdenv;
inherit fetchurl perl mktemp;
stdenv = overrideGCC stdenv gcc34;
};
#klibc = (import ../os-specific/linux/klibc) {