From: Andrea C. O. <and...@gm...> - 2010-03-22 15:29:02
|
At the beginning when I did the binutils there was a bug in the release of ilasm. Only the one from Mono trunk was working. That is the only reason why the binutils could use also the Pnet ilasm (You could avoid the build of ilasm from Mono trunk). If it is not the case anymore we can switch all to Mono tools and remove the check in the script. Andrea On Mon, Mar 22, 2010 at 12:11 PM, Thierry Lafage <thi...@in...> wrote: > I forgot to mention that (Mono) ilasm does not complains (not even a > warning) if you pass it an unknown option; so this should be ok with > older version of ilasm. > Regarding "Pnet ilasm", I don't know, but I've been told that this > option would be abandonned. If this is really the case, then we should > also remove the "if [ `$ILASM --version | ..." test. Tell me: I can do > it in this commit. > > Regards, > > Thierry Lafage. > > > > Thierry Lafage a écrit : >> Hi, >> >> Here is a patch for our binutils/as script which converts -O option >> into forthcoming '-opt:ldc' ilasm option. >> >> Since the default behavior is not changed, I should commit soon if >> nobody complains. >> >> Regards, >> Thierry Lafage. >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Gcc4cli-devel mailing list >> Gcc...@li... >> https://lists.sourceforge.net/lists/listinfo/gcc4cli-devel > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Gcc4cli-devel mailing list > Gcc...@li... > https://lists.sourceforge.net/lists/listinfo/gcc4cli-devel > |