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) {
|
kernel = (import ../os-specific/linux/kernel) {
|
||||||
inherit fetchurl stdenv perl;
|
inherit fetchurl stdenv perl;
|
||||||
|
stdenv = overrideGCC stdenv gcc34;
|
||||||
};
|
};
|
||||||
|
|
||||||
#klibc = (import ../os-specific/linux/klibc) {
|
#klibc = (import ../os-specific/linux/klibc) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user