]> Git Repo - binutils.git/blob - binutils/ranlib.sh
* objcopy.c (enum strip_action): Define strip_unneeded.
[binutils.git] / binutils / ranlib.sh
1 #!/bin/sh
2 # A simple ranlib script, to use less disk space than a ranlib program.
3 ar s $1
This page took 0.024531 seconds and 4 git commands to generate.