-
Notifications
You must be signed in to change notification settings - Fork 46
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
FAQ: update ldd information #61
base: master
Are you sure you want to change the base?
Conversation
according to what was recently discussed in `#musl`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like this suggestion... A script that like is prone to invoking whatever is in the interpreter field... I think recommending that the script contain /lib/ld-musl... --list
for your arch is more correct.
|
Co-authored-by: Érico Nogueira Rolim <[email protected]>
Co-authored-by: Érico Nogueira Rolim <[email protected]>
Yes, i disagree with dalias's suggestion. It only matters for a multilib/multiarch system, and even then, I'd rather be told that a given binary is not what I expected. It opens up too much for little gain. |
Also I think squashing the commits would be nice. |
certainly. i was just about to hit the "squash and merge" button, but to my surprise it isn't enabled for this repo. do you have admin rights to change that ? |
|
I don't think I have the privileges, no. Squashing locally with git leads to a cleaner commit message too... |
And rebase makes for a more linear git history, which is all this really needs. |
according to what was recently discussed in
#musl
.