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:
parent
44f45b4dbd
commit
f104be84c6
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue