On Fri, Feb 08, 2013 at 01:47:03PM -0600, dagr...@rockwellcollins.com wrote:
> The second (the lone dash) means read the input to be compiled from stdin.
> Would it be possible to modify cilly to support the lone dash option
> syntax?
I'm surprised it is not supported yet. It shouldn't be too di
gcc supports the following invocation syntax:
gcc -xc -
The first flag tells gcc to treat the input as C.
The second (the lone dash) means read the input to be compiled from stdin.
Would it be possible to modify cilly to support the lone dash option
syntax?
(I'm trying to compile Xen using CI