We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make it simple to build nvptx-tools with the installed instead of the bundled libiberty.
Namely, I noticed that Debian has:
Package: nvptx-tools / 0.20240810-2 no-local-libiberty.diff
patching Makefile.in to use the installed instead of the just build libiberty (i.e. -liberty instead of -Llibiberty -liberty) → https://sources.debian.org/patches/nvptx-tools/
-liberty
-Llibiberty -liberty
@tschwinge
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make it simple to build nvptx-tools with the installed instead of the bundled libiberty.
Namely, I noticed that Debian has:
patching Makefile.in to use the installed instead of the just build libiberty (i.e.
-liberty
instead of-Llibiberty -liberty
)→ https://sources.debian.org/patches/nvptx-tools/
@tschwinge
The text was updated successfully, but these errors were encountered: