rules.mk: Update ccache's compiler check.
authorMarkus Gothe <markus.gothe@genexis.eu>
Tue, 7 Feb 2023 21:00:33 +0000 (22:00 +0100)
committerJohn Crispin <john@phrozen.org>
Thu, 12 Dec 2024 10:01:56 +0000 (11:01 +0100)
commit3859e8eeb82950d8594f60d40e5ee23fd02207c9
tree2ada8961d3da99c55ef8f02104e01cc891b14adf
parent1f11912138ce8a77cc0e2faa26942133d393b010
rules.mk: Update ccache's compiler check.

Update the compiler check for ccache so we don't
end up with the wrong binaries. Right now the
compiler check will not be able to correctly
distinguish the compiler used for build
ARMv8 binaries from the one used to build
ARMv7 binaries.

Signed-off-by: Markus Gothe <markus.gothe@genexis.eu>
Link: https://github.com/openwrt/openwrt/pull/16290
Signed-off-by: John Crispin <john@phrozen.org>
rules.mk