comparison extra/ar @ 207:0926c29426f4

Updated ar and as scripts to be able to work with libgcc etc.
author lost
date Tue, 21 Apr 2009 02:04:57 +0000
parents 1936ea52b83e
children
comparison
equal deleted inserted replaced
206:299c5d793aca 207:0926c29426f4
42 options="--replace" 42 options="--replace"
43 ;; 43 ;;
44 x|-x) 44 x|-x)
45 options="--extract" 45 options="--extract"
46 ;; 46 ;;
47 -C|--cache)
48 exit 0
49 ;;
47 *) 50 *)
48 options="--replace --create $options" 51 options="--replace --create $options"
49 if [ "$libname" = "" ]; then 52 if [ "$libname" = "" ]; then
50 libname=$options 53 libname=$options
51 fi 54 fi