mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
kernel: fix cross compilation with gcc 7
This commit is contained in:
parent
d73aa60a65
commit
643ba8254d
|
@ -11,7 +11,7 @@
|
|||
|
||||
, # Allow really overriding even our gcc7 default.
|
||||
# We want gcc >= 7.3 to enable the "retpoline" mitigation of security problems.
|
||||
stdenvNoOverride ? overrideCC stdenv gcc7
|
||||
stdenvNoOverride ? overrideCC stdenv buildPackages.gcc7
|
||||
|
||||
, # The kernel source tarball.
|
||||
src
|
||||
|
|
Loading…
Reference in a new issue