Hi,
It seems to me that when both --merge and -c are present, only cpp
will be run on the inputs. Is this the case? Thanks.
Kin
--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactic
Hi,
I'm trying to merge a program whose Makefile does the following: it
first runs "ar x" to extract files from a bunch of *.a previously
generated, and then runs "ar rc" to archive these files into a single
lib.a. Unfortunately, Cil's AR mode does not support the x operation.
It seems tha