Skip to content

Replace ranlib call with s flag in ar call#56

Merged
grafikrobot merged 1 commit intobfgroup:mainfrom
Kojoley:feature/replace-ranlib-with-ar-s
Jul 26, 2021
Merged

Replace ranlib call with s flag in ar call#56
grafikrobot merged 1 commit intobfgroup:mainfrom
Kojoley:feature/replace-ranlib-with-ar-s

Conversation

@Kojoley
Copy link
Copy Markdown
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