|
From: <ac...@us...> - 2010-03-31 20:48:32
|
Revision: 25
http://clibinutils.svn.sourceforge.net/clibinutils/?rev=25&view=rev
Author: aco
Date: 2010-03-31 20:48:25 +0000 (Wed, 31 Mar 2010)
Log Message:
-----------
add option to as to create mdb files
Modified Paths:
--------------
mono-based-binutils/branches/aco-dev/scripts/as.in
Modified: mono-based-binutils/branches/aco-dev/scripts/as.in
===================================================================
--- mono-based-binutils/branches/aco-dev/scripts/as.in 2010-03-30 21:54:44 UTC (rev 24)
+++ mono-based-binutils/branches/aco-dev/scripts/as.in 2010-03-31 20:48:25 UTC (rev 25)
@@ -22,6 +22,10 @@
--fatal-warnings)
shift
;;
+ -g)
+ PARAM="$PARAM -debug";
+ shift
+ ;;
-o)
PARAM="$PARAM -output:$2";
shift
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|