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

binutils: Update to latest and update configs #4575

Merged
merged 3 commits into from
Dec 16, 2024
Merged

binutils: Update to latest and update configs #4575

merged 3 commits into from
Dec 16, 2024

Conversation

ReillyBrogan
Copy link
Contributor

@ReillyBrogan ReillyBrogan commented Dec 13, 2024

Changes:

  • Link against jansson to enable ELF_PACKAGE_METADATA
  • Default to compressing debug symbols and set default compression algorithm to zstd
  • Use BLAKE3 for hashing when using the --build-id=md5 or --build-id=sha1 flags
  • Switch to RUNPATH over RPATH
  • Add --with-zstd flag so the build fails if somehow it can't use zstd (really important now)
  • Fix gprofng stateless
  • Move gprofng shared libs back into main binutils package
  • Split out the devel files to -devel

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
Changes:
- Link against jansson to enable ELF_PACKAGE_METADATA
- Default to compressing debug symbols and set default compression algorithm to zstd
- Use BLAKE3 for hashing when using the --build-id=md5 or --build-id=sha1 flags
- Switch to RUNPATH over RPATH
- Add `--with-zstd` flag so the build fails if somehow it can't use zstd (really important now)
- Fix gprofng stateless
- Move gprofng shared libs back into main binutils package
- Split out the devel files to -devel

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant