]> 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>
Wed, 31 Jul 2019 19:18:55 +0000 (21:18 +0200)
commitc4fffda031034f930df2cf188878b8f9160027df
treec0c509f7cdeab8885a2dadd44579c8d855a088dc
parentc4bac76687c66b1ed7c6b57c1c7d184bb0e46e17
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.
src/ccache.c
src/language.c