]> 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>
Wed, 20 May 2020 19:26:35 +0000 (21:26 +0200)
commita1964c685ba111ed79f6ae10e85e1e5355068ec5
treeca566e527765176eda78feb58ee85485a7629857
parent62e5c43270df592f930e0a964db857f7cd4a6ab1
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.
src/argprocessing.cpp