3
0
Fork 0
forked from mirrors/nixpkgs

build kernel 2.6.11.12 with gcc34 for now

svn path=/nixpkgs/trunk/; revision=5515
This commit is contained in:
Armijn Hemel 2006-06-24 12:11:15 +00:00
parent 44f45b4dbd
commit f104be84c6

View file

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