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

Look at architecture info in ELF headers #14

Open
suve opened this issue Dec 12, 2024 · 0 comments
Open

Look at architecture info in ELF headers #14

suve opened this issue Dec 12, 2024 · 0 comments
Labels
ELF Issue specific to ELF files

Comments

@suve
Copy link
Owner

suve commented Dec 12, 2024

Currently, copydeps relies on the assumption that the programs being handed to it are for the same architecture that copydeps is running on (with one exception being x86 support when running on x86_64). However, this doesn't have to be case - a user could cross-compile a program for another architecture and then try using copydeps on that.

It would be nice if copydeps took a look at ELF file headers and used that to pick the appropriate search paths.

@suve suve added the ELF Issue specific to ELF files label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ELF Issue specific to ELF files
Projects
None yet
Development

No branches or pull requests

1 participant