MC3302_SDK_V1.1.9_202507281.../bsp/test/memtester/make-makelib.sh
2025-11-11 12:08:31 +08:00

17 lines
210 B
Bash
Executable File

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