Skip to content

Commit

Permalink
Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y
Browse files Browse the repository at this point in the history
New 4.14 kernel is using CONFIG_UNWINDER_ORC=y by default
but having USE="minimal" is removing virtual/libelf,
this is breaking the Kernel compilation.
Closes: gentoo#6898
  • Loading branch information
aliceinwire committed Feb 7, 2018
1 parent 52dfd01 commit f9b2693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/kernel-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ if [[ ${ETYPE} == sources ]]; then
sys-devel/make
dev-lang/perl
sys-devel/bc
virtual/libelf
)"

SLOT="${PVR}"
Expand Down

0 comments on commit f9b2693

Please sign in to comment.