This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Post-processing executable and obj files


"Valdimir Volynsky" <vvv@ru.ru> writes:

> I am working on binary optimizator. It optimize executable and obj
> files.
> How to auto start user-defined post-processor after GCC/AS/LD at Linux
> kernel compilation?

For a pure post-processor, I would just use a wrapper script which runs
gcc and then runs the optimizator.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]