]> git.ipfire.org Git - thirdparty/ccache.git/commit
Handle all Intel “-xCODE” compiler options correctly
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 20 May 2020 19:26:35 +0000 (21:26 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 21 Jul 2020 13:10:33 +0000 (15:10 +0200)
commit4abe0cd4477ef633ac7ab0c0fa83b0b0fb379b29
treefe7654759dd63b3eceb8480294af5900e7df47d4
parentfeb0dd2a20c6b37091201e074fd6e4e2f9110e3a
Handle all Intel “-xCODE” compiler options correctly

“CODE” in the Intel compiler’s “-xCODE” option for specifying processor
features seems to always start with an uppercase letter, and since GCC’s
language specifications always are lowercase we can just treat uppercase
codes as an ordinary compiler argument.

(cherry picked from commit a1964c685ba111ed79f6ae10e85e1e5355068ec5)
src/ccache.c