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

openwrt: fix gcc-{ar,nm,ranlib} symlinks #90

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

9ary
Copy link
Contributor

@9ary 9ary commented Jan 18, 2025

These should absoluetly not point to the gcc wrapper, they are thin wrappers around the binutils tools that are necessary to make LTO work.

This fix link failures in apk, where Meson would (I assume) see a broken x86_64-unknown-linux-gnu-gcc-ar (or a missing gcc-ar), and fall back to the unwrapped ar.

These should absoluetly not point to the gcc wrapper, they are thin
wrappers around the binutils tools that are necessary to make LTO work.

This fix link failures in apk, where Meson would (I assume) see a broken
x86_64-unknown-linux-gnu-gcc-ar (or a missing gcc-ar), and fall back to
the unwrapped ar.
@Mic92 Mic92 merged commit f80bb7a into nix-community:master Jan 18, 2025
2 checks passed
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