mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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 New Issue
Block a user