Hi,

I'm working currently on improved assembler support, should be ready for 2.8.5 
(http://public.kitware.com/Bug/view.php?id=8392).

This means I need to determine a "compiler ID" for the ASM compiler.
Since on each architecture the asm sources are different, I can't just use a 
common file and try to build it everywhere, as it is done for C, C++ and 
Fortran.

Instead I want to use the quering via the command line, and then parse the 
output with some regexes.

This works already with gcc and icc.

But I don't have access to the HP C/C++ compiler, IBM VisualAge compiler and 
SunStudio compilers.

What I need for each of them is
* the command line argument so they print their name or version number
* their output in response to that.

If you have access to these compilers, it would be nice if you could do that 
for me.

Thanks
Alex
_______________________________________________
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to