]> git.ipfire.org Git - thirdparty/ccache.git/commit
Fix Apple Clang detection
authorGregor Jasny <gregor.jasny@logmein.com>
Tue, 29 Jun 2021 09:42:50 +0000 (11:42 +0200)
committerGregor Jasny <gregor.jasny@logmein.com>
Tue, 29 Jun 2021 09:48:46 +0000 (11:48 +0200)
commitb6a447021e214d59dcad8c9b0d78533d2a87c838
treed6de6751182a3b72a4354317bf3c6da87510dfc3
parent93236f0aef85d8f5296e005352adeb577e5ef0bc
Fix Apple Clang detection

Apple Clang, when called via `gcc` emits a `Configured with` line
on stderr which confuses the compiler detection. We just ignore
stderr for the `--version` query now.
test/run
test/suites/direct_gcc.bash