Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libxdp: don't use direct call to readelf for symbol table comparison #341

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

hhoffstaette
Copy link
Contributor

@hhoffstaette hhoffstaette commented Jul 8, 2023

Gentoo CI previously reported symbol mismatches in libxdp (see #302 and https://bugs.gentoo.org/899742) when multiple toolchains are installed. This was caused by a direct call to 'readelf' instead of using the command injected by the environment/toolchain.
The fix is simple: use $(READELF).

Gentoo CI previously reported symbol mismatches in libxdp
(see xdp-project#302 and https://bugs.gentoo.org/899742). This was
caused by a direct call to 'readelf' instead of using the
command injected by the environment/toolchain.
The fix is simple: use $(READELF).

Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
@tohojo
Copy link
Member

tohojo commented Aug 7, 2023

Thank you for the fix! :)

@tohojo tohojo merged commit 498e51c into xdp-project:master Aug 7, 2023
@hhoffstaette hhoffstaette deleted the toolchain-fix branch August 7, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants