build the old kernel with gcc34
svn path=/nixpkgs/trunk/; revision=5742
This commit is contained in:
parent
d86c05ba13
commit
48ec553d82
@ -1843,7 +1843,8 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
kernel = (import ../os-specific/linux/kernel) {
|
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) {
|
#klibc = (import ../os-specific/linux/klibc) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user