]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove .ic extension and cuda/cuda-output languages
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 31 Jul 2019 19:06:21 +0000 (21:06 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 24 Mar 2020 19:53:51 +0000 (20:53 +0100)
commitb3b514858e6363993c96330d12b1d431cc39c897
treedc53871c907d1662e1317b9cd957c32f1a9e2799
parent927b43d3716dd6620e289f0c0fbc030e4645dd6b
Remove .ic extension and cuda/cuda-output languages

CUDA/NVCC, at least not version 10.1, does not recognize “.ic” as a
valid extension and neither “cuda” nor “cuda-output” as languages.

Also made sure to compare with “cu” instead of “cuda” when detecting
whether to force run_second_cpp.

(cherry picked from commit c4fffda031034f930df2cf188878b8f9160027df)
src/ccache.c
src/language.c