From: Jan Stancek on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3714

debugedit-5.1-5.fc42 adds support to override tools with target versions:
  find-debuginfo relies on a couple of binutils tools (readelf, objcopy
  and nm) that might not have been build with cross-arch support. Make
  it possible to configure with specific (target) versions and to
  override the specific binaries by setting READELF, OBJCOPY or NM
  environment variables.

which means we can now have find-debuginfo working also for cross builds
when we give it correct version of nm, readelf and objcopy.

Signed-off-by: Jan Stancek <jstan...@redhat.com>

---
 redhat/kernel.spec.template |  19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

-- 
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to