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:
Armijn Hemel 2006-07-17 17:51:50 +00:00
parent 48ec553d82
commit bed1399eef

View File

@ -1860,7 +1860,8 @@ rec {
};
ov511 = (import ../os-specific/linux/ov511) {
inherit stdenv fetchurl kernel;
inherit fetchurl kernel;
stdenv = overrideGCC stdenv gcc34;
};
pam = (import ../os-specific/linux/pam) {