#!/bin/sh
command=$1
shift
/usr/bin/ranlib $command --plugin /usr/libexec/gcc/x86_64-slackware-linux/4.8.4/liblto_plugin.so $*
