]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Detect compile type (preprocess, compile, link) correctly.
authorSimon Ruderich <simon@ruderich.org>
Wed, 21 Mar 2012 19:43:06 +0000 (20:43 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 21 Mar 2012 19:43:06 +0000 (20:43 +0100)
The arguments to gcc (-E, -S, -c) and the file extension are used to
detect the correct type.

This fixes many false positives and a few false negatives.

Thanks to Bernhard R. Link for the idea.


No differences found