#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
CC='/home/mt7620Gpl/toolchain/buildroot-gcc342/bin/mipsel-linux-gcc -O2'
LD='/home/mt7620Gpl/toolchain/buildroot-gcc342/bin/mipsel-linux-gcc -s'
echo 'main="$1"; shift'
echo 'rm -f "$main"'
echo 'ar cr "$main" ${1+"$@"}'

case "$1" in
sunos-5.*) ;;
unix_sv*) ;;
irix64-*) ;;
irix-*) ;;
dgux-*) ;;
hp-ux-*) ;;
sco*) ;;
*)
  echo 'ranlib "$main"'
  ;;
esac
