]> git.ipfire.org Git - thirdparty/ccache.git/commit
Only pass -Wp,-MT and similar to the preprocessor
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 7 Sep 2016 18:46:18 +0000 (20:46 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 7 Sep 2016 18:46:18 +0000 (20:46 +0200)
commit026ba6b9fdbeb3ab57d9eb424025a0a0850baae6
tree970770d6b01c8d02989d6c0dba28dce5387bb26e
parent86c8b0558953e8b7175ca63740d6895e8076f298
Only pass -Wp,-MT and similar to the preprocessor

This fixes an issue when compiler option -Wp,-MT,path is used instead of
-MT path (and similar for -MF, -MP and -MQ) and run_second_cpp
(CCACHE_CPP2) is enabled.

Fixes #129.
NEWS.txt
ccache.c
test/test_argument_processing.c