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 CIL and they use this in the make process
to test for compiler support of various features).

Thanks,
Dave
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to