"Valdimir Volynsky" <vvv@xxxxx> 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