diff 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
line wrap: on
line diff
--- a/extra/ar	Mon Apr 20 02:24:33 2009 +0000
+++ b/extra/ar	Tue Apr 21 02:04:57 2009 +0000
@@ -44,6 +44,9 @@
 	x|-x)
 		options="--extract"
 		;;
+	-C|--cache)
+		exit 0
+		;;
 	*)
 		options="--replace --create $options"
 		if [ "$libname" = "" ]; then