common.mak: remove RANLIB.
authorwhitequark <whitequark@whitequark.org>
Sun, 26 Jul 2015 00:20:23 +0000 (03:20 +0300)
committerwhitequark <whitequark@whitequark.org>
Sun, 26 Jul 2015 00:20:23 +0000 (03:20 +0300)
commit0f47876d2e8e5c87c44b4731a37e817095f4285e
treefa32ab2fa45627a5979a573f793bfafedbfaf9cc
parentf500b906e68c7bdf8cb8b0edd60fce42db721bd6
common.mak: remove RANLIB.

`ranlib` is not necessary on any system we can possibly build for,
as it is superseded by `ar s` for the last ten years or so (at least).
Thus, change ar invocations to `ar crs`, also removing a `l` flag
that is ignored by binutils.
software/common.mak
software/libbase/Makefile
software/libcompiler-rt/Makefile
software/libnet/Makefile