build the kernel module with the same compiler as the kernel itself. Maybe there should be abstracted over this.
svn path=/nixpkgs/trunk/; revision=5744
This commit is contained in:
parent
48ec553d82
commit
bed1399eef
@ -1860,7 +1860,8 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ov511 = (import ../os-specific/linux/ov511) {
|
ov511 = (import ../os-specific/linux/ov511) {
|
||||||
inherit stdenv fetchurl kernel;
|
inherit fetchurl kernel;
|
||||||
|
stdenv = overrideGCC stdenv gcc34;
|
||||||
};
|
};
|
||||||
|
|
||||||
pam = (import ../os-specific/linux/pam) {
|
pam = (import ../os-specific/linux/pam) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user