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

Replace ranlib call with s flag in ar call #56

Merged
merged 1 commit into from
Jul 26, 2021

Conversation

Kojoley
Copy link
Contributor

@Kojoley Kojoley commented Jul 25, 2021

ar s seems to be widely supported for a very long time:

  • at least binutils 2.10 (June 2000)
  • at least Darwin 8.0 (April 2005)
  • since FreeBSD 3.0 (October 1998)

Note: Most of other (non-widely used) toolsets do not call ranlib and do not call ar with s flag either. I have no idea if they are correct or not, so I am not touching them here.

`ar s` seems to be widely supported for a very long time:
  - at least binutils 2.10 (June 2000)
  - at least Darwin 8.0 (April 2005)
  - since FreeBSD 3.0 (October 1998)

Note: Most of other (non-widely used) toolsets do not call `ranlib` and do not call `ar` with `s` flag either. I have no idea if they are correct or not, so I am not touching them here.
@grafikrobot grafikrobot merged commit 2b1a9de into bfgroup:main Jul 26, 2021
@Kojoley Kojoley deleted the feature/replace-ranlib-with-ar-s branch July 26, 2021 02:54
@Kojoley Kojoley mentioned this pull request Nov 18, 2021
14 tasks
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